summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-13/+13
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-6/+6
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-16/+16
* BaseTools: Define and use a set for common listCarsey, Jaben2018-05-021-2/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-10/+10
* BaseTools: Fix one invalid change in 6be94743Yunhua Feng2018-04-261-1/+1
* BaseTools: AutoGen - use dafultdict instead of dictCarsey, Jaben2018-04-261-2/+1
* BaseTools: Autogen - replace string constants with those from DataTypeCarsey, Jaben2018-04-261-34/+34
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-13/+13
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-17/+15
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-11/+11
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-1/+1
* BaseTools: use set instead of list for a variable to be used with inCarsey, Jaben2018-04-171-5/+2
* BaseTools: skip updating temporary variable.Carsey, Jaben2018-04-171-9/+3
* BaseTools: no need to save the dataCarsey, Jaben2018-04-171-4/+3
* BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu2018-04-111-1/+1
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-101-2/+3
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-2/+10
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-101-2/+2
* BaseTools: change more list to setCarsey, Jaben2018-04-101-3/+2
* BaseTools: remove unneeded function callCarsey, Jaben2018-04-101-1/+0
* BaseTools: change another list to setCarsey, Jaben2018-04-101-2/+2
* BaseTools: optimize buildoptions loopCarsey, Jaben2018-04-101-15/+6
* BaseTools: simplify testing for existance and containing dataCarsey, Jaben2018-04-101-9/+7
* BaseTools: change list to setCarsey, Jaben2018-04-101-9/+5
* BaseTools: remove unused variablesCarsey, Jaben2018-04-101-10/+1
* BaseTools: replace a dict with a setCarsey, Jaben2018-04-101-2/+2
* BaseTools: sets are faster to check via "in" due to hashingCarsey, Jaben2018-04-101-6/+6
* BaseTools: defaultdict(set) allows us to just add to the setCarsey, Jaben2018-04-101-8/+5
* BaseTools: small cleanupCarsey, Jaben2018-04-081-15/+0
* BaseTools: Autogen - change from list to setCarsey, Jaben2018-04-081-21/+15
* BaseTools: Autogen - move RegEx compileCarsey, Jaben2018-04-081-7/+15
* BaseTools - AutoGen - replace custom dictionary class with python standard oneCarsey, Jaben2018-04-081-15/+16
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-88/+88
* BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben2018-03-271-39/+54
* BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX2018-03-171-1/+1
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-26/+0
* BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu2018-02-281-1/+14
* BaseTools:Override the MAKE_FLAGS by BuildOptions in DSCYonghong Zhu2018-02-271-0/+7
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-88/+22
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-14/+2
* BaseTools: Fixed incorrect VPD size.BobCF2018-01-251-6/+4
* BaseTools: Fixed some small issuesFeng, Bob C2018-01-251-2/+2
* BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2018-01-251-1/+1
* BaseTools: Enhance binary file in [Binaries] section use relative pathYonghong Zhu2018-01-231-0/+2
* BaseTools: Add "processing meta-data" string backYonghong Zhu2018-01-231-3/+3
* BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng2018-01-101-1/+2
* BaseTools: Fix an issue in HiiPcd generationBobCF2018-01-081-3/+2
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+39