summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-13BaseTools: Remove RVCT supportedk2-stable202205-rc1Rebecca Cran1-13/+4
2021-09-29BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois1-1/+0
2020-11-05BaseTools: Enable Module Scope Structure PcdBob Feng1-2/+2
2020-09-25BaseTools: Remove CanSkip calling for incremental buildBob Feng1-3/+0
2020-07-02BaseTools: Generate multiple rules when multiple output filesPierre Gondois1-17/+21
2019-12-18BaseTools: Fix build failure when multiple build targets givenBob Feng1-1/+1
2019-12-10BaseTools: Leverage compiler output to optimize binary cacheSteven Shi1-610/+472
2019-12-10BaseTools: enhance the CacheCopyFile method arg namesSteven Shi1-3/+3
2019-12-10BaseTools: store more complete output files in binary cacheSteven Shi1-16/+4
2019-12-10BaseTools: Enhance Basetool for incremental buildBob Feng1-0/+23
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX1-6/+23
2019-09-29BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C1-1/+1
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C1-1/+1
2019-09-10BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C1-2/+2
2019-09-02BaseTools: Support more file types in build cacheShi, Steven1-20/+14
2019-08-29BaseTools: fix an incremental build issue.Feng, Bob C1-6/+2
2019-08-20BaseTools: Improve the file saving and copying reliabilityShi, Steven1-30/+71
2019-08-20BaseTools: Add GenFds multi-thread support in build cacheShi, Steven1-6/+17
2019-08-20BaseTools: Print first cache missing file for build cachleShi, Steven1-0/+76
2019-08-20BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven1-57/+582
2019-08-19BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C1-1/+1
2019-08-14BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian1-0/+15
2019-08-14BaseTools: Fix incremental build bugFeng, Bob C1-2/+1
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C1-1/+1
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-0/+1908