summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix build failure when multiple build targets givenBob Feng2019-12-182-2/+2
* BaseTools: Remove redundant binary cache fileSteven Shi2019-12-101-29/+0
* BaseTools: Leverage compiler output to optimize binary cacheSteven Shi2019-12-104-644/+581
* BaseTools: enhance the CacheCopyFile method arg namesSteven Shi2019-12-101-3/+3
* BaseTools: store more complete output files in binary cacheSteven Shi2019-12-101-16/+4
* BaseTools: Enhance Basetool for incremental buildBob Feng2019-12-103-59/+331
* BaseTools: Avoid "is" with a literal Python 3.8 warningsPhilippe Mathieu-Daude2019-12-061-1/+1
* BaseTools:Add [packages] section in dsc fileFan, ZhijuX2019-11-203-6/+25
* BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)2019-10-181-7/+11
* BaseTools: add missing newlines at end of filesLeif Lindholm2019-10-041-1/+1
* BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A2019-10-041-3/+1
* BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C2019-09-291-1/+1
* BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C2019-09-241-1/+5
* Revert "BaseTools: Improve GetDependencyList function"Liming Gao2019-09-211-16/+13
* BaseTools: remove unnecessary calls of os.existFeng, Bob C2019-09-175-60/+63
* BaseTools: Improve GetDependencyList functionFeng, Bob C2019-09-171-13/+16
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-172-3/+7
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-112-4/+3
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-112-2/+2
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-101-1/+2
* BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C2019-09-105-4/+34
* BaseTools: Support more file types in build cacheShi, Steven2019-09-021-20/+14
* BaseTools: fix an incremental build issue.Feng, Bob C2019-08-291-6/+2
* BaseTools: Incorrect error message for library instance not foundFeng, Bob C2019-08-233-3/+5
* BaseTools: Improve the file saving and copying reliabilityShi, Steven2019-08-205-34/+76
* BaseTools: Add GenFds multi-thread support in build cacheShi, Steven2019-08-201-6/+17
* BaseTools: Change the [Arch][Name] module key in Build cacheShi, Steven2019-08-201-5/+1
* BaseTools: Print first cache missing file for build cachleShi, Steven2019-08-202-0/+78
* BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven2019-08-205-168/+755
* BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C2019-08-192-3/+4
* BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian2019-08-142-3/+37
* BaseTools: Fix incremental build bugFeng, Bob C2019-08-141-2/+1
* BaseTools: Enable block queue log agent.Feng, Bob C2019-08-091-2/+4
* BaseTools: Add the support for python 2Feng, Bob C2019-08-091-1/+4
* BaseTools: Add LogAgent to support multiple process AutogenFeng, Bob C2019-08-092-7/+69
* BaseTools: Add shared data for processesFeng, Bob C2019-08-091-1/+2
* BaseTools: Enable Multiple Process AutoGenFeng, Bob C2019-08-096-12/+224
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-097-4219/+5130
* BaseTools: Add functions to get platform scope build optionsFeng, Bob C2019-08-091-1/+9
* BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functionsFeng, Bob C2019-08-091-87/+143
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-092-30/+25
* BaseTools:Add extra debugging messageMax Knutsen2019-08-011-6/+10
* BaseTools: Sort file list in MakefileFeng, Bob C2019-07-251-1/+2
* BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C2019-07-221-1/+1
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-122-14/+15
* BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng2019-07-121-3/+6
* BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C2019-07-101-2/+5
* BaseTools: Fix various typosAntoine Cœur2019-07-081-2/+2
* BaseTools: Move Build Cache related function out of CreateAsBuiltInfBob Feng2019-06-251-31/+37
* BaseTools: refine CreateAsBuiltInf functionBob Feng2019-06-251-4/+1