summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenMake.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-13BaseTools: Fix build fail after clean or cleanall target.Derek Lin1-1/+2
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin1-0/+3
2016-11-04BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu1-1/+5
2016-06-15BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu1-1/+2
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu1-0/+13
2016-06-04BaseTools: Add error handling for current_dir is not existYonghong Zhu1-4/+5
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu1-0/+5
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com1-2/+2
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu1-3/+6
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu1-7/+35
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu1-1/+113
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser1-3/+5
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu1-6/+6
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX1-2/+2
2015-06-16BaseTools: Fixed a bug to generate correct path of PACKAGE_RELATIVE_PATHYingke Liu1-2/+10
2015-06-10BaseTools: Append FILE_GUID to BaseName.Yingke Liu1-0/+4
2014-11-18BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...Scott Duplichan1-1/+2
2014-08-28License header updated to match correct format.Yingke Liu1-6/+20
2014-08-19This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen1-1/+1
2014-08-18This patch is going to retire the top level makefile on BaseTools for support...Hess Chen1-93/+3
2014-08-15There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen1-2/+3