]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
BaseTools: use built in dict instead of custom version.
[mirror_edk2.git] / BaseTools /
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.
2018-03-03 Feng, Bob CBaseTools: Fixed build failed issue.
2018-03-03 BobCFBaseTools: Fixed Pcd value override issue.
2018-03-03 Yunhua FengBaseTools: DSC Components section support flexible PCD
2018-03-03 Feng, YunhuaXBaseTools: Dsc/Fdf conditional statement parse issue
2018-03-02 Feng, YunhuaXBaseTools: report error if flag in LABEL() invalid
2018-03-02 Yonghong ZhuBaseTools: Fix the bug for display incorrect *M flag...
2018-03-02 Feng, YunhuaXBaseTools: Fix eval parse string issue
2018-03-01 Feng, YunhuaXBaseTools: GlobalData.gConfDirectory is None when run...
2018-03-01 Yonghong ZhuBaseTools: Fix the bug for single module build with...
2018-03-01 Liming GaoBaseTools: Align WIN_CERTIFICATE_UEFI_GUID definition...
2018-03-01 Yonghong ZhuBaseTools: Enhance FV info report file path to support...
2018-02-28 Feng, Bob CBaseTools: Improve build performance of structure PCD...
2018-02-28 BobCFBaseTool: GUID format PCD value assignment fail in...
2018-02-28 Feng, Bob CBaseTools: Improve build performance of structure PCD...
2018-02-28 Feng, Bob CBaseTools: Fixed the pcd value override issue.
2018-02-28 Ard BiesheuvelBaseTools/tools_def: use separate PP definition for DTC
2018-02-28 Yonghong ZhuBaseTools: Fix a bug override Pcd by DSC Components...
2018-02-28 Feng, YunhuaXBaseTools: Fix report not used --pcd value incorrectly
2018-02-28 Feng, YunhuaXBaseTools: Fix flexible PCD single quote and double...
2018-02-27 Liming GaoBaseTools: Update GenFw to correct DebugEntry Offset...
2018-02-27 Liming GaoBaseTools: Add more error message when PcdValue is...
2018-02-27 Liming GaoBaseTools: Resolve BaseTools C tool build failure
2018-02-27 Yonghong ZhuBaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
2018-02-26 Liming GaoBaseTools GenFv: Update error message to describe PE...
2018-02-26 Liming GaoBaseTools: Add the missing basic definition in C BaseType.h
2018-02-25 Yonghong ZhuBaseTools: Add *B Flag for the field that from command...
2018-02-25 Feng, YunhuaXBaseTools: Update ValueExpressionEx for flexible PCD
next