Age | Commit message (Expand) | Author | Files | Lines |
2019-10-18 | BaseTools: Fix an incremental build issue caused by macro in #include | Lin, Derek (HPS SW) | 1 | -7/+11 |
2019-10-04 | BaseTools: add missing newlines at end of files | Leif Lindholm | 1 | -1/+1 |
2019-10-04 | BaseTools: Fix GenMake multi-workspace failure | Kubacki, Michael A | 1 | -3/+1 |
2019-09-29 | BaseTools: Fix the lib order in static_library_files.lst | Feng, Bob C | 1 | -1/+1 |
2019-09-24 | BaseTools: init DependencyHeaderFileSet for each MakeFile class | Feng, Bob C | 1 | -1/+5 |
2019-09-21 | Revert "BaseTools: Improve GetDependencyList function" | Liming Gao | 1 | -16/+13 |
2019-09-17 | BaseTools: remove unnecessary calls of os.exist | Feng, Bob C | 5 | -60/+63 |
2019-09-17 | BaseTools: Improve GetDependencyList function | Feng, Bob C | 1 | -13/+16 |
2019-09-17 | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 2 | -3/+7 |
2019-09-11 | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 2 | -4/+3 |
2019-09-11 | BaseTools: Fixed the bug of multi-thread genffs for override inf | Feng, Bob C | 2 | -2/+2 |
2019-09-10 | BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed | Feng, Bob C | 1 | -1/+2 |
2019-09-10 | BaseTools: Fixed issue for IgnoreAutoGen | Feng, Bob C | 5 | -4/+34 |
2019-09-02 | BaseTools: Support more file types in build cache | Shi, Steven | 1 | -20/+14 |
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 | 3 | -3/+5 |
2019-08-20 | BaseTools: Improve the file saving and copying reliability | Shi, Steven | 5 | -34/+76 |
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 | 1 | -5/+1 |
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 | 5 | -168/+755 |
2019-08-19 | BaseTools: Fixed issue of incorrect Module Unique Name | Feng, Bob C | 2 | -3/+4 |
2019-08-14 | BaseTools: Fix checking for Sources section in INF file | Rodriguez, Christian | 2 | -3/+37 |
2019-08-14 | BaseTools: Fix incremental build bug | Feng, Bob C | 1 | -2/+1 |
2019-08-09 | BaseTools: Enable block queue log agent. | Feng, Bob C | 1 | -2/+4 |
2019-08-09 | BaseTools: Add the support for python 2 | Feng, Bob C | 1 | -1/+4 |
2019-08-09 | BaseTools: Add LogAgent to support multiple process Autogen | Feng, Bob C | 2 | -7/+69 |
2019-08-09 | BaseTools: Add shared data for processes | Feng, Bob C | 1 | -1/+2 |
2019-08-09 | BaseTools: Enable Multiple Process AutoGen | Feng, Bob C | 6 | -12/+224 |
2019-08-09 | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 7 | -4219/+5130 |
2019-08-09 | BaseTools: Add functions to get platform scope build options | Feng, Bob C | 1 | -1/+9 |
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 | 2 | -30/+25 |
2019-08-01 | BaseTools:Add extra debugging message | Max Knutsen | 1 | -6/+10 |
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 | 1 | -1/+1 |
2019-07-12 | BaseTools: Add HOST_APPLICATION module type. | Jiewen Yao | 2 | -14/+15 |
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-08 | BaseTools: Fix various typos | Antoine Cœur | 1 | -2/+2 |
2019-06-25 | BaseTools: Move Build Cache related function out of CreateAsBuiltInf | Bob Feng | 1 | -31/+37 |
2019-06-25 | BaseTools: refine CreateAsBuiltInf function | Bob Feng | 1 | -4/+1 |
2019-06-17 | BaseTools:Introduce CopyFileOnChange() function to copy cache files | Shi, Steven | 1 | -5/+5 |
2019-06-17 | BaseTools: Cannot store library cache of different arch together | Shi, Steven | 1 | -0/+21 |
2019-06-17 | BaseTools:Build cache cannot store the cache files for library package | Shi, Steven | 1 | -1/+4 |
2019-06-10 | BaseTools: Refactor hash tracking after checking for Sources section | Rodriguez, Christian | 2 | -2/+10 |
2019-06-10 | BaseTools: Add a checking for Sources section in INF file | Rodriguez, Christian | 1 | -0/+38 |
2019-05-31 | BaseTools:Update binary cache restore time to current time | Steven Shi | 1 | -2/+2 |
2019-05-31 | BaseTools:Extend the binary cache to support library cache | Steven Shi | 1 | -0/+6 |
2019-05-27 | BaseTools:Change the path of the file that Binary Cache | Fan, ZhijuX | 1 | -2/+2 |