summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-01BaseTools: AutoGen: Remove unnecessary codePierre Gondois1-21/+0
2025-02-02BaseTools/AutoGen: GenMake response file quotes stringsMichael D Kinney1-3/+14
2024-09-02BaseTools: GenMake: FIx missing logs from GenMake.pyKen Lautner1-0/+1
2024-01-10BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes1-1/+1
2023-12-21BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io1-1/+1
2022-07-17BaseTools: add '-p' for Linux 'cp' command.Chen, Christine1-1/+1
2022-06-28BaseTools: Fix the GenMake bug for .cpp source fileFeng, Bob C1-1/+2
2022-05-13BaseTools: Remove RVCT supportedk2-stable202205-rc1Rebecca Cran1-1/+1
2021-09-29BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois1-4/+4
2021-04-27BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney1-4/+8
2020-11-10BaseTools: Limit command line length.Mingyue Liang1-8/+33
2020-09-25BaseTools: Normalize case of pathname when evaluating Macros.Mingyue Liang1-2/+4
2020-07-02BaseTools: Generate multiple rules when multiple output filesPierre Gondois1-0/+6
2020-02-12BaseTools: Remove caret in NASM_INC macroPierre Gondois1-3/+4
2020-02-12BaseTools: Rationalise makefile generationPierre Gondois1-64/+74
2020-02-09BaseTools: Fixed a Incremental build issueBob Feng1-1/+1
2020-01-19BaseTools: Fixed a incremental build bugBob Feng1-2/+7
2019-12-10BaseTools: Enhance Basetool for incremental buildBob Feng1-59/+24
2019-10-18BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)1-7/+11
2019-10-04BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A1-3/+1
2019-09-24BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C1-1/+5
2019-09-20Revert "BaseTools: Improve GetDependencyList function"Liming Gao1-16/+13
2019-09-17BaseTools: remove unnecessary calls of os.existFeng, Bob C1-1/+3
2019-09-17BaseTools: Improve GetDependencyList functionFeng, Bob C1-13/+16
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX1-2/+4
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C1-2/+2
2019-08-20BaseTools: Change the [Arch][Name] module key in Build cacheShi, Steven1-5/+1
2019-08-20BaseTools: Improve the cache hit in the edk2 build cacheShi, Steven1-111/+116
2019-08-14BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian1-3/+22
2019-07-25BaseTools: Sort file list in MakefileFeng, Bob C1-1/+2
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C1-1/+1
2019-06-10BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian1-0/+6
2019-06-10BaseTools: Add a checking for Sources section in INF fileRodriguez, Christian1-0/+38
2019-04-28BaseTools: Support customized compiling commandBob Feng1-1/+6
2019-04-22BaseTools:fixed the incorrect autogen makefile which cause build failure.Fan, ZhijuX1-8/+7
2019-04-16BaseTools:Enable the /MP option of MSVC compilerFan, ZhijuX1-7/+77
2019-04-10BaseTools: Fix corner-cases of --hash featureChristian Rodriguez1-3/+3
2019-04-10BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-22BaseTool: Fixed incremental rebuild issue.Feng, Bob C1-8/+8
2019-02-14BaseTools: Various typoAntoine Coeur1-2/+2
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-5/+9
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-8/+8
2019-02-01Basetools: It went wrong when use os.linesepZhijux Fan1-2/+2
2019-02-01BaseTools: Rename iteritems to itemsZhijux Fan1-3/+3
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-17/+1
2018-12-19BaseTools: Add $(INC)-like support when compiling .nasm filesZhiju.Fan1-1/+19
2018-10-25BaseTools: list .nasm include inc files as its dependencyzhijufan1-1/+1
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-24/+19
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-4/+4