summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build/build.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove unused logic for IPFFeng, Bob C2019-01-141-17/+3
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-65/+0
* BaseTools: fix importsCarsey, Jaben2019-01-101-8/+8
* BaseTools: Fix GenFds error doesn't break build.Derek Lin2018-12-191-2/+5
* BaseTools: Replace the sqlite database with listBobCF2018-12-071-22/+5
* BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX2018-12-071-3/+3
* BaseTools: cleanup LongFilePathSupport usageJaben Carsey2018-12-061-1/+0
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-21/+23
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-10/+10
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-1/+1
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-6/+6
* BaseTools: use map and filter to replace the itertools functionYunhua Feng2018-10-131-4/+3
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-2/+2
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-1/+1
* BaseTools: Clean up source filesLiming Gao2018-07-091-8/+8
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-4/+4
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-6/+6
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-1/+2
* BaseTools: Refactor python except statementsGary Lin2018-06-271-5/+5
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-3/+3
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-1/+1
* BaseTools: check before accessing members in __eq__Carsey, Jaben2018-05-041-1/+2
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-2/+2
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-3/+3
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-5/+5
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-12/+10
* BaseTools: use dictionary.get() when we have value if not foundCarsey, Jaben2018-04-171-3/+1
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-101-3/+1
* BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-081-4/+6
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-41/+41
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-1/+1
* BaseTools: Fix the bug for single module build with GenC/GenMakeYonghong Zhu2018-03-021-0/+8
* BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBERYonghong Zhu2018-02-091-1/+2
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-1/+1
* BaseTools: enhance error handling for option --binary-sourceYonghong Zhu2018-01-191-0/+6
* BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 featureYunhua Feng2018-01-151-2/+6
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-0/+2
* BaseTools: enable hash value check for single module buildYonghong Zhu2017-12-131-1/+4
* BaseTools: back up the binary files when hash value is sameYonghong Zhu2017-12-131-0/+5
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-6/+42
* BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu2017-11-201-5/+0
* BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu2017-10-101-1/+1
* BaseTools: Fix the regression bug to build single moduleYonghong Zhu2017-09-281-0/+12
* BaseTools: add support for BIOS build with binary cacheYonghong Zhu2017-09-271-0/+30
* BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2017-09-261-7/+66
* BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu2017-09-051-1/+1