summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes2024-01-101-1/+1
* BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io2023-12-211-1/+1
* BaseTools: add '-p' for Linux 'cp' command.Chen, Christine2022-07-171-1/+1
* BaseTools: Fix the GenMake bug for .cpp source fileFeng, Bob C2022-06-281-1/+2
* BaseTools: Remove RVCT supportedk2-stable202205-rc1Rebecca Cran2022-05-131-1/+1
* BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois2021-09-291-4/+4
* BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney2021-04-271-4/+8
* BaseTools: Limit command line length.Mingyue Liang2020-11-101-8/+33
* BaseTools: Normalize case of pathname when evaluating Macros.Mingyue Liang2020-09-251-2/+4
* BaseTools: Generate multiple rules when multiple output filesPierre Gondois2020-07-021-0/+6
* BaseTools: Remove caret in NASM_INC macroPierre Gondois2020-02-121-3/+4
* BaseTools: Rationalise makefile generationPierre Gondois2020-02-121-64/+74
* BaseTools: Fixed a Incremental build issueBob Feng2020-02-091-1/+1
* BaseTools: Fixed a incremental build bugBob Feng2020-01-191-2/+7
* BaseTools: Enhance Basetool for incremental buildBob Feng2019-12-101-59/+24
* BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)2019-10-181-7/+11
* BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A2019-10-041-3/+1
* BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C2019-09-241-1/+5
* Revert "BaseTools: Improve GetDependencyList function"Liming Gao2019-09-211-16/+13
* BaseTools: remove unnecessary calls of os.existFeng, Bob C2019-09-171-1/+3
* BaseTools: Improve GetDependencyList functionFeng, Bob C2019-09-171-13/+16
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-171-2/+4
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-111-2/+2
* BaseTools: Change the [Arch][Name] module key in Build cacheShi, Steven2019-08-201-5/+1
* BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven2019-08-201-111/+116
* BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian2019-08-141-3/+22
* BaseTools: Sort file list in MakefileFeng, Bob C2019-07-251-1/+2
* BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C2019-07-221-1/+1
* BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian2019-06-101-0/+6
* BaseTools: Add a checking for Sources section in INF fileRodriguez, Christian2019-06-101-0/+38
* BaseTools: Support customized compiling commandBob Feng2019-04-281-1/+6
* BaseTools:fixed the incorrect autogen makefile which cause build failure.Fan, ZhijuX2019-04-221-8/+7
* BaseTools:Enable the /MP option of MSVC compilerFan, ZhijuX2019-04-161-7/+77
* BaseTools: Fix corner-cases of --hash featureChristian Rodriguez2019-04-101-3/+3
* BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C2019-04-101-1/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTool: Fixed incremental rebuild issue.Feng, Bob C2019-02-221-8/+8
* BaseTools: Various typoAntoine Coeur2019-02-141-2/+2
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-5/+9
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-8/+8
* Basetools: It went wrong when use os.linesepZhijux Fan2019-02-011-2/+2
* BaseTools: Rename iteritems to itemsZhijux Fan2019-02-011-3/+3
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-17/+1
* BaseTools: Add $(INC)-like support when compiling .nasm filesZhiju.Fan2018-12-191-1/+19
* BaseTools: list .nasm include inc files as its dependencyzhijufan2018-10-251-1/+1
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-24/+19
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-4/+4
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-8/+8
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-3/+9
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-3/+3