| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Fixed a Incremental build issue | Bob Feng | 2020-02-09 | 1 | -1/+1 |
* | BaseTools/PcdValueCommon: Fix 64-bit host compiler error | Sean Brogan | 2020-02-07 | 1 | -1/+1 |
* | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 2020-02-07 | 3 | -23/+25 |
* | BaseTools: Script for converting .aml to .hex | Pierre Gondois | 2020-02-06 | 1 | -0/+156 |
* | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 2020-02-04 | 1 | -1/+17 |
* | BaseTools: Fixed a incremental build bug | Bob Feng | 2020-01-19 | 3 | -4/+13 |
* | BaseTools/Capsule: Add capsule dependency support | Li, Aaron | 2020-01-15 | 2 | -7/+464 |
* | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 2020-01-13 | 10 | -169/+261 |
* | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 2020-01-13 | 1 | -3/+4 |
* | edksetup.bat stuck on unicode locale Windows | Park, Aiden | 2019-12-23 | 1 | -1/+1 |
* | 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 | 3 | -2/+4 |
* | BaseTools: Remove redundant binary cache file | Steven Shi | 2019-12-10 | 1 | -29/+0 |
* | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 2019-12-10 | 6 | -822/+714 |
* | BaseTools: enhance the CacheCopyFile method arg names | Steven Shi | 2019-12-10 | 1 | -3/+3 |
* | BaseTools: store more complete output files in binary cache | Steven Shi | 2019-12-10 | 1 | -16/+4 |
* | BaseTools: Enhance Basetool for incremental build | Bob Feng | 2019-12-10 | 4 | -73/+380 |
* | BaseTools: Generate dependent files for ASL and ASM files | Bob Feng | 2019-12-10 | 1 | -20/+95 |
* | BaseTools: Avoid "is" with a literal Python 3.8 warnings | Philippe Mathieu-Daude | 2019-12-06 | 1 | -1/+1 |
* | BaseTools:Enhance the way to handling included dsc file | Fan, ZhijuX | 2019-12-04 | 1 | -39/+40 |
* | BaseTools:fix regression issue for platform .map file | Fan, ZhijuX | 2019-11-25 | 1 | -4/+4 |
* | BaseTools:Add [packages] section in dsc file | Fan, ZhijuX | 2019-11-20 | 8 | -7/+68 |
* | BaseTools: Fix build failure when using python38 | Ni, Ray | 2019-11-13 | 1 | -1/+1 |
* | BaseTools: Enable MACRO for DSC Components section tag | Feng, Bob C | 2019-11-13 | 1 | -0/+1 |
* | BaseTools: Add YAML files with path env and tool extdeps | Sean Brogan | 2019-11-11 | 1 | -0/+11 |
* | BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched already | Ard Biesheuvel | 2019-11-08 | 1 | -0/+13 |
* | BaseTools: Add support for parseing map files generated by CLANG9 in GenFv | Zhiguang Liu | 2019-11-08 | 1 | -5/+23 |
* | BaseTools: Add map file parsing support for CLANG9 | Zhiguang Liu | 2019-11-08 | 2 | -6/+12 |
* | BaseTools GenFw: Fix the issue to update the wrong size as SectionSize | Liming Gao | 2019-10-24 | 1 | -2/+6 |
* | BaseTools: Do not call sys.setdefaultencoding with python 3 | Vitaly Cheptsov via Groups.Io | 2019-10-23 | 1 | -1/+1 |
* | BaseTools: Fix an incremental build issue caused by macro in #include | Lin, Derek (HPS SW) | 2019-10-18 | 1 | -7/+11 |
* | BaseTools: Fix a bug of genffs command generation | Feng, Bob C | 2019-10-14 | 1 | -1/+2 |
* | BaseTools: strip trailing whitespace | Leif Lindholm | 2019-10-04 | 10 | -18/+18 |
* | BaseTools: add missing newlines at end of files | Leif Lindholm | 2019-10-04 | 3 | -3/+3 |
* | BaseTools: Fix GenMake multi-workspace failure | Kubacki, Michael A | 2019-10-04 | 1 | -3/+1 |
* | BaseTools: use stdint.h for GCC ProcessorBind.h typedefs | Leif Lindholm | 2019-10-01 | 1 | -13/+13 |
* | BaseTools/LzmaCompress: Fix the option "d" dictionary size | Zhang, Shenglei | 2019-09-30 | 1 | -4/+8 |
* | BaseTools: Fix the lib order in static_library_files.lst | Feng, Bob C | 2019-09-29 | 1 | -1/+1 |
* | BaseTools: init DependencyHeaderFileSet for each MakeFile class | Feng, Bob C | 2019-09-24 | 1 | -1/+5 |
* | BaseTools/LzmaCompress: Add two switches | Zhang, Shenglei | 2019-09-23 | 3 | -11/+38 |
* | Revert "BaseTools: Improve GetDependencyList function" | Liming Gao | 2019-09-21 | 1 | -16/+13 |
* | BaseTools:Fix the issue that build report failed | Fan, ZhijuX | 2019-09-19 | 1 | -2/+11 |
* | BaseTools: Add more parameter checking for CopyFileOnChange() | Steven Shi | 2019-09-19 | 1 | -1/+2 |
* | BaseTools:Remove the unnecessary operation of renaming a file. | Feng, Bob C | 2019-09-17 | 1 | -20/+3 |
* | BaseTools: remove unnecessary calls of os.exist | Feng, Bob C | 2019-09-17 | 5 | -60/+63 |
* | BaseTools: Improve GetDependencyList function | Feng, Bob C | 2019-09-17 | 1 | -13/+16 |
* | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 2019-09-17 | 19 | -23/+60 |
* | 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: Robustness for multiple build environments | Burt Silverman | 2019-09-11 | 1 | -0/+2 |