| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools:Add the spare space FV image size checker | Fan, Zhiju | 2020-04-23 | 1 | -0/+47 |
* | BaseTools:GuidedSectionTools.txt is not generated correctly | Fan, ZhijuX | 2020-03-31 | 1 | -13/+3 |
* | BaseTools: Rationalise makefile generation | Pierre Gondois | 2020-02-12 | 1 | -10/+15 |
* | BaseTools: Fixed a incremental build bug | Bob Feng | 2020-01-19 | 1 | -1/+2 |
* | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 2020-01-13 | 1 | -9/+23 |
* | BaseTools: Resolve a issue of Incremental build | Bob Feng | 2019-12-18 | 1 | -9/+2 |
* | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 2019-12-18 | 1 | -0/+2 |
* | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 2019-12-10 | 1 | -156/+120 |
* | BaseTools: Enhance Basetool for incremental build | Bob Feng | 2019-12-10 | 1 | -14/+49 |
* | BaseTools:fix regression issue for platform .map file | Fan, ZhijuX | 2019-11-25 | 1 | -4/+4 |
* | BaseTools: Fix build failure when using python38 | Ni, Ray | 2019-11-13 | 1 | -1/+1 |
* | 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: Enable --genfds-multi-thread to default build | 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 | 1 | -4/+4 |
* | BaseTools: Fixed issue for IgnoreAutoGen | Feng, Bob C | 2019-09-10 | 1 | -132/+219 |
* | BaseTools: Fixed build clean regression issue | Feng, Bob C | 2019-09-10 | 1 | -5/+3 |
* | BaseTools: Fix incremental build genmake issue | Feng, Bob C | 2019-08-23 | 1 | -1/+2 |
* | BaseTools: Improve the file saving and copying reliability | Shi, Steven | 2019-08-20 | 1 | -1/+4 |
* | BaseTools: Change the [Arch][Name] module key in Build cache | Shi, Steven | 2019-08-20 | 1 | -28/+20 |
* | BaseTools: Improve the cache hit in the edk2 build cache | Shi, Steven | 2019-08-20 | 1 | -28/+101 |
* | BaseTools: Move buildoptions.py to Common folder | Bob Feng | 2019-08-14 | 1 | -1/+1 |
* | BaseTools: Enable block queue log agent. | Feng, Bob C | 2019-08-09 | 1 | -18/+21 |
* | BaseTools: Move BuildOption parser out of build.py | Feng, Bob C | 2019-08-09 | 1 | -103/+5 |
* | BaseTools: Add LogAgent to support multiple process Autogen | Feng, Bob C | 2019-08-09 | 1 | -8/+19 |
* | BaseTools: Add shared data for processes | Feng, Bob C | 2019-08-09 | 1 | -4/+6 |
* | BaseTools: Enable Multiple Process AutoGen | Feng, Bob C | 2019-08-09 | 1 | -44/+83 |
* | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 2019-08-09 | 1 | -20/+31 |
* | BaseTools: Singleton the object to handle build conf file | Feng, Bob C | 2019-08-09 | 1 | -23/+6 |
* | BaseTools: Create ".cache" folder when initialize Build object | Feng, Bob C | 2019-07-22 | 1 | -1/+2 |
* | BaseTools: Fix python3.8 SyntaxWarning | Cole Robinson | 2019-07-15 | 1 | -1/+1 |
* | BaseTools: Move Build Cache related function out of CreateAsBuiltInf | Bob Feng | 2019-06-25 | 1 | -6/+22 |
* | BaseTools: refine CreateAsBuiltInf function | Bob Feng | 2019-06-25 | 1 | -2/+4 |
* | BaseTools:Build Cache output notification message | Shi, Steven | 2019-06-17 | 1 | -0/+10 |
* | BaseTools: Refactor hash tracking after checking for Sources section | Rodriguez, Christian | 2019-06-10 | 1 | -24/+41 |
* | BaseTools: Remove './SecMain' from 'run' target | Bob Feng | 2019-05-24 | 1 | -4/+0 |
* | BaseTools: Remove './SecMain' from 'run' target | Feng, Bob C | 2019-05-22 | 1 | -4/+0 |
* | BaseTools:Update mailing list address in BaseTools error messages | Fan, ZhijuX | 2019-05-22 | 1 | -1/+1 |
* | BaseTools: Library hashing fix and optimization for --hash feature | Rodriguez, Christian | 2019-05-21 | 1 | -1/+6 |
* | BaseTools: Hash false success.. minor change in hash invalidation | Christian Rodriguez | 2019-04-22 | 1 | -2/+2 |
* | BaseTools: Hash false success with back to back builds | Rodriguez, Christian | 2019-04-16 | 1 | -0/+45 |
* | BaseTools: Fix corner-cases of --hash feature | Christian Rodriguez | 2019-04-10 | 1 | -1/+13 |
* | BaseTools: Fixed issue in MultiThread Genfds function | Feng, Bob C | 2019-04-10 | 1 | -5/+5 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 1 | -7/+1 |
* | BaseTool/Build: Add --disable-include-path-check. | Jiewen Yao | 2019-03-15 | 1 | -0/+2 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -4/+4 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -23/+21 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: Update PYTHON env to PYTHON_COMMAND | Liming Gao | 2019-02-01 | 1 | -1/+2 |
* | BaseTools:Update build tool to print python version information | Zhijux Fan | 2019-02-01 | 1 | -0/+6 |