summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-292-36/+129
* BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney2021-04-271-4/+8
* BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2021-04-232-5/+15
* BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney2021-04-141-15/+21
* BaseTools: Fix the improper error loggingIrene Park2021-01-061-1/+1
* BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng2020-12-231-2/+1
* BaseTools: Resolve index out of range errors.Mingyue Liang2020-11-191-1/+2
* BaseTools: Limit command line length.Mingyue Liang2020-11-102-9/+44
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-054-8/+19
* BaseTools: Add EDKII_DSC_PLATFORM_GUID MACROfengyunhua2020-10-131-0/+3
* BaseTools: Remove CanSkip calling for incremental buildBob Feng2020-09-251-3/+0
* BaseTools: Normalize case of pathname when evaluating Macros.Mingyue Liang2020-09-251-2/+4
* BaseTools: Add included files to deps_target file.Mingyue Liang2020-09-251-3/+1
* BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng2020-09-081-1/+1
* BaseTools: fix ucs-2 lookup on python 3.9Cole Robinson2020-08-141-1/+1
* BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallelBob Feng2020-08-141-1/+1
* BaseTools: Improve the method of checking queue emptyFeng, Bob C2020-08-071-6/+20
* BaseTools: Add Guid name support in GenFfs.Yuwei Chen2020-07-171-0/+24
* BaseTools: Fix string concatenationPierre Gondois2020-07-021-1/+1
* BaseTools: Generate multiple rules when multiple output filesPierre Gondois2020-07-022-17/+27
* BaseTools:GuidedSectionTools.txt is not generated correctlyFan, ZhijuX2020-03-311-1/+2
* BaseTools:Fix build tools print traceback info issueFan, ZhijuX2020-03-241-3/+0
* BaseTools: Remove invalid leading space before !INCLUDE in MakefileBob Feng2020-03-021-8/+8
* BaseTools:build failure in CLANGPDB tool chainFan, ZhijuX2020-02-131-0/+2
* BaseTools: Remove caret in NASM_INC macroPierre Gondois2020-02-121-3/+4
* BaseTools: Rationalise makefile generationPierre Gondois2020-02-123-84/+101
* BaseTools: Fixed a Incremental build issueBob Feng2020-02-091-1/+1
* BaseTools: Fixed a incremental build bugBob Feng2020-01-192-3/+11
* BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2020-01-131-19/+37
* 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