| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -9/+9 |
* | BaseTools: Rename iteritems to items | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools:use iterate list to replace the itertools | Zhijux Fan | 2019-02-01 | 1 | -4/+2 |
* | BaseTools/build/build: delete variable | Carsey, Jaben | 2019-01-28 | 1 | -59/+1 |
* | BaseTools/build/build: refactor and move functions | Carsey, Jaben | 2019-01-21 | 1 | -4/+42 |
* | BaseTools: Remove unused logic for IPF | Feng, Bob C | 2019-01-14 | 1 | -17/+3 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -65/+0 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -8/+8 |
* | BaseTools: Fix GenFds error doesn't break build. | Derek Lin | 2018-12-19 | 1 | -2/+5 |
* | BaseTools: Replace the sqlite database with list | BobCF | 2018-12-07 | 1 | -22/+5 |
* | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 2018-12-07 | 1 | -3/+3 |
* | BaseTools: cleanup LongFilePathSupport usage | Jaben Carsey | 2018-12-06 | 1 | -1/+0 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -21/+23 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -10/+10 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: use map and filter to replace the itertools function | Yunhua Feng | 2018-10-13 | 1 | -4/+3 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -2/+2 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -1/+1 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -8/+8 |