summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2019-09-17BaseTools: Improve GetDependencyList functionFeng, Bob C1-13/+16
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX19-23/+60
2019-09-17BaseTools:Replace PlatformInfo with PlatformAutoGen for MoudleFan, ZhijuX1-0/+3
2019-09-12BaseTools: Fixed a bug of IgnoreAutoGenFeng, Bob C1-0/+1
2019-09-11BaseTools: Robustness for multiple build environmentsBurt Silverman1-0/+2
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C7-11/+14
2019-09-11BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C1-1/+1
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C4-7/+10
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2-1/+12
2019-09-10BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C6-136/+253
2019-09-10BaseTools: Fixed build clean regression issueFeng, Bob C1-5/+3
2019-09-10BaseTools: Fix a bug for Hii Pcd overrideBob Feng1-2/+2
2019-09-09BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX4-4/+4
2019-09-09BaseTools:Ecc handle another copyright formatFan, ZhijuX1-1/+1
2019-09-04BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel1-1/+27
2019-09-04BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao1-2/+15
2019-09-02BaseTools: Support more file types in build cacheShi, Steven1-20/+14
2019-08-29BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C1-13/+16
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 C4-9/+12
2019-08-23BaseTools: Fix incremental build genmake issueFeng, Bob C1-1/+2
2019-08-23BaseTools: Support long file path in windows for misc functionsShi, Steven1-1/+11
2019-08-20BaseTools: Update incorrect variable name 'DataPile'Fan, ZhijuX1-1/+1
2019-08-20BaseTools: Improve the file saving and copying reliabilityShi, Steven8-42/+119
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, Steven2-33/+21
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, Steven7-196/+865
2019-08-19BaseTools/tools_def.template: Add -gdwarf to XCODE5 X64Andrew Fish1-2/+2
2019-08-19BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C2-3/+4
2019-08-15BaseTools/Capsule: Tool to generate Windows Firmware Update DriverJin, Eric2-7/+129
2019-08-15BaseTools/Capsule: Add WindowsCapsuleSupportHelperSean Brogan1-0/+62
2019-08-15BaseTools/Scripts: Add GetUtcDateTime script.Chasel Chiu1-0/+44
2019-08-14BaseTools: Move buildoptions.py to Common folderBob Feng3-2/+2
2019-08-14BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian2-3/+37
2019-08-14BaseTools: Add "-" in a re to parse line in .map fileFeng, Bob C1-1/+1
2019-08-14BaseTools: Fix incremental build bugFeng, Bob C1-2/+1
2019-08-12BaseTools: Fixed an issue that build raise exceptionFeng, Bob C1-5/+2
2019-08-09BaseTools: Enable block queue log agent.Feng, Bob C3-24/+31
2019-08-09BaseTools: Add the support for python 2Feng, Bob C2-5/+92
2019-08-09BaseTools: Move BuildOption parser out of build.pyFeng, Bob C3-107/+121
2019-08-09BaseTools: Add LogAgent to support multiple process AutogenFeng, Bob C4-19/+117
2019-08-09BaseTools: Add shared data for processesFeng, Bob C2-5/+8
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C7-56/+307
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C15-4248/+5204
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C3-2/+40
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 C8-97/+63
2019-08-08BaseTools:Add the Judgment Method of "--exclude"Fan, ZhijuX1-1/+17
2019-08-07BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney1-1/+1