summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-101-0/+1
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-1/+2
* BaseTools: Parse PCD GUID name in FILE statement issueYunhua Feng2018-04-101-2/+2
* BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-083-43/+36
* BaseTools: use combined version of OrderedDictCarsey, Jaben2018-04-081-7/+11
* BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-082-14/+14
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-309-217/+217
* BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao2018-03-231-1/+3
* BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu2018-03-211-0/+8
* BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu2018-03-201-13/+0