summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Share RegEx between filesCarsey, Jaben2018-04-261-10/+12
* BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-5/+11
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-6/+6
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-1/+1
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-1/+1
* BaseTools: dont make temporary dictCarsey, Jaben2018-04-091-3/+3
* BaseTools: Remove unused code from MiscCarsey, Jaben2018-04-081-279/+1
* BaseTools: remove loop and variables.Carsey, Jaben2018-03-301-13/+0
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-40/+40
* BaseTools: dont use enumerate when un-neededCarsey, Jaben2018-03-291-1/+1
* BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu2018-03-181-8/+0
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-25/+16
* BaseTools: Fix eval parse string issueFeng, YunhuaX2018-03-021-4/+26
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-281-13/+18
* BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu2018-02-231-0/+4
* BaseTools: Report error when GUID format is incorrectFeng, YunhuaX2018-02-071-10/+4
* BaseTools: Fix flexible PCD DEVICE_PATH parse issueFeng, YunhuaX2018-02-071-1/+2
* BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX2018-02-071-2/+2
* BaseTools: Update Expression.py for VOID* to support L'a' and 'a'Feng, YunhuaX2018-02-041-0/+4
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-1/+1
* BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu2018-01-311-3/+3
* BaseTools: Fix Sku inherit issue.BobCF2018-01-081-0/+2
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-311-2/+32
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-91/+112
* BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao2017-12-271-3/+3
* BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2017-12-251-1/+47
* BaseTools: Check PCD DataType and the maxsize.BobCF2017-12-251-3/+21
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-3/+7
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-251-1/+4
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-6/+53
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-251-0/+23
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-16/+112
* BaseTools: parse map file generated by Xcode on MacYonghong Zhu2017-11-031-0/+18
* BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2017-05-121-0/+26
* BaseTools: update error message for SKUID_IDENTIFIER formatYonghong Zhu2017-04-061-2/+2
* BaseTools: Fix the bug to parse the short varname in map fileYonghong Zhu2017-02-081-4/+10
* BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2016-12-021-4/+7
* BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2016-10-191-26/+31
* BaseTools: support private package definitionYonghong Zhu2016-05-181-7/+22
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-011-31/+31
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-081-1/+6
* BaseTools: Supported FMP capsule image.Yingke Liu2015-06-231-0/+21
* BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng2015-04-101-4/+14
* BaseTools/Build: Add SDL supportBob Feng2015-04-101-3/+5
* 1. Update UpdateBuildVersion.py; Yingke Liu2015-02-061-1/+129
* Support DSC and FDF file out of WORKSPACE by GenFds.Yingke Liu2014-09-161-1/+4
* License header updated to match correct format.Yingke Liu2014-08-281-0/+124
* There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen2014-08-151-2/+3
* Sync BaseTool trunk (version r2649) into EDKII BaseTools.Gao, Liming2014-01-271-1749/+1749
* Sync BaseTool trunk (version r2640) into EDKII BaseTools.Gao, Liming2014-01-101-3/+15