Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | BaseTools: Update incorrect variable name 'DataPile' | Fan, ZhijuX | 1 | -1/+1 |
2019-08-20 | BaseTools: Improve the file saving and copying reliability | Shi, Steven | 8 | -42/+119 |
2019-08-20 | BaseTools: Add GenFds multi-thread support in build cache | Shi, Steven | 1 | -6/+17 |
2019-08-20 | BaseTools: Change the [Arch][Name] module key in Build cache | Shi, Steven | 2 | -33/+21 |
2019-08-20 | BaseTools: Print first cache missing file for build cachle | Shi, Steven | 2 | -0/+78 |
2019-08-20 | BaseTools: Improve the cache hit in the edk2 build cache | Shi, Steven | 7 | -196/+865 |
2019-08-19 | BaseTools/tools_def.template: Add -gdwarf to XCODE5 X64 | Andrew Fish | 1 | -2/+2 |
2019-08-19 | BaseTools: Fixed issue of incorrect Module Unique Name | Feng, Bob C | 2 | -3/+4 |
2019-08-15 | BaseTools/Capsule: Tool to generate Windows Firmware Update Driver | Jin, Eric | 2 | -7/+129 |
2019-08-15 | BaseTools/Capsule: Add WindowsCapsuleSupportHelper | Sean Brogan | 1 | -0/+62 |
2019-08-15 | BaseTools/Scripts: Add GetUtcDateTime script. | Chasel Chiu | 1 | -0/+44 |
2019-08-14 | BaseTools: Move buildoptions.py to Common folder | Bob Feng | 3 | -2/+2 |
2019-08-14 | BaseTools: Fix checking for Sources section in INF file | Rodriguez, Christian | 2 | -3/+37 |
2019-08-14 | BaseTools: Add "-" in a re to parse line in .map file | Feng, Bob C | 1 | -1/+1 |
2019-08-14 | BaseTools: Fix incremental build bug | Feng, Bob C | 1 | -2/+1 |
2019-08-12 | BaseTools: Fixed an issue that build raise exception | Feng, Bob C | 1 | -5/+2 |
2019-08-09 | BaseTools: Enable block queue log agent. | Feng, Bob C | 3 | -24/+31 |
2019-08-09 | BaseTools: Add the support for python 2 | Feng, Bob C | 2 | -5/+92 |
2019-08-09 | BaseTools: Move BuildOption parser out of build.py | Feng, Bob C | 3 | -107/+121 |
2019-08-09 | BaseTools: Add LogAgent to support multiple process Autogen | Feng, Bob C | 4 | -19/+117 |
2019-08-09 | BaseTools: Add shared data for processes | Feng, Bob C | 2 | -5/+8 |
2019-08-09 | BaseTools: Enable Multiple Process AutoGen | Feng, Bob C | 7 | -56/+307 |
2019-08-09 | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 15 | -4248/+5204 |
2019-08-09 | BaseTools: Add functions to get platform scope build options | Feng, Bob C | 3 | -2/+40 |
2019-08-09 | BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functions | Feng, Bob C | 1 | -87/+143 |
2019-08-09 | BaseTools: Singleton the object to handle build conf file | Feng, Bob C | 8 | -97/+63 |
2019-08-08 | BaseTools:Add the Judgment Method of "--exclude" | Fan, ZhijuX | 1 | -1/+17 |
2019-08-07 | BaseTools/PatchCheck: Disable text conversion in 'git show' | Michael D Kinney | 1 | -1/+1 |
2019-08-07 | BaseTools/PatchCheck: Add copy from/to keywords | Michael D Kinney | 1 | -0/+2 |
2019-08-07 | BaseTools/PatchCheck: Ignore blank lines in diff | Michael D Kinney | 1 | -0/+3 |
2019-08-02 | BaseTools: Fixed a typo in Trim.py | Feng, Bob C | 1 | -1/+1 |
2019-08-01 | BaseTools:Added arch output to build report | Matthew Carlson | 1 | -0/+2 |
2019-08-01 | BaseTools:Updata the output encoding of the Popen function | Bob Feng | 5 | -7/+7 |
2019-08-01 | BaseTools:Add extra debugging message | Max Knutsen | 2 | -7/+13 |
2019-08-01 | BaseTools:replace the chinese quotation mark with unicode " | Sean Brogan | 1 | -1/+1 |
2019-07-25 | BaseTools: Sort file list in Makefile | Feng, Bob C | 1 | -1/+2 |
2019-07-24 | BaseTools: add GetMaintainer.py script | Leif Lindholm | 1 | -0/+190 |
2019-07-22 | BaseTools: Fixed the mis-using strip() function issue. | Feng, Bob C | 2 | -2/+5 |
2019-07-22 | BaseTools: Create ".cache" folder when initialize Build object | Feng, Bob C | 2 | -7/+3 |
2019-07-15 | BaseTools: Fix python3.8 SyntaxWarning | Cole Robinson | 1 | -1/+1 |
2019-07-12 | BaseTools: Add HOST_APPLICATION module type. | Jiewen Yao | 8 | -23/+27 |
2019-07-12 | BaseTools: Fixed the issue when ToolDefinitionFile is not generated | Bob Feng | 1 | -3/+6 |
2019-07-11 | Revert "BaseTools/BfmLib: Add a tool BfmLib" | Liming Gao | 8 | -5881/+0 |
2019-07-11 | Revert "BaseTools/FCE: Add a tool FCE" | Liming Gao | 23 | -23443/+2 |
2019-07-11 | Revert "BaseTools/FMMT: Add a tool FMMT" | Liming Gao | 11 | -9036/+0 |
2019-07-11 | Revert "BaseTools: fix FCE build when edksetup not executed" | Liming Gao | 1 | -1/+1 |
2019-07-11 | Revert "BaseTools/FMMT: Change FMMT script type in PosixLike" | Liming Gao | 1 | -29/+29 |
2019-07-11 | Revert "BaseTools/BfmLib: Change BfmLib script type in PosixLike" | Liming Gao | 1 | -29/+29 |
2019-07-11 | Revert "BaseTools/FCE: Change FCE script type in PosixLike" | Liming Gao | 1 | -29/+29 |
2019-07-10 | BaseTools: Detect the change of env variable used in tooldef.txt | Feng, Bob C | 1 | -2/+5 |