Age | Commit message (Expand) | Author | Files | Lines |
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-15 | BaseTools: Rename tool chain CLANG9 to CLANGPDB | Liming Gao | 2 | -85/+85 |
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-11 | BaseTools: Add BaseTools plugins to support CI | Sean Brogan | 9 | -0/+483 |
2019-11-11 | BaseTools: Add YAML files with path env and tool extdeps | Sean Brogan | 10 | -0/+297 |
2019-11-11 | BaseTools: Add RC_PATH define for VS2017/2019 | Sean Brogan | 2 | -2/+26 |
2019-11-08 | BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched already | Ard Biesheuvel | 1 | -0/+13 |
2019-11-08 | BaseTools: Add support for parseing map files generated by CLANG9 in GenFv | Zhiguang Liu | 1 | -5/+23 |
2019-11-08 | BaseTools: Add map file parsing support for CLANG9 | Zhiguang Liu | 2 | -6/+12 |
2019-10-24 | BaseTools GenFw: Fix the issue to update the wrong size as SectionSize | Liming Gao | 1 | -2/+6 |
2019-10-24 | BaseTools tools_def: Add CLANG9 tool chain to directly generate PE image | Liming Gao | 2 | -10/+118 |
2019-10-24 | BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path | Liming Gao | 1 | -11/+11 |
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 | 10 | -18/+18 |
2019-10-04 | BaseTools: correct line endings for ConvertFce Python script | Leif Lindholm | 1 | -5/+5 |
2019-10-04 | BaseTools: fix line endings in SetupGit.py Conf files | Leif Lindholm | 2 | -2/+2 |
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-10-01 | BaseTools: use stdint.h for GCC ProcessorBind.h typedefs | Leif Lindholm | 1 | -13/+13 |
2019-09-30 | BaseTools/LzmaCompress: Fix the option "d" dictionary size | Zhang, Shenglei | 1 | -4/+8 |
2019-09-29 | BaseTools: Fix the lib order in static_library_files.lst | Feng, Bob C | 1 | -1/+1 |
2019-09-27 | BaseTools:"--exclude" don't apply if parameter ends with separator | Fan, ZhijuX | 1 | -0/+1 |
2019-09-24 | BaseTools: init DependencyHeaderFileSet for each MakeFile class | Feng, Bob C | 1 | -1/+5 |
2019-09-23 | Add VS2019 Support on ToolSetup Batches | Cheng, Ching JenX | 3 | -23/+116 |
2019-09-23 | Add VS2019 Toolchain def | Cheng, Ching JenX | 1 | -19/+201 |
2019-09-23 | BaseTools/LzmaCompress: Add two switches | Zhang, Shenglei | 3 | -11/+38 |
2019-09-21 | 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: Robustness for multiple build environments | Burt Silverman | 1 | -0/+2 |
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 |
2019-09-09 | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 4 | -4/+4 |