| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "BaseTools: Improve GetDependencyList function" | Liming Gao | 2019-09-21 | 1 | -16/+13 |
* | BaseTools:Fix the issue that build report failed | Fan, ZhijuX | 2019-09-19 | 1 | -2/+11 |
* | BaseTools: Add more parameter checking for CopyFileOnChange() | Steven Shi | 2019-09-19 | 1 | -1/+2 |
* | BaseTools:Remove the unnecessary operation of renaming a file. | Feng, Bob C | 2019-09-17 | 1 | -20/+3 |
* | BaseTools: remove unnecessary calls of os.exist | Feng, Bob C | 2019-09-17 | 5 | -60/+63 |
* | BaseTools: Improve GetDependencyList function | Feng, Bob C | 2019-09-17 | 1 | -13/+16 |
* | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 2019-09-17 | 19 | -23/+60 |
* | BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle | Fan, ZhijuX | 2019-09-17 | 1 | -0/+3 |
* | BaseTools: Fixed a bug of IgnoreAutoGen | Feng, Bob C | 2019-09-12 | 1 | -0/+1 |
* | BaseTools: Robustness for multiple build environments | Burt Silverman | 2019-09-11 | 1 | -0/+2 |
* | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 2019-09-11 | 7 | -11/+14 |
* | BaseTools: Fixed the build fail on Linux with --genfds-multi-thread | Feng, Bob C | 2019-09-11 | 1 | -1/+1 |
* | BaseTools: Fixed the bug of multi-thread genffs for override inf | Feng, Bob C | 2019-09-11 | 4 | -7/+10 |
* | BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed | Feng, Bob C | 2019-09-10 | 2 | -1/+12 |
* | BaseTools: Fixed issue for IgnoreAutoGen | Feng, Bob C | 2019-09-10 | 6 | -136/+253 |
* | BaseTools: Fixed build clean regression issue | Feng, Bob C | 2019-09-10 | 1 | -5/+3 |
* | BaseTools: Fix a bug for Hii Pcd override | Bob Feng | 2019-09-10 | 1 | -2/+2 |
* | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 2019-09-09 | 4 | -4/+4 |
* | BaseTools:Ecc handle another copyright format | Fan, ZhijuX | 2019-09-09 | 1 | -1/+1 |
* | BaseTools/GenFw AARCH64: fix up GOT based relative relocations | Ard Biesheuvel | 2019-09-04 | 1 | -1/+27 |
* | BaseTools: Update GenFw tool to support -e -z option together | Liming Gao | 2019-09-04 | 1 | -2/+15 |
* | BaseTools: Support more file types in build cache | Shi, Steven | 2019-09-02 | 1 | -20/+14 |
* | BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908 | Feng, Bob C | 2019-08-29 | 1 | -13/+16 |
* | BaseTools: fix an incremental build issue. | Feng, Bob C | 2019-08-29 | 1 | -6/+2 |
* | BaseTools: Incorrect error message for library instance not found | Feng, Bob C | 2019-08-23 | 4 | -9/+12 |
* | BaseTools: Fix incremental build genmake issue | Feng, Bob C | 2019-08-23 | 1 | -1/+2 |
* | BaseTools: Support long file path in windows for misc functions | Shi, Steven | 2019-08-23 | 1 | -1/+11 |
* | BaseTools: Update incorrect variable name 'DataPile' | Fan, ZhijuX | 2019-08-20 | 1 | -1/+1 |
* | BaseTools: Improve the file saving and copying reliability | Shi, Steven | 2019-08-20 | 8 | -42/+119 |
* | BaseTools: Add GenFds multi-thread support in build cache | Shi, Steven | 2019-08-20 | 1 | -6/+17 |
* | BaseTools: Change the [Arch][Name] module key in Build cache | Shi, Steven | 2019-08-20 | 2 | -33/+21 |
* | BaseTools: Print first cache missing file for build cachle | Shi, Steven | 2019-08-20 | 2 | -0/+78 |
* | BaseTools: Improve the cache hit in the edk2 build cache | Shi, Steven | 2019-08-20 | 7 | -196/+865 |
* | BaseTools/tools_def.template: Add -gdwarf to XCODE5 X64 | Andrew Fish | 2019-08-19 | 1 | -2/+2 |
* | BaseTools: Fixed issue of incorrect Module Unique Name | Feng, Bob C | 2019-08-19 | 2 | -3/+4 |
* | BaseTools/Capsule: Tool to generate Windows Firmware Update Driver | Jin, Eric | 2019-08-15 | 2 | -7/+129 |
* | BaseTools/Capsule: Add WindowsCapsuleSupportHelper | Sean Brogan | 2019-08-15 | 1 | -0/+62 |
* | BaseTools/Scripts: Add GetUtcDateTime script. | Chasel Chiu | 2019-08-15 | 1 | -0/+44 |
* | BaseTools: Move buildoptions.py to Common folder | Bob Feng | 2019-08-14 | 3 | -2/+2 |
* | BaseTools: Fix checking for Sources section in INF file | Rodriguez, Christian | 2019-08-14 | 2 | -3/+37 |
* | BaseTools: Add "-" in a re to parse line in .map file | Feng, Bob C | 2019-08-14 | 1 | -1/+1 |
* | BaseTools: Fix incremental build bug | Feng, Bob C | 2019-08-14 | 1 | -2/+1 |
* | BaseTools: Fixed an issue that build raise exception | Feng, Bob C | 2019-08-12 | 1 | -5/+2 |
* | BaseTools: Enable block queue log agent. | Feng, Bob C | 2019-08-09 | 3 | -24/+31 |
* | BaseTools: Add the support for python 2 | Feng, Bob C | 2019-08-09 | 2 | -5/+92 |
* | BaseTools: Move BuildOption parser out of build.py | Feng, Bob C | 2019-08-09 | 3 | -107/+121 |
* | BaseTools: Add LogAgent to support multiple process Autogen | Feng, Bob C | 2019-08-09 | 4 | -19/+117 |
* | BaseTools: Add shared data for processes | Feng, Bob C | 2019-08-09 | 2 | -5/+8 |
* | BaseTools: Enable Multiple Process AutoGen | Feng, Bob C | 2019-08-09 | 7 | -56/+307 |
* | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 2019-08-09 | 15 | -4248/+5204 |