summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-8/+8
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-3/+9
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-3/+3
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-20BaseTools: AutoGen - refactor class propertiesCarsey, Jaben1-12/+8
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-1/+2
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey1-6/+6
2018-07-25BaseTools: AutoGen - change class variable to funciton variableJaben Carsey1-13/+12
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin1-1/+2
2018-06-29BaseTools: AutoGen - clean up accessJaben Carsey1-118/+120
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-2/+2
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python except statementsGary Lin1-1/+1