]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: refactor to remove functions
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / AutoGen.py
2018-06-13 Jaben CarseyBaseTools: refactor to remove functions
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-22 Yunhua FengBaseTools: Report more clear error message when PCD...
2018-05-22 Yunhua FengBaseTools: Library PCD type will inherit from the driver
2018-05-22 Yunhua FengBaseTools: Fix bug PCD type in component is not same...
2018-05-16 Lin, DerekBaseTools: Fix --hash Package and Module hash value.
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-05-02 Carsey, JabenBaseTools: Replace PCD type strings with predefined...
2018-05-02 Carsey, JabenBaseTools: DataType - cleanup list constants
2018-05-02 Carsey, JabenBaseTools: Define and use a set for common list
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-26 Yunhua FengBaseTools: Fix one invalid change in 6be94743
2018-04-26 Carsey, JabenBaseTools: AutoGen - use dafultdict instead of dict
2018-04-26 Carsey, JabenBaseTools: Autogen - replace string constants with...
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-18 Carsey, JabenBaseTools: use predefined constants instead of local...
2018-04-17 Carsey, JabenBaseTools: fix None comparisons
2018-04-17 Carsey, JabenBaseTools: use set instead of list for a variable to...
2018-04-17 Carsey, JabenBaseTools: skip updating temporary variable.
2018-04-17 Carsey, JabenBaseTools: no need to save the data
2018-04-11 Yonghong ZhuBaseTools: Fix the build error caused by eca980c0c899
2018-04-10 Yonghong ZhuBaseTools: Fix two cases that use GUID CName as PCD...
2018-04-10 Yonghong ZhuBaseTools: Fix the bug for VOID* pcd max size from...
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for Size incorrect of Void* Fixatb...
2018-04-10 Carsey, JabenBaseTools: change more list to set
2018-04-10 Carsey, JabenBaseTools: remove unneeded function call
2018-04-10 Carsey, JabenBaseTools: change another list to set
2018-04-10 Carsey, JabenBaseTools: optimize buildoptions loop
2018-04-10 Carsey, JabenBaseTools: simplify testing for existance and containin...
2018-04-10 Carsey, JabenBaseTools: change list to set
2018-04-10 Carsey, JabenBaseTools: remove unused variables
2018-04-10 Carsey, JabenBaseTools: replace a dict with a set
2018-04-10 Carsey, JabenBaseTools: sets are faster to check via "in" due to...
2018-04-10 Carsey, JabenBaseTools: defaultdict(set) allows us to just add to...
2018-04-08 Carsey, JabenBaseTools: small cleanup
2018-04-08 Carsey, JabenBaseTools: Autogen - change from list to set
2018-04-08 Carsey, JabenBaseTools: Autogen - move RegEx compile
2018-04-08 Carsey, JabenBaseTools - AutoGen - replace custom dictionary class...
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-27 Carsey, JabenBaseTools: Autogen - modify to use standard parent...
2018-03-17 Feng, YunhuaXBaseTools: --hash --binary-destination generate wrong...
2018-03-03 BobCFBaseTools: Fixed Pcd value override issue.
2018-02-28 Yonghong ZhuBaseTools: Fix a bug override Pcd by DSC Components...
2018-02-27 Yonghong ZhuBaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-01-30 Yunhua FengBaseTools: Enhance parse performance by optimize ValueE...
2018-01-25 BobCFBaseTools: Fixed incorrect VPD size.
2018-01-25 Feng, Bob CBaseTools: Fixed some small issues
2018-01-25 Feng, Bob CBaseTool: Combine the HiiPcd value if they link to...
2018-01-23 Yonghong ZhuBaseTools: Enhance binary file in [Binaries] section...
2018-01-23 Yonghong ZhuBaseTools: Add "processing meta-data" string back
2018-01-10 Yunhua FengBaseTools: Correct Target Path in CodaTargetList replac...
2018-01-08 BobCFBaseTools: Fix an issue in HiiPcd generation
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-25 Liming GaoBaseTools: Fix VPD data optimization issue
2017-12-25 Liming GaoBaseTools: Generate correct VPD PCD value to store...
2017-12-25 Liming GaoBaseTools: Fixed the issue of Multiple Skus are always...
2017-12-25 Liming GaoBaseTools: Optimize VPD PCD value for the different...
2017-12-25 Liming GaoBaseTools: Update NV Default Header format to include...
2017-12-25 Liming GaoBaseTools: PcdDataBase Optimization for multiple SkuIds
2017-12-25 Liming GaoBaseTools: Support Structure PCD value inherit between...
2017-12-25 Liming GaoBaseTools: Collect DynamicHii PCD values and assign...
2017-12-25 Liming GaoBaseTools: Support Structure PCD value assignment in...
2017-12-13 Yonghong ZhuBaseTools: back up the binary files when hash value...
2017-12-13 Yonghong ZhuBaseTools: Not cache the .efi file location into build...
2017-12-05 Yonghong ZhuBaseTools: Update Makefile to support FFS file generation
2017-11-20 Yonghong ZhuBaseTools: Fix the bug to collect source files per...
2017-11-14 Yonghong ZhuBaseTools: Fix the bug to re-build uni file for Library
2017-10-16 Yonghong ZhuBaseTools: Fix a bug Build directory should relative...
2017-09-27 Yonghong ZhuBaseTools: add support for BIOS build with binary cache
2017-09-26 Yonghong ZhuBaseTools: report build time measured by module of...
2017-09-11 Yonghong ZhuBaseTools: Fix a bug for Mixed Pcd value display in...
2017-06-24 Yonghong ZhuBaseTools: Copy "TianoCore" userextensions into As...
2017-06-24 Yonghong ZhuBaseTools: Copy "MODULE_UNI_FILE" file into OUTPUT...
2017-06-07 Yonghong ZhuBaseTools: Fix incremental build failure that override...
2017-05-24 Yonghong ZhuBaseTools: Fix the bug that different DSC file use...
2017-05-24 Yonghong ZhuBaseTools: Fix incremental build bug on DynamicPcd...
2017-05-12 Yonghong ZhuBaseTools: Fix the bug for CArray PCD override in comma...
2017-05-12 Yonghong ZhuBaseTools: Fix the bug that FixedPcdGetPtr failure...
2017-05-06 Yonghong ZhuBaseTools: PCD can only use single access method by...
2017-04-27 Yonghong ZhuBaseTools: Fix a bug for BOOLEAN type value in Asbuilt inf
2017-04-18 Yonghong ZhuBaseTools: Update the Conf directory to use the absolut...
2017-04-13 Derek LinBaseTools: Fix re-build issue after tools_def/build_rul...
2017-03-25 Derek LinBaseTools: Skip module AutoGen by comparing timestamp.
2017-02-17 Yonghong ZhuBaseTools: Fix bug for GUIDED tool path override by...
2017-02-14 Yonghong ZhuBaseTools: Enhance BaseTools supports FixedAtBuild...
2016-09-27 Yonghong ZhuBaseTools: support generating image package from BMP...
2016-08-08 Yonghong ZhuBaseTools: Fix the bug when use FILE_GUID override...
2016-08-02 Yonghong ZhuBaseTools: Keep the Pcd order in the Asbuilt Inf is...
2016-07-29 Yonghong ZhuBaseTools: Add build info for binary modules that only...
2016-07-27 Yonghong ZhuBaseTools: report error if source module INF is only...
2016-05-18 Yonghong ZhuBaseTools: support private package definition
2016-05-16 Yonghong ZhuBaseTools: Fix bug to not mix comment into Asbuilt...
2016-04-27 Yonghong ZhuBaseTools: Fix the bug for .aml to use ASL binary type...
2016-04-20 Yonghong ZhuBaseTools: Add mixed PCD support feature
2016-04-19 Yonghong ZhuBaseTools: fix a bug for PEI VPD Pcd collection
2016-04-07 Yonghong ZhuBaseTools: Enhance --Pcd which override by build option
next