]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: use predefined constants instead of local strings
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / AutoGen.py
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
2016-03-23 Yonghong ZhuBaseTools: not include the undefined macro in response...
2016-03-22 Yonghong ZhuBaseTools: Fix nmake failure due to command-line length...
2016-03-16 Yonghong ZhuBaseTools: add new command line option to support overr...
2016-03-15 Yonghong ZhuBaseTools: Add two macros into AutoGenObject macro...
2016-03-10 Yonghong ZhuBaseTools: report warning if VOID* PCD with {} value...
2016-01-29 Yonghong ZhuBaseTools:Incremental build not work if VPD values...
2016-01-29 Yonghong ZhuBaseTools: Fix a bug for VpdOffset calculate
2016-01-26 Yonghong ZhuBaseTools: Fix the bug when no FD section in the FDF...
2016-01-19 Yonghong ZhuBaseTools: process the files by the priority in BUILDRU...
2016-01-18 Yonghong ZhuBaseTools: VOID* PCDs in VPD region must be aligned...
2015-12-08 Yonghong ZhuRevert the change in r19143 for BUILDRULEORDER.
2015-12-07 Yonghong ZhuBaseTools: process the files by the priority in BUILDRU...
2015-12-01 Yonghong ZhuBaseTools: Clean some coding style issues
2015-10-08 Li YangXBaseTools: Update Build tool to support multiple workspaces
2015-07-02 Yingke LiuBaseTools: Fixed BuildOptions bug.
2015-06-23 Yingke LiuBaseTools: The token values cannot be numeric same...
2015-06-19 Yingke LiuBaseTools: Fixed Build Option override bugs.
2015-06-12 Yingke LiuBaseTools: Generate a FV EXT entry for FV UI name.
next