summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: strip trailing whitespaceLeif Lindholm2019-10-0410-18/+18
* BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm2019-10-041-5/+5
* BaseTools: fix line endings in SetupGit.py Conf filesLeif Lindholm2019-10-042-2/+2
* BaseTools: add missing newlines at end of filesLeif Lindholm2019-10-043-3/+3
* BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A2019-10-041-3/+1
* BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm2019-10-011-13/+13
* BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei2019-09-301-4/+8
* BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C2019-09-291-1/+1
* BaseTools:"--exclude" don't apply if parameter ends with separatorFan, ZhijuX2019-09-271-0/+1
* BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C2019-09-241-1/+5
* Add VS2019 Support on ToolSetup BatchesCheng, Ching JenX2019-09-233-23/+116
* Add VS2019 Toolchain defCheng, Ching JenX2019-09-231-19/+201
* BaseTools/LzmaCompress: Add two switchesZhang, Shenglei2019-09-233-11/+38
* Revert "BaseTools: Improve GetDependencyList function"Liming Gao2019-09-211-16/+13
* BaseTools:Fix the issue that build report failedFan, ZhijuX2019-09-191-2/+11
* BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi2019-09-191-1/+2
* BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C2019-09-171-20/+3
* 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-1719-23/+60
* 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: Robustness for multiple build environmentsBurt Silverman2019-09-111-0/+2
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-117-11/+14
* BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C2019-09-111-1/+1
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-114-7/+10
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-102-1/+12
* BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C2019-09-106-136/+253
* BaseTools: Fixed build clean regression issueFeng, Bob C2019-09-101-5/+3
* BaseTools: Fix a bug for Hii Pcd overrideBob Feng2019-09-101-2/+2
* BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX2019-09-094-4/+4
* BaseTools:Ecc handle another copyright formatFan, ZhijuX2019-09-091-1/+1
* BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel2019-09-041-1/+27
* BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao2019-09-041-2/+15
* BaseTools: Support more file types in build cacheShi, Steven2019-09-021-20/+14
* BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C2019-08-291-13/+16
* 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-234-9/+12
* BaseTools: Fix incremental build genmake issueFeng, Bob C2019-08-231-1/+2
* BaseTools: Support long file path in windows for misc functionsShi, Steven2019-08-231-1/+11
* BaseTools: Update incorrect variable name 'DataPile'Fan, ZhijuX2019-08-201-1/+1
* BaseTools: Improve the file saving and copying reliabilityShi, Steven2019-08-208-42/+119
* 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-202-33/+21
* 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-207-196/+865
* BaseTools/tools_def.template: Add -gdwarf to XCODE5 X64Andrew Fish2019-08-191-2/+2
* BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C2019-08-192-3/+4
* BaseTools/Capsule: Tool to generate Windows Firmware Update DriverJin, Eric2019-08-152-7/+129
* BaseTools/Capsule: Add WindowsCapsuleSupportHelperSean Brogan2019-08-151-0/+62