summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: AutoGen - refactor class propertiesCarsey, Jaben2018-09-201-12/+8
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-1/+2
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-201-6/+6
* BaseTools: AutoGen - change class variable to funciton variableJaben Carsey2018-07-251-13/+12
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-1/+2
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-291-118/+120
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-2/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-2/+2
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: AutoGen - remove unused variables.Carsey, Jaben2018-04-261-2/+0
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-12/+12
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-101-1/+1
* BaseTools - AutoGen - replace custom dictionary class with python standard oneCarsey, Jaben2018-04-081-1/+2
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-3/+3
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-091-19/+9
* BaseTools: Fixed the pcd value override issue.Feng, Bob C2018-02-281-20/+19
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-281-7/+13
* BaseTools: Enhance error handling for unsupported toolchain Flags/PathYonghong Zhu2018-02-081-1/+5
* BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX2018-02-071-0/+2
* BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu2017-12-101-0/+2
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-1/+89
* BaseTools: Fix a bug to correct SourceFileListYonghong Zhu2017-09-191-0/+7
* BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2017-05-121-2/+10
* BaseTools: Fix build fail after clean or cleanall target.Derek Lin2017-04-131-1/+2
* BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin2017-03-251-0/+3
* BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu2016-11-041-1/+5
* BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu2016-06-151-1/+2
* BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu2016-06-041-0/+13
* BaseTools: Add error handling for current_dir is not existYonghong Zhu2016-06-041-4/+5
* BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu2016-04-201-0/+5
* BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com2016-04-151-2/+2
* BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu2016-04-141-3/+6
* BaseTools: not include the undefined macro in response fileYonghong Zhu2016-03-231-7/+35