| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools/PcdValueCommon: Fix 64-bit host compiler error | Sean Brogan | 2020-02-07 | 1 | -1/+1 |
* | BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env | Sean Brogan | 2020-02-07 | 1 | -0/+23 |
* | BaseTools/WindowsVsToolChain: Clean up Python source formatting | Sean Brogan | 2020-02-07 | 1 | -19/+26 |
* | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 2020-02-07 | 3 | -23/+25 |
* | BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary | Steven | 2020-02-07 | 1 | -7/+9 |
* | BaseTools tools_def.template: Add back -fno-pie option in GCC49 tool chain | Liming Gao | 2020-02-07 | 1 | -2/+2 |
* | BaseTools: Script for converting .aml to .hex | Pierre Gondois | 2020-02-06 | 4 | -0/+176 |
* | BaseTools/Scripts/PatchCheck.py: Do not use mailmap | Philippe Mathieu-Daude | 2020-02-06 | 1 | -2/+4 |
* | BaseTools/Scripts/PatchCheck.py: Detect emails rewritten by Groups.Io | Philippe Mathieu-Daude | 2020-02-06 | 1 | -0/+4 |
* | BaseTools/Scripts: Add log.mailmap to SetupGit.py | Philippe Mathieu-Daude | 2020-02-06 | 1 | -0/+1 |
* | BaseTools: append -DNO_MSABI_VA_FUNCS option in CLANGPDB tool chain | Liu, Zhiguang | 2020-02-06 | 1 | -1/+1 |
* | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 2020-02-04 | 1 | -1/+17 |
* | BaseTools/Conf/gitattributes: fix "--function-context" for C source code | Laszlo Ersek | 2020-01-31 | 1 | -0/+11 |
* | BaseTools/Scripts/PatchCheck.py: Remove submodule false positives | Michael D Kinney | 2020-01-24 | 1 | -2/+21 |
* | 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/Scripts/PatchCheck: Address false error conditions | Michael D Kinney | 2020-01-13 | 1 | -6/+51 |
* | 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 |
* | BaseTools/PatchCheck.py: Check the patch author email address | Philippe Mathieu-Daude | 2020-01-10 | 1 | -1/+6 |
* | BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checked | Philippe Mathieu-Daude | 2020-01-10 | 1 | -3/+7 |
* | BaseTools/PatchCheck.py: Check the committer email address | Philippe Mathieu-Daude | 2020-01-10 | 1 | -0/+6 |
* | BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck | Philippe Mathieu-Daude | 2020-01-10 | 1 | -29/+54 |
* | BaseTools/PatchCheck.py: Ignore CR and LF characters in subject length | Philippe Mathieu-Daud? | 2020-01-09 | 1 | -1/+1 |
* | BaseTools/Scripts: Add sendemail.transferEncoding to SetupGit.py | Desimone, Nathaniel L | 2019-12-24 | 1 | -18/+20 |
* | 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:replaces the two offending quotes by ascii quotes | Fan, Zhiju | 2019-12-18 | 1 | -2/+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: Update build_rule.txt to generate dependent files. | Bob Feng | 2019-12-10 | 1 | -42/+54 |
* | BaseTools: Generate dependent files for ASL and ASM files | Bob Feng | 2019-12-10 | 1 | -20/+95 |
* | BaseTools: Add build option for dependency file generation | Bob Feng | 2019-12-10 | 1 | -83/+98 |
* | 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: Rename tool chain CLANG9 to CLANGPDB | Liming Gao | 2019-11-15 | 2 | -85/+85 |
* | 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 BaseTools plugins to support CI | Sean Brogan | 2019-11-11 | 9 | -0/+483 |
* | BaseTools: Add YAML files with path env and tool extdeps | Sean Brogan | 2019-11-11 | 10 | -0/+297 |
* | BaseTools: Add RC_PATH define for VS2017/2019 | Sean Brogan | 2019-11-11 | 2 | -2/+26 |
* | 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 |