]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/Common/Misc.py
BaseTools: Fix private includes for FILE_GUID override
[mirror_edk2.git] / BaseTools / Source / Python / Common / Misc.py
2019-05-21 Michael D KinneyBaseTools: Fix private includes for FILE_GUID override
2019-05-10 Fan, ZhijuXBaseTools: Correct the value assignment for StructurePcd
2019-04-22 Yunhua FengBaseTools: Sometime write file not immediate to disk
2019-04-09 Michael D KinneyBaseTools: Replace BSD License with BSD+Patent License
2019-04-01 Fan, ZhijuXBaseTools:Coding problems caused by special characters
2019-02-19 Feng, Bob CBaseTools: Fix a ParseDevPathValue function issue.
2019-02-14 Antoine CoeurBaseTools: Various typo
2019-02-01 Feng, Bob CBaseTools: Handle the bytes and str difference
2019-02-01 Feng, Bob CBaseTools: the list and iterator translation
2019-02-01 Zhijux FanBaseTools: Similar to octal data rectification
2019-02-01 Zhijux FanBaseTools: change the Division Operator
2019-02-01 Zhijux FanBaseTools:Similar to octal data rectification
2019-02-01 Yunhua FengBaseTools: replace long by int
2019-02-01 Feng, Bob CBaseTools: use OrderedDict instead of sdict
2019-02-01 Zhijux FanBaseTools: replace get_bytes_le() to bytes_le
2019-02-01 Zhijux FanBaseTool:Rename xrange() to range()
2019-01-28 Carsey, JabenBaseTools/build/build: delete variable
2019-01-28 Carsey, JabenBaseTools/Common/Misc: Cleanup the imports
2019-01-28 Carsey, JabenBaseTools/Common/Misc: remove uncalled code
2019-01-28 Carsey, JabenBaseTools/Common/Misc: move private functions
2019-01-21 Carsey, JabenBaseTools/GenFds/Capsule: move function logic
2019-01-21 Carsey, JabenBaseTools/AutoGen: move functions
2019-01-21 Carsey, JabenBaseTools/DscBuildData: move function
2019-01-21 Carsey, JabenBaseTools/Workspace/InfBuildData: move functions
2019-01-21 Carsey, JabenBaseTools/build/build: refactor and move functions
2019-01-18 Feng, Bob CBaseTools: Allow empty value for HiiPcd in Dsc
2018-12-18 Feng, Bob CBaseTools: Fix PcdArray issue
2018-12-15 Feng, Bob CBaseTools: Fixed bugs in CopyDict function
2018-12-07 BobCFBaseTools: Customize deepcopy function.
2018-12-07 BobCFBaseTools: Optimize string concatenation
2018-12-07 bob.c.feng@intel.comBaseTools: Enable Pcd Array support.
2018-12-06 Jaben CarseyBaseTools: create and use a standard shared variable...
2018-11-01 zhijufanBaseTools: Add special handle for '\' use in Pcd Value
2018-10-16 Yonghong ZhuBaseTools: Support to use struct name as datum type...
2018-10-15 Yonghong ZhuBaseTools: remove the not used PyUtility file
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yonghong ZhuBaseTools: remove the not used PyUtility file
2018-10-13 Hess ChenBaseTools/Ecc/EOT: Add Python 3 support on ECC and...
2018-10-13 Yunhua FengBaseTools: Fix some build and report file issue
2018-10-13 Yunhua FengBaseTools: change the Division Operator in the expression
2018-10-13 Yunhua FengBaseTools: do the list and iterator translation
2018-10-13 Yunhua FengBaseTools: Handle the bytes and str difference
2018-10-13 Yunhua FengBaseTools: fix the open file's read and write bugs
2018-10-13 Yunhua FengBaseTools: replace the list iteritems by items
2018-10-13 Yunhua FengBaseTools: Rename long() to int()
2018-10-13 Yunhua FengBaseTools: Rename xrange() to range()
2018-10-13 Yunhua FengBaseTools: Remove the "from __future__ import" items
2018-09-30 zhijufanBaseTools: refactor the error for PCD value is negative...
2018-09-20 Carsey, JabenBaseTools: refactor class properties
2018-09-14 Feng, YunhuaXBaseTools: Check GUID C structure format
2018-09-12 zhijufanBaseTools: Report error for incorrect hex value format
2018-09-03 Zhaozh1xBaseTools: Check pcd DefaultValue and SkuId EBNF.
2018-08-28 zhijufanBaseTools: Add check only VOID* type Pcd need the maxsi...
2018-08-02 Yunhua FengBaseTools: Use pickle to replace cPickle
2018-08-02 Yunhua FengBaseTools: remove unused import thread
2018-07-16 Gary LinBaseTools: Use absolute import in Common
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-06-28 Jaben CarseyBaseTools: Move variable out of Global
2018-06-27 Gary LinBaseTools: Fix old python2 idioms
2018-06-27 Gary LinBaseTools: Adjust the spaces around commas and colons
2018-06-27 Gary LinBaseTools: Remove the old python "not-equal"
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-04-26 Carsey, JabenBaseTools: Share RegEx between files
2018-04-26 Carsey, JabenBaseTools: Misc - refactor RegEx to minimize multiple...
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
2018-04-09 Carsey, JabenBaseTools: dont make temporary dict
2018-04-08 Carsey, JabenBaseTools: Remove unused code from Misc
2018-03-30 Carsey, JabenBaseTools: remove loop and variables.
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-29 Carsey, JabenBaseTools: dont use enumerate when un-needed
2018-03-18 Yonghong ZhuBaseTools: Fix bug for VOID* DynamicDefault Pcd use...
2018-03-09 Yonghong ZhuBaseTools: Update --pcd parser to support flexible...
2018-03-02 Feng, YunhuaXBaseTools: Fix eval parse string issue
2018-02-28 Feng, YunhuaXBaseTools: Fix flexible PCD single quote and double...
2018-02-23 Yonghong ZhuBaseTools: Fix the bug to display the single SKUID...
2018-02-07 Feng, YunhuaXBaseTools: Report error when GUID format is incorrect
2018-02-07 Feng, YunhuaXBaseTools: Fix flexible PCD DEVICE_PATH parse issue
2018-02-07 Feng, YunhuaXBaseTools: Fix build argument --pcd for flexible format...
2018-02-04 Feng, YunhuaXBaseTools: Update Expression.py for VOID* to support...
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-01-31 Yonghong ZhuBaseTools: Update BPDG to support L'' and '' format...
2018-01-08 BobCFBaseTools: Fix Sku inherit issue.
2017-12-31 Yonghong ZhuBaseTools: Add DevicePath support for PCD values
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-27 Liming GaoBaseTools: Update SkuId checker to make sure it be...
2017-12-25 Liming GaoBaseTools: Fixed the issue of structure pcd filed sku...
2017-12-25 BobCFBaseTools: Check PCD DataType and the maxsize.
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
2017-12-25 Liming GaoBaseTools: PcdDataBase Optimization for multiple SkuIds
2017-12-25 Liming GaoBaseTools: Support Structure PCD value inherit between...
2017-12-25 Liming GaoBaseTools: Collect DynamicHii PCD values and assign...
2017-12-25 Liming GaoBaseTools: Support Structure PCD value assignment in...
2017-11-03 Yonghong ZhuBaseTools: parse map file generated by Xcode on Mac
2017-05-12 Yonghong ZhuBaseTools: Fix the bug for CArray PCD override in comma...
next