summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2019-12-18BaseTools: Fix build failure when multiple build targets givenBob Feng2-2/+2
2019-12-10BaseTools: Remove redundant binary cache fileSteven Shi1-29/+0
2019-12-10BaseTools: Leverage compiler output to optimize binary cacheSteven Shi4-644/+581
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 Feng3-59/+331
2019-12-06BaseTools: Avoid "is" with a literal Python 3.8 warningsPhilippe Mathieu-Daude1-1/+1
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX3-6/+25
2019-10-18BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)1-7/+11
2019-10-04BaseTools: add missing newlines at end of filesLeif Lindholm1-1/+1
2019-10-04BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A1-3/+1
2019-09-29BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C1-1/+1
2019-09-24BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C1-1/+5
2019-09-21Revert "BaseTools: Improve GetDependencyList function"Liming Gao1-16/+13
2019-09-17BaseTools: remove unnecessary calls of os.existFeng, Bob C5-60/+63
2019-09-17BaseTools: Improve GetDependencyList functionFeng, Bob C1-13/+16
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX2-3/+7
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2-4/+3
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2-2/+2
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C1-1/+2
2019-09-10BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C5-4/+34
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-23BaseTools: Incorrect error message for library instance not foundFeng, Bob C3-3/+5
2019-08-20BaseTools: Improve the file saving and copying reliabilityShi, Steven5-34/+76
2019-08-20BaseTools: Add GenFds multi-thread support in build cacheShi, Steven1-6/+17
2019-08-20BaseTools: Change the [Arch][Name] module key in Build cacheShi, Steven1-5/+1
2019-08-20BaseTools: Print first cache missing file for build cachleShi, Steven2-0/+78
2019-08-20BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven5-168/+755
2019-08-19BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C2-3/+4
2019-08-14BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian2-3/+37
2019-08-14BaseTools: Fix incremental build bugFeng, Bob C1-2/+1
2019-08-09BaseTools: Enable block queue log agent.Feng, Bob C1-2/+4
2019-08-09BaseTools: Add the support for python 2Feng, Bob C1-1/+4
2019-08-09BaseTools: Add LogAgent to support multiple process AutogenFeng, Bob C2-7/+69
2019-08-09BaseTools: Add shared data for processesFeng, Bob C1-1/+2
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C6-12/+224
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C7-4219/+5130
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C1-1/+9
2019-08-09BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functionsFeng, Bob C1-87/+143
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C2-30/+25
2019-08-01BaseTools:Add extra debugging messageMax Knutsen1-6/+10
2019-07-25BaseTools: Sort file list in MakefileFeng, Bob C1-1/+2
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C1-1/+1
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2-14/+15
2019-07-12BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng1-3/+6
2019-07-10BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C1-2/+5
2019-07-08BaseTools: Fix various typosAntoine Cœur1-2/+2
2019-06-25BaseTools: Move Build Cache related function out of CreateAsBuiltInfBob Feng1-31/+37
2019-06-25BaseTools: refine CreateAsBuiltInf functionBob Feng1-4/+1