Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | BaseTools: Resolve index out of range errors. | Mingyue Liang | 1 | -1/+2 |
2020-11-10 | BaseTools: Limit command line length. | Mingyue Liang | 2 | -9/+44 |
2020-11-05 | BaseTools: Enable Module Scope Structure Pcd | Bob Feng | 4 | -8/+19 |
2020-10-13 | BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO | fengyunhua | 1 | -0/+3 |
2020-09-25 | BaseTools: Remove CanSkip calling for incremental build | Bob Feng | 1 | -3/+0 |
2020-09-25 | BaseTools: Normalize case of pathname when evaluating Macros. | Mingyue Liang | 1 | -2/+4 |
2020-09-25 | BaseTools: Add included files to deps_target file. | Mingyue Liang | 1 | -3/+1 |
2020-09-08 | BaseTools: Sort the Pcd set when generating the VPD binary | Bob Feng | 1 | -1/+1 |
2020-08-14 | BaseTools: fix ucs-2 lookup on python 3.9 | Cole Robinson | 1 | -1/+1 |
2020-08-14 | BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallel | Bob Feng | 1 | -1/+1 |
2020-08-07 | BaseTools: Improve the method of checking queue empty | Feng, Bob C | 1 | -6/+20 |
2020-07-17 | BaseTools: Add Guid name support in GenFfs. | Yuwei Chen | 1 | -0/+24 |
2020-07-02 | BaseTools: Fix string concatenation | Pierre Gondois | 1 | -1/+1 |
2020-07-02 | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2 | -17/+27 |
2020-03-31 | BaseTools:GuidedSectionTools.txt is not generated correctly | Fan, ZhijuX | 1 | -1/+2 |
2020-03-24 | BaseTools:Fix build tools print traceback info issue | Fan, ZhijuX | 1 | -3/+0 |
2020-03-02 | BaseTools: Remove invalid leading space before !INCLUDE in Makefile | Bob Feng | 1 | -8/+8 |
2020-02-13 | BaseTools:build failure in CLANGPDB tool chain | Fan, ZhijuX | 1 | -0/+2 |
2020-02-12 | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 1 | -3/+4 |
2020-02-12 | BaseTools: Rationalise makefile generation | Pierre Gondois | 3 | -84/+101 |
2020-02-09 | BaseTools: Fixed a Incremental build issue | Bob Feng | 1 | -1/+1 |
2020-01-19 | BaseTools: Fixed a incremental build bug | Bob Feng | 2 | -3/+11 |
2020-01-13 | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 1 | -19/+37 |
2019-12-18 | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 2 | -2/+2 |
2019-12-10 | BaseTools: Remove redundant binary cache file | Steven Shi | 1 | -29/+0 |
2019-12-10 | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 4 | -644/+581 |
2019-12-10 | BaseTools: enhance the CacheCopyFile method arg names | Steven Shi | 1 | -3/+3 |
2019-12-10 | BaseTools: store more complete output files in binary cache | Steven Shi | 1 | -16/+4 |
2019-12-10 | BaseTools: Enhance Basetool for incremental build | Bob Feng | 3 | -59/+331 |
2019-12-06 | BaseTools: Avoid "is" with a literal Python 3.8 warnings | Philippe Mathieu-Daude | 1 | -1/+1 |
2019-11-20 | BaseTools:Add [packages] section in dsc file | Fan, ZhijuX | 3 | -6/+25 |
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 |