]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
BaseTools: change list to set
[mirror_edk2.git] / BaseTools /
2018-04-10 Carsey, JabenBaseTools: change list to set
2018-04-10 Carsey, JabenBaseTools: remove unused variables
2018-04-10 Carsey, JabenBaseTools: replace a dict with a set
2018-04-10 Carsey, JabenBaseTools: sets are faster to check via "in" due to...
2018-04-10 Carsey, JabenBaseTools: defaultdict(set) allows us to just add to...
2018-04-10 Carsey, JabenBaseTools: remove uncalled functions
2018-04-10 Carsey, JabenBaseTools: remove unused file
2018-04-09 Yonghong ZhuBaseTools: Pcds in [Components] are not display correct...
2018-04-09 Yonghong ZhuBaseTools: Pcd not used info should not in Module PCD...
2018-04-09 Carsey, JabenBaseTools: dont make temporary dict
2018-04-09 Feng, YunhuaXBaseTools: Remove FdfParserLite.py from source since...
2018-04-08 Carsey, JabenBaseTools: small cleanup
2018-04-08 Carsey, JabenBaseTools: Autogen - change from list to set
2018-04-08 Carsey, JabenBaseTools: move RegEx to root of file and share it
2018-04-08 Carsey, JabenBaseTools: remove redundant check
2018-04-08 Carsey, JabenBaseTools: AutoGen - use the new shared RegEx
2018-04-08 Carsey, JabenBaseTools: Add new RegEx pattern to GlobalData
2018-04-08 Carsey, JabenBaseTools: GenFds - move RegEx compile
2018-04-08 Carsey, JabenBaseTools: Autogen - move RegEx compile
2018-04-08 Carsey, JabenBaseTools: Remove unused code from Misc
2018-04-08 Carsey, JabenBaseTools: Workspace - use built in OrderedDict instead...
2018-04-08 Carsey, JabenBaseTools: use combined version of OrderedDict
2018-04-08 Carsey, JabenBaseTools: use built in OrderedDict instead of custom...
2018-04-08 Carsey, JabenBaseTools: Eot remove unused code
2018-04-08 Carsey, JabenBaseTools - AutoGen - replace custom dictionary class...
2018-04-08 Carsey, JabenBaseTools: remove unused import statement
2018-04-08 Carsey, JabenBaseTools: Eot tool never populates this dictionary
2018-04-08 Carsey, JabenBaseTools: use built in dict instead of custom version.
2018-04-08 Carsey, JabenBaseTools: Use local variable for list of constants.
2018-04-03 Carsey, JabenBaseTools: remove uncalled functions
2018-04-03 Carsey, JabenBaseTools: make static functions when self is not needed
2018-04-03 Carsey, JabenBaseTools: remove uncalled function
2018-04-03 Carsey, JabenBaseTools: change hex parsing to use built in
2018-04-03 Carsey, JabenBaseTools: use new RegEx from FdfParserLite
2018-04-03 Carsey, JabenBaseTools: use single RegExp for token matching
2018-03-30 Carsey, JabenBaseTools: cleanup class heirarchy
2018-03-30 Carsey, JabenBaseTools: remove loop and variables.
2018-03-30 Carsey, JabenBaseTools: use in to compare single chars
2018-03-30 Carsey, JabenBaseTools: no need to do int() API work for it
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-29 Bin WangBaseTools: compare GUID value should not case-sensitive
2018-03-29 Carsey, JabenBaseTools: refactor repeated RegExp when no special...
2018-03-29 Carsey, JabenBaseTools: dont use enumerate when un-needed
2018-03-29 Carsey, JabenBaseTools: move regular expression compile out of funct...
2018-03-29 Carsey, JabenBaseTools: expression can use single in instead of...
2018-03-29 Carsey, JabenBaseTools: remove local hex number regular expression
2018-03-29 Carsey, JabenBaseTools: Use precompiled RegExp
2018-03-29 Carsey, JabenBaseTools: use new shared GUID regular expressions
2018-03-29 Carsey, JabenBaseTools: GlobalData Add a regular expression for...
2018-03-29 Carsey, JabenBaseTools: Add new RegExp for future use
2018-03-29 Carsey, JabenBaseTools: Regular Expressions refactor out the hex...
2018-03-29 Carsey, JabenBaseTools: add GUID pattern to global data
2018-03-29 Carsey, JabenBaseTools: GlobalData share same MACRO name definition
2018-03-29 Carsey, JabenBaseTools: FdfParser and FdfParserLite share reg exp
2018-03-28 Kinney, Michael DBaseTools/BinToPcd: Add support for multiple binary...
2018-03-28 Liming GaoBaseTools: Update Rsa2048Sha256Sign to use openssl...
2018-03-27 Liming GaoBaseTools: Update Rsa2048Sha256Sign to use openssl...
2018-03-27 Carsey, JabenBaseTools: Autogen - modify to use standard parent...
2018-03-27 Hess ChenBaseTools/ECC: Add a new exception support
2018-03-23 Bi, DandanBaseTool/VfrCompile: Fix potential memory leak issue
2018-03-23 Bi, DandanBaseTool/VfrCompile: make delete[] match with new[]
2018-03-23 BobCFBaseTool: Fixed the issue of empty PcdDB.
2018-03-23 Liming GaoBaseTools: Add the missing package include directory...
2018-03-21 Laszlo ErsekBaseTools/PosixLike: honor pre-set PYTHONPATH
2018-03-21 Carsey, JabenBaseTools: FdfParser remove class never used.
2018-03-21 Carsey, JabenBaseTools: FdfParser & FdfParserLite refactor regular...
2018-03-21 Carsey, JabenBaseTools: StrGather remove functions no one calls
2018-03-21 Carsey, JabenBaseTools: StrGather simplify string/int conversion...
2018-03-21 Carsey, JabenBaseTools: StrGather has redundant declaration
2018-03-21 Yonghong ZhuBaseTools: Override Max size by build Option Pcd for...
2018-03-20 Yonghong ZhuBaseTools: Fix bug for --pcd VOID* type when no max...
2018-03-20 Yonghong ZhuBaseTools: Add Feature Flag Pcd Type into Override...
2018-03-19 Pete BatardBaseTools/Conf: Add VS2017/ARM64 support
2018-03-19 Feng, Bob CBaseTool: Error handling for PCD datumtype.
2018-03-19 Carsey, JabenBaseTools: RangeExpression - remove unused variable
2018-03-19 Carsey, JabenBaseTools: Expression - remove variable
2018-03-19 Carsey, JabenBaseTools: Expression - change from series of if to...
2018-03-19 Carsey, JabenBaseTools: Expression refactor function
2018-03-19 Carsey, JabenBaseTools: Expression - remove redundant variable
2018-03-19 Yonghong ZhuBaseTools: Add PackageDocumentTools into Scripts folder
2018-03-18 Yonghong ZhuBaseTools: Fix bug for VOID* DynamicDefault Pcd use...
2018-03-17 BobCFBaseTools: Detect structure pcd header file change.
2018-03-17 Feng, YunhuaXBaseTools: --hash --binary-destination generate wrong...
2018-03-15 Carsey, JabenBaseTools: UPT: remove unused variable and inaccessible...
2018-03-12 Yonghong ZhuBaseTools: Get Pcd DatumType from DEC file for --pcd
2018-03-09 Carsey, JabenBaseTools: GlobalData remove unused variable
2018-03-09 Feng, YunhuaXBaseTools: Fix parse OFFSET_OF get wrong offset
2018-03-09 Yonghong ZhuBaseTools: Fix a bug for --pcd used in ConditionalState...
2018-03-09 Yonghong ZhuBaseTools: Update --pcd parser to support flexible...
2018-03-09 BobCFBaseTools: Fixed Pcd from command line issue.
2018-03-07 Laszlo ErsekBaseTools/header.makefile: revert gcc-8 "-Wno-xxx"...
2018-03-05 Laszlo ErsekBaseTools/GenVtf: silence false "stringop-overflow...
2018-03-05 Laszlo ErsekBaseTools/header.makefile: add "-Wno-restrict"
2018-03-05 Laszlo ErsekBaseTools/header.makefile: add "-Wno-stringop-truncation"
2018-03-05 Yonghong ZhuBaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH defin...
2018-03-03 Yonghong ZhuBaseTools: Fix byte orders when handling 8-byte array
2018-03-03 Yonghong ZhuBaseTools: Fix bug when converting iSCSI node
2018-03-03 Yonghong ZhuBaseTools: Fix the bug to search Fv.txt file relative...
2018-03-03 Yonghong ZhuBaseTools: Correct Structure Pcd value in the report
2018-03-03 Feng, Bob CBaseTools: Pcd Value override issue.
next