]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/AutoGen
BaseTools: skip updating temporary variable.
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen /
2018-04-17 Carsey, JabenBaseTools: skip updating temporary variable.
2018-04-17 Carsey, JabenBaseTools: no need to save the data
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
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 size override issue for Void* Patchable pcd
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for Size incorrect of Void* Fixatb...
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for VOID* type Fixatbuild Pcd...
2018-04-10 Carsey, JabenBaseTools: refactor and remove out of date use of ...
2018-04-10 Carsey, JabenBaseTools: GenC - move content from both parts of if...
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: remove redundant check
2018-04-08 Carsey, JabenBaseTools: AutoGen - use the new shared RegEx
2018-04-08 Carsey, JabenBaseTools: Autogen - move RegEx compile
2018-04-08 Carsey, JabenBaseTools - AutoGen - replace custom dictionary class...
2018-04-08 Carsey, JabenBaseTools: Use local variable for list of constants.
2018-03-30 Carsey, JabenBaseTools: no need to do int() API work for it
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-29 Carsey, JabenBaseTools: Use precompiled RegExp
2018-03-27 Carsey, JabenBaseTools: Autogen - modify to use standard parent...
2018-03-23 BobCFBaseTool: Fixed the issue of empty PcdDB.
2018-03-21 Carsey, JabenBaseTools: StrGather remove functions no one calls
2018-03-21 Carsey, JabenBaseTools: StrGather simplify string/int conversion...
2018-03-21 Carsey, JabenBaseTools: StrGather has redundant declaration
2018-03-17 Feng, YunhuaXBaseTools: --hash --binary-destination generate wrong...
2018-03-09 BobCFBaseTools: Fixed Pcd from command line issue.
2018-03-03 BobCFBaseTools: Fixed Pcd value override issue.
2018-02-28 Feng, Bob CBaseTools: Fixed the pcd value override issue.
2018-02-28 Yonghong ZhuBaseTools: Fix a bug override Pcd by DSC Components...
2018-02-28 Feng, YunhuaXBaseTools: Fix flexible PCD single quote and double...
2018-02-27 Yonghong ZhuBaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
2018-02-08 Yonghong ZhuBaseTools: Enhance error handling for unsupported toolc...
2018-02-08 Feng, Bob CBaseTool: Fixed Pcd issues.
2018-02-07 Feng, YunhuaXBaseTools: Fix build argument --pcd for flexible format...
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 CBaseTools: Fixed build failure for the PCD value initia...
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 SkuId as SKU_ID type to follow curren...
2017-12-25 Liming GaoBaseTools: Update NV Default Header format to include...
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
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-10 Yonghong ZhuBaseTools: Add object_files.lst as dependency of lib...
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-19 Yonghong ZhuBaseTools: Fix a bug to correct SourceFileList
2017-09-11 Yonghong ZhuBaseTools: Fix a bug for Mixed Pcd value display in...
2017-07-07 Supreeth VenkateshBaseTools/AutoGen: auto generate MM template APIs and...
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-25 Yonghong ZhuBaseTools: Correct if condition expression for DatumTyp...
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-11 Yonghong ZhuBaseTools: Correct VOID* PatchPcd Size in Library Autogen
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-04-13 Derek LinBaseTools: Fix build fail after clean or cleanall target.
2017-04-01 Yonghong ZhuBaseTools: Enhance StrDefs.h to include ImageDefs.h
2017-03-27 Yonghong ZhuBaseTools: Fix build failure for DynamicEx Pcd used...
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-12-02 Yonghong ZhuBaseTools: add error check for "#image" for idf file...
next