summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Extend fields for module_report.jsonGuillermo Antonio Palomino Sosa2023-03-111-0/+4
* BaseTools: Generate compile information in build reportPalomino Sosa, Guillermo A2023-03-112-3/+140
* BaseTools: Remove duplicated words in Python toolsPierre Gondois2022-10-191-1/+1
* BaseTools: Updated build tools to support new LoongArch.Chao Li2022-10-141-1/+2
* BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois2021-09-291-4/+0
* BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois2021-09-291-2/+0
* BaseTools/build: Set MakefileNamePierre Gondois2021-09-291-1/+4
* build: Fix python3.10 threading DeprecationWarningsCole2021-08-021-24/+24
* BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall2021-05-211-0/+1
* BaseTools: Fix DSC override of Guided toolMichael D Kinney2021-05-101-18/+34
* BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney2021-05-031-0/+2
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-291-33/+78
* BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney2021-04-151-2/+2
* BaseTools: Fix the build report crash issueBob Feng2021-01-141-7/+9
* BaseTools: Update report map file formatYunhua Feng2020-11-101-1/+1
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-051-49/+68
* BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallelBob Feng2020-08-141-3/+1
* BaseTools: Improve the method of checking queue emptyFeng, Bob C2020-08-071-1/+2
* BaseTools/build.py: Exit with 1 when AutoGen error occurredIrene Park2020-06-071-2/+4
* BaseTools: BaseTools changes for RISC-V platform.Abner Chang2020-04-291-3/+3
* BaseTools:Add the spare space FV image size checkerFan, Zhiju2020-04-231-0/+47
* BaseTools:GuidedSectionTools.txt is not generated correctlyFan, ZhijuX2020-03-311-13/+3
* BaseTools: Fixed build failure when using python38Fan, ZhijuX2020-02-121-1/+1
* BaseTools: Rationalise makefile generationPierre Gondois2020-02-121-10/+15
* BaseTools: Fixed a incremental build bugBob Feng2020-01-191-1/+2
* BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2020-01-132-9/+128
* BaseTools: Resolve a issue of Incremental buildBob Feng2019-12-181-9/+2
* BaseTools: Fix build failure when multiple build targets givenBob Feng2019-12-181-0/+2
* BaseTools: Leverage compiler output to optimize binary cacheSteven Shi2019-12-101-156/+120
* BaseTools: Enhance Basetool for incremental buildBob Feng2019-12-101-14/+49
* BaseTools:fix regression issue for platform .map fileFan, ZhijuX2019-11-251-4/+4
* BaseTools: Fix build failure when using python38Ni, Ray2019-11-131-1/+1
* BaseTools:Fix the issue that build report failedFan, ZhijuX2019-09-191-2/+11
* BaseTools:Replace PlatformInfo with PlatformAutoGen for MoudleFan, ZhijuX2019-09-171-0/+3
* BaseTools: Fixed a bug of IgnoreAutoGenFeng, Bob C2019-09-121-0/+1
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-111-1/+1
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-111-4/+4
* BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C2019-09-101-132/+219
* BaseTools: Fixed build clean regression issueFeng, Bob C2019-09-101-5/+3
* BaseTools: Fix incremental build genmake issueFeng, Bob C2019-08-231-1/+2
* BaseTools: Update incorrect variable name 'DataPile'Fan, ZhijuX2019-08-201-1/+1
* BaseTools: Improve the file saving and copying reliabilityShi, Steven2019-08-201-1/+4
* BaseTools: Change the [Arch][Name] module key in Build cacheShi, Steven2019-08-201-28/+20
* BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven2019-08-201-28/+101
* BaseTools: Move buildoptions.py to Common folderBob Feng2019-08-142-93/+1
* BaseTools: Enable block queue log agent.Feng, Bob C2019-08-091-18/+21
* BaseTools: Move BuildOption parser out of build.pyFeng, Bob C2019-08-092-103/+97
* BaseTools: Add LogAgent to support multiple process AutogenFeng, Bob C2019-08-091-8/+19
* BaseTools: Add shared data for processesFeng, Bob C2019-08-091-4/+6
* BaseTools: Enable Multiple Process AutoGenFeng, Bob C2019-08-091-44/+83