| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | BaseTools GenFw: Fix the issue to update the wrong size as SectionSize | Liming Gao | 2019-10-24 | 1 | -2/+6 |
* | BaseTools tools_def: Add CLANG9 tool chain to directly generate PE image | Liming Gao | 2019-10-24 | 2 | -10/+118 |
* | BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path | Liming Gao | 2019-10-24 | 1 | -11/+11 |
* | 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: correct line endings for ConvertFce Python script | Leif Lindholm | 2019-10-04 | 1 | -5/+5 |
* | BaseTools: fix line endings in SetupGit.py Conf files | Leif Lindholm | 2019-10-04 | 2 | -2/+2 |
* | 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:"--exclude" don't apply if parameter ends with separator | Fan, ZhijuX | 2019-09-27 | 1 | -0/+1 |
* | BaseTools: init DependencyHeaderFileSet for each MakeFile class | Feng, Bob C | 2019-09-24 | 1 | -1/+5 |
* | Add VS2019 Support on ToolSetup Batches | Cheng, Ching JenX | 2019-09-23 | 3 | -23/+116 |
* | Add VS2019 Toolchain def | Cheng, Ching JenX | 2019-09-23 | 1 | -19/+201 |
* | 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 |
* | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 2019-09-11 | 7 | -11/+14 |
* | BaseTools: Fixed the build fail on Linux with --genfds-multi-thread | 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 | 4 | -7/+10 |
* | BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed | Feng, Bob C | 2019-09-10 | 2 | -1/+12 |
* | BaseTools: Fixed issue for IgnoreAutoGen | Feng, Bob C | 2019-09-10 | 6 | -136/+253 |
* | BaseTools: Fixed build clean regression issue | Feng, Bob C | 2019-09-10 | 1 | -5/+3 |
* | BaseTools: Fix a bug for Hii Pcd override | Bob Feng | 2019-09-10 | 1 | -2/+2 |
* | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 2019-09-09 | 4 | -4/+4 |
* | BaseTools:Ecc handle another copyright format | Fan, ZhijuX | 2019-09-09 | 1 | -1/+1 |
* | BaseTools/GenFw AARCH64: fix up GOT based relative relocations | Ard Biesheuvel | 2019-09-04 | 1 | -1/+27 |