summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Avoid "is" with a literal Python 3.8 warningsPhilippe Mathieu-Daude2019-12-061-1/+1
* BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX2019-12-041-39/+40
* BaseTools:fix regression issue for platform .map fileFan, ZhijuX2019-11-251-4/+4
* BaseTools:Add [packages] section in dsc fileFan, ZhijuX2019-11-208-7/+68
* BaseTools: Rename tool chain CLANG9 to CLANGPDBLiming Gao2019-11-152-85/+85
* BaseTools: Fix build failure when using python38Ni, Ray2019-11-131-1/+1
* BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C2019-11-131-0/+1
* BaseTools: Add BaseTools plugins to support CISean Brogan2019-11-119-0/+483
* BaseTools: Add YAML files with path env and tool extdepsSean Brogan2019-11-1110-0/+297
* BaseTools: Add RC_PATH define for VS2017/2019Sean Brogan2019-11-112-2/+26
* BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched alreadyArd Biesheuvel2019-11-081-0/+13
* BaseTools: Add support for parseing map files generated by CLANG9 in GenFvZhiguang Liu2019-11-081-5/+23
* BaseTools: Add map file parsing support for CLANG9Zhiguang Liu2019-11-082-6/+12
* BaseTools GenFw: Fix the issue to update the wrong size as SectionSizeLiming Gao2019-10-241-2/+6
* BaseTools tools_def: Add CLANG9 tool chain to directly generate PE imageLiming Gao2019-10-242-10/+118
* BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) pathLiming Gao2019-10-241-11/+11
* BaseTools: Do not call sys.setdefaultencoding with python 3Vitaly Cheptsov via Groups.Io2019-10-231-1/+1
* BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)2019-10-181-7/+11
* BaseTools: Fix a bug of genffs command generationFeng, Bob C2019-10-141-1/+2
* BaseTools: strip trailing whitespaceLeif Lindholm2019-10-0410-18/+18
* BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm2019-10-041-5/+5
* BaseTools: fix line endings in SetupGit.py Conf filesLeif Lindholm2019-10-042-2/+2
* BaseTools: add missing newlines at end of filesLeif Lindholm2019-10-043-3/+3
* BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A2019-10-041-3/+1
* BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm2019-10-011-13/+13
* BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei2019-09-301-4/+8
* BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C2019-09-291-1/+1
* BaseTools:"--exclude" don't apply if parameter ends with separatorFan, ZhijuX2019-09-271-0/+1
* BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C2019-09-241-1/+5
* Add VS2019 Support on ToolSetup BatchesCheng, Ching JenX2019-09-233-23/+116
* Add VS2019 Toolchain defCheng, Ching JenX2019-09-231-19/+201
* BaseTools/LzmaCompress: Add two switchesZhang, Shenglei2019-09-233-11/+38
* Revert "BaseTools: Improve GetDependencyList function"Liming Gao2019-09-211-16/+13
* BaseTools:Fix the issue that build report failedFan, ZhijuX2019-09-191-2/+11
* BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi2019-09-191-1/+2
* BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C2019-09-171-20/+3
* BaseTools: remove unnecessary calls of os.existFeng, Bob C2019-09-175-60/+63
* BaseTools: Improve GetDependencyList functionFeng, Bob C2019-09-171-13/+16
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-1719-23/+60
* BaseTools:Replace PlatformInfo with PlatformAutoGen for MoudleFan, ZhijuX2019-09-171-0/+3
* BaseTools: Fixed a bug of IgnoreAutoGenFeng, Bob C2019-09-121-0/+1
* BaseTools: Robustness for multiple build environmentsBurt Silverman2019-09-111-0/+2
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-117-11/+14
* BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C2019-09-111-1/+1
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-114-7/+10
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-102-1/+12
* BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C2019-09-106-136/+253
* BaseTools: Fixed build clean regression issueFeng, Bob C2019-09-101-5/+3
* BaseTools: Fix a bug for Hii Pcd overrideBob Feng2019-09-101-2/+2
* BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX2019-09-094-4/+4