summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Clean up source filesLiming Gao2018-07-093-63/+63
* BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin2018-07-081-1/+1
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-293-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* BaseTools: Fix old python2 idiomsGary Lin2018-06-273-15/+15
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-276-154/+154
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-272-3/+5
* BaseTools: Refactor python except statementsGary Lin2018-06-274-16/+16
* BaseTools: introduce !error statementYunhua Feng2018-06-221-1/+9
* BaseTools: remove the unneeded codeYonghong Zhu2018-06-221-17/+0
* BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser2018-06-191-0/+3
* BaseTools: refactor to remove functionsJaben Carsey2018-06-131-16/+36
* BaseTools: Fix one bug of nest !include parserYunhua Feng2018-06-131-1/+5
* BaseTools: Remove dsc nested include checking.Derek Lin2018-06-111-4/+15
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-285-5/+5
* BaseTools/Workspace: Fix ValueChain setMarvin Haeuser2018-05-231-2/+2
* BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao2018-05-071-2/+2
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-043-11/+11
* BaseTools: Remove lists form set constructionCarsey, Jaben2018-05-041-5/+5
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-042-18/+32
* BaseTools: Workspace - refactor a dictCarsey, Jaben2018-05-042-3/+3
* BaseTools: remove Compound statementsCarsey, Jaben2018-05-041-5/+10
* BaseTools: eliminate {} from dictionary contructor callCarsey, Jaben2018-05-041-5/+5
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-022-5/+5
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-022-2/+2
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-023-35/+35
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-022-3/+3
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben2018-05-021-22/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-022-25/+25
* BaseTools: Workspace/MetaFileParser - refactor dictsCarsey, Jaben2018-05-021-9/+8
* BaseTools: Fix regression bug by 3378782691afYunhua Feng2018-05-021-1/+1
* BaseTools: remove dict from DscBuildDataCarsey, Jaben2018-04-261-3/+1
* BaseTools: Workspace - refactor GetStructurePcdInfoCarsey, Jaben2018-04-261-6/+5
* BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-262-3/+9
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-22/+16
* BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-231-3/+3
* BaseTools: Support DSC component !include PCD itemsYunhua Feng2018-04-191-3/+10
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-181-18/+12
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-183-10/+7
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-186-109/+109
* BaseTools: refactor and remove more keys() usageCarsey, Jaben2018-04-181-32/+27
* BaseTools: change DscBuildData functions without need for self to staticmethodCarsey, Jaben2018-04-171-38/+64
* BaseTools: move RegEx compile out of loopsCarsey, Jaben2018-04-171-6/+5
* BaseTools: Remove unused functions from DscBuildDataCarsey, Jaben2018-04-171-31/+0
* BaseTools: remove unused local variable.Carsey, Jaben2018-04-171-2/+0
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-2/+2
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-19/+19
* BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX2018-04-151-2/+3