Age | Commit message (Expand) | Author | Files | Lines |
2020-02-12 | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 1 | -3/+4 |
2020-02-12 | BaseTools: Rationalise makefile generation | Pierre Gondois | 4 | -94/+116 |
2020-02-09 | BaseTools: Fixed a Incremental build issue | Bob Feng | 1 | -1/+1 |
2020-02-07 | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 1 | -19/+23 |
2020-02-06 | BaseTools: Script for converting .aml to .hex | Pierre Gondois | 1 | -0/+156 |
2020-02-04 | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 1 | -1/+17 |
2020-01-19 | BaseTools: Fixed a incremental build bug | Bob Feng | 3 | -4/+13 |
2020-01-15 | BaseTools/Capsule: Add capsule dependency support | Li, Aaron | 2 | -7/+464 |
2020-01-13 | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 10 | -169/+261 |
2020-01-13 | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 1 | -3/+4 |
2019-12-18 | BaseTools: Resolve a issue of Incremental build | Bob Feng | 1 | -9/+2 |
2019-12-18 | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 3 | -2/+4 |
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 | 6 | -822/+714 |
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 | 4 | -73/+380 |
2019-12-10 | BaseTools: Generate dependent files for ASL and ASM files | Bob Feng | 1 | -20/+95 |
2019-12-06 | BaseTools: Avoid "is" with a literal Python 3.8 warnings | Philippe Mathieu-Daude | 1 | -1/+1 |
2019-12-04 | BaseTools:Enhance the way to handling included dsc file | Fan, ZhijuX | 1 | -39/+40 |
2019-11-25 | BaseTools:fix regression issue for platform .map file | Fan, ZhijuX | 1 | -4/+4 |
2019-11-20 | BaseTools:Add [packages] section in dsc file | Fan, ZhijuX | 8 | -7/+68 |
2019-11-13 | BaseTools: Fix build failure when using python38 | Ni, Ray | 1 | -1/+1 |
2019-11-13 | BaseTools: Enable MACRO for DSC Components section tag | Feng, Bob C | 1 | -0/+1 |
2019-11-12 | BaseTools: Add YAML files with path env and tool extdeps | Sean Brogan | 1 | -0/+11 |
2019-11-08 | BaseTools: Add map file parsing support for CLANG9 | Zhiguang Liu | 2 | -6/+12 |
2019-10-23 | BaseTools: Do not call sys.setdefaultencoding with python 3 | Vitaly Cheptsov via Groups.Io | 1 | -1/+1 |
2019-10-18 | BaseTools: Fix an incremental build issue caused by macro in #include | Lin, Derek (HPS SW) | 1 | -7/+11 |
2019-10-14 | BaseTools: Fix a bug of genffs command generation | Feng, Bob C | 1 | -1/+2 |
2019-10-04 | BaseTools: strip trailing whitespace | Leif Lindholm | 3 | -3/+3 |
2019-10-04 | BaseTools: add missing newlines at end of files | Leif Lindholm | 3 | -3/+3 |
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-20 | Revert "BaseTools: Improve GetDependencyList function" | Liming Gao | 1 | -16/+13 |
2019-09-19 | BaseTools:Fix the issue that build report failed | Fan, ZhijuX | 1 | -2/+11 |
2019-09-19 | BaseTools: Add more parameter checking for CopyFileOnChange() | Steven Shi | 1 | -1/+2 |
2019-09-17 | BaseTools:Remove the unnecessary operation of renaming a file. | Feng, Bob C | 1 | -20/+3 |
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 | 19 | -23/+60 |
2019-09-17 | BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle | Fan, ZhijuX | 1 | -0/+3 |
2019-09-12 | BaseTools: Fixed a bug of IgnoreAutoGen | Feng, Bob C | 1 | -0/+1 |
2019-09-11 | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 7 | -11/+14 |
2019-09-11 | BaseTools: Fixed the build fail on Linux with --genfds-multi-thread | Feng, Bob C | 1 | -1/+1 |
2019-09-11 | BaseTools: Fixed the bug of multi-thread genffs for override inf | Feng, Bob C | 4 | -7/+10 |
2019-09-10 | BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed | Feng, Bob C | 2 | -1/+12 |
2019-09-10 | BaseTools: Fixed issue for IgnoreAutoGen | Feng, Bob C | 6 | -136/+253 |
2019-09-10 | BaseTools: Fixed build clean regression issue | Feng, Bob C | 1 | -5/+3 |
2019-09-10 | BaseTools: Fix a bug for Hii Pcd override | Bob Feng | 1 | -2/+2 |