Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 4 | -4/+4 |
2019-09-09 | BaseTools:Ecc handle another copyright format | Fan, ZhijuX | 1 | -1/+1 |
2019-09-02 | BaseTools: Support more file types in build cache | Shi, Steven | 1 | -20/+14 |
2019-08-29 | BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908 | Feng, Bob C | 1 | -13/+16 |
2019-08-29 | BaseTools: fix an incremental build issue. | Feng, Bob C | 1 | -6/+2 |
2019-08-23 | BaseTools: Incorrect error message for library instance not found | Feng, Bob C | 4 | -9/+12 |
2019-08-23 | BaseTools: Fix incremental build genmake issue | Feng, Bob C | 1 | -1/+2 |
2019-08-23 | BaseTools: Support long file path in windows for misc functions | Shi, Steven | 1 | -1/+11 |
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: 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-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-01 | 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-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 | 7 | -22/+26 |
2019-07-12 | BaseTools: Fixed the issue when ToolDefinitionFile is not generated | Bob Feng | 1 | -3/+6 |
2019-07-10 | BaseTools: Detect the change of env variable used in tooldef.txt | Feng, Bob C | 1 | -2/+5 |
2019-07-10 | BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c | Feng, Bob C | 1 | -1/+2 |
2019-07-08 | BaseTools: Fix various typos | Antoine Cœur | 7 | -10/+10 |
2019-06-28 | BaseTools/Capsule: Supports multiple payloads and drivers in capsule | Jin, Eric | 3 | -266/+731 |
2019-06-25 | BaseTools: Move Build Cache related function out of CreateAsBuiltInf | Bob Feng | 2 | -37/+59 |
2019-06-25 | BaseTools: refine CreateAsBuiltInf function | Bob Feng | 2 | -6/+5 |
2019-06-24 | BaseTools:Add import in FvImageSection | Fan, ZhijuX | 1 | -0/+1 |