]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
BaseTools: no need to save the data
[mirror_edk2.git] / BaseTools /
2018-04-17 Carsey, JabenBaseTools: no need to save the data
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
2018-04-17 Dandan BiBaseTool/VfrCompile: make delete[] match with new[]
2018-04-17 Dandan BiBaseTools/VfrCompile:Fix memory leak issues
2018-04-15 Feng, YunhuaXBaseTools: Fix one or more multiply defined symbols...
2018-04-11 Feng, YunhuaXBaseTools: fix --genfds-multi-thread generate makefile...
2018-04-11 Feng, YunhuaXBaseTools: argument genfds-multi-thread create GenSec...
2018-04-11 Feng, YunhuaXBaseTools: Correct GenSec argument dummy free memory...
2018-04-11 Yonghong ZhuBaseTools: Fix the build error caused by eca980c0c899
2018-04-10 Carsey, JabenBaseTools: Remove unneeded files
2018-04-10 Feng, YunhuaXBaseTools: Remove EdkIIWorkspaceBuild.py from source...
2018-04-10 Carsey, JabenBaseTools: copy a dictionary from InfClassObject to...
2018-04-10 Yonghong ZhuBaseTools: Fix two cases that use GUID CName as PCD...
2018-04-10 Yonghong ZhuBaseTools: Fix the bug for VOID* pcd max size from...
2018-04-10 Yonghong ZhuBaseTools: Fix size override issue for Void* Patchable pcd
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for Size incorrect of Void* Fixatb...
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for VOID* type Fixatbuild Pcd...
2018-04-10 Yunhua FengBaseTools: Parse PCD GUID name in FILE statement issue
2018-04-10 Carsey, JabenBaseTools: refactor and remove out of date use of ...
2018-04-10 Carsey, JabenBaseTools: GenC - move content from both parts of if...
2018-04-10 Carsey, JabenBaseTools: change more list to set
2018-04-10 Carsey, JabenBaseTools: remove unneeded function call
2018-04-10 Carsey, JabenBaseTools: change another list to set
2018-04-10 Carsey, JabenBaseTools: optimize buildoptions loop
2018-04-10 Carsey, JabenBaseTools: simplify testing for existance and containin...
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
next