summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-2/+2
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-04-26BaseTools: AutoGen - remove unused variables.Carsey, Jaben1-2/+0
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-12/+12
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben1-1/+1
2018-04-08BaseTools - AutoGen - replace custom dictionary class with python standard oneCarsey, Jaben1-1/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-3/+3
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF1-19/+9
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C1-20/+19
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-7/+13
2018-02-08BaseTools: Enhance error handling for unsupported toolchain Flags/PathYonghong Zhu1-1/+5
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX1-0/+2
2017-12-10BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu1-0/+2
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu1-1/+89
2017-09-19BaseTools: Fix a bug to correct SourceFileListYonghong Zhu1-0/+7
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu1-2/+10