]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/Workspace
BaseTools/UPT:merge UPT Tool use Python2 and Python3
[mirror_edk2.git] / BaseTools / Source / Python / Workspace /
2019-02-01 Zhijux FanBaseTools:Similar to octal data rectification
2019-02-01 Yunhua FengBaseTools: nametuple not have verbose parameter in...
2019-02-01 Zhijux FanBaseTools: Rename iteritems to items
2019-01-28 Fan, ZhijuXBaseTools:Define Macro in Inf file, the pcdvalue Can...
2019-01-21 Carsey, JabenBaseTools/DscBuildData: move function
2019-01-21 Carsey, JabenBaseTools/Workspace/InfBuildData: move functions
2019-01-17 Feng, Bob CBaseTools: Remove EDK_SOURCE keyword from Inf Parser.
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2019-01-14 Feng, Bob CBaseTools: Enable component override functionality
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2019-01-11 Feng, Bob CBaseTools: Report Error if use SET in Dsc
2019-01-10 Carsey, JabenBaseTools: fix imports
2019-01-04 Feng, Bob CBaseTools: Correct PcdArray value assigment statement
2018-12-18 Feng, Bob CBaseTools: Fixed metafile parser issues
2018-12-18 Feng, Bob CBaseTools: Fix PcdArray issue
2018-12-15 Feng, Bob CBaseTools: Fixed the build fail issue for cases
2018-12-15 Feng, Bob CBaseTools: Fixed bugs in CopyDict function
2018-12-07 BobCFBaseTools: Correct CCFLAG for PcdValueInit
2018-12-07 BobCFBaseTools: Customize deepcopy function.
2018-12-07 BobCFBaseTools: Optimize string concatenation
2018-12-07 BobCFBaseTools: Replace the sqlite database with list
2018-12-07 Feng, Bob CBaseTool: Filter out unused structure pcds
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-05 BobCFBaseTools: Use common cc flag for building PcdValueInit.
2018-10-27 Feng, Bob CBaseTools: Rollback Filter out unused structure pcds
2018-10-26 Zhaozh1xBaseTools:Not miss the full assign value of FixedAtBuil...
2018-10-25 Yonghong ZhuBaseTools: Fix the bug for Pcd used in command line...
2018-10-25 BobCFBaseTools: Move PcdValueInit to platform build folder
2018-10-25 BobCFBaseTool: Filter out unused structure pcds
2018-10-24 BobCFBaseTools: Remove Arch specific build options for PcdVa...
2018-10-24 Zhaozh1xBaseTools:Translate the StructurePCD value in field...
2018-10-24 Zhaozh1xBaseTools: Not convert the void* pcd string in command...
2018-10-24 Zhaozh1xBaseTools: add ASSERT checker for array buffer in fdf...
2018-10-22 Zhaozh1xBaseTools: Convert "Unicode string" to "byte array...
2018-10-21 Yonghong ZhuBaseTools: Fix the bug that PcdValueFromComm is not set
2018-10-18 Yonghong ZhuBaseTools: Fix a bug --pcd option enable and use the...
2018-10-16 Yonghong ZhuBaseTools: Support to use struct name as datum type...
2018-10-16 Yonghong ZhuBaseTools: Fix bugs use special character in the -...
2018-10-16 Zhaozh1xBaseTools:Fix issue caused by 84a52d4d030185a44f2d87361...
2018-10-16 Zhaozh1xBaseTools: Convert string value of void* pcd in command...
2018-10-16 Zhaozh1xBaseTools: Code should not update the variable that...
2018-10-16 Zhaozh1xBaseTools: add ASSERT checker for array buffer value...
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yonghong ZhuBaseTools: Not compare the VOID* difference in the...
2018-10-13 Yunhua FengBaseTools: Fix some build and report file issue
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: remove the super() function argument
2018-10-13 Yunhua FengBaseTools: replace the list iteritems by items
2018-10-13 Yunhua FengBaseTools: Remove the "from __future__ import" items
2018-10-13 Yunhua FengBaseTools: Remove the outdated verbose parameter of...
2018-09-26 bob.c.feng@intel.comBaseTool: Support different PCDs that refers to the...
2018-09-26 BobCFBaseTool: Replace dict with OrderedDict.
2018-09-25 Zhao, ZhiqiangXBaseTools: Latter full value should overwrite the forme...
2018-09-20 Carsey, JabenBaseTools: refactor to cache InfBuildData data
2018-09-20 Carsey, JabenBaseTools: Don't save unused workspace data
2018-09-20 Carsey, JabenBaseTools: refactor Build Database objects
2018-09-20 Carsey, JabenBaseTools: Workspace classes refactor properties
2018-09-12 Zhao, ZhiqiangXBaseTools: SKU inheritance.
2018-09-12 Zhao, ZhiqiangXBaseTools: Check PcdNvStoreDefaultValueBuffer.
2018-09-12 Feng, Bob CBaseTools: Involve Dec default value to calculate Maxsize
2018-09-12 Feng, Bob CBaseTools: Structure Pcd value override incorrect.
2018-09-03 Feng, Bob CBaseTools: Dynamic Pcd value override from command...
2018-09-03 Zhaozh1xBaseTools: Check pcd DefaultValue and SkuId EBNF.
2018-08-31 Carsey, JabenBaseTools: Clarify a DSC parsing error about PCDs
2018-08-30 Carsey, JabenBaseTools: minimize assignment processing
2018-08-30 Carsey, JabenBaseTools: Refactor to remove functionally equivalent...
2018-08-30 Carsey, JabenBaseTools: Create and use a shared value for 'MSFT...
2018-08-28 zhijufanBaseTools: Add check only VOID* type Pcd need the maxsi...
2018-08-23 Feng, YunhuaXBaseTools: Use hashlib instead of md5
2018-08-23 Feng, YunhuaXBaseTools: Modify class OrderedListDict
2018-08-20 Jaben CarseyBaseTools: remove unused setter functions
2018-08-20 Jaben CarseyBaseTools: remove unused code
2018-08-17 Yonghong ZhuBaseTools: Add check for VOID* PCD Max Size
2018-08-16 Yonghong ZhuBaseTools: Clean up not used code in BuildClassObject
2018-07-27 Yunhua FengBaseTools: Parse decimal format INF_VERSION incorrect
2018-07-23 Yunhua FengBaseTools: enable FixedAtBuild (VOID*) PCD use in the...
2018-07-16 BobCFBaseTools: Fixed build Ovmfpkg failed issue.
2018-07-16 Gary LinBaseTools: Use absolute import in Workspace
2018-07-13 BobCFBaseTools: Enable structure pcd in FDF file
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-07-08 Gary LinBaseTools: Remove the old python "not-equal" in DscBuil...
2018-06-29 Yunhua FengBaseTools: Fix two drivers include the same file issue
2018-06-29 Yunhua FengBaseTools: Fix parsing multiple nest !include issue
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 print statements
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-06-22 Yunhua FengBaseTools: introduce !error statement
2018-06-22 Yonghong ZhuBaseTools: remove the unneeded code
2018-06-19 Marvin HaeuserBaseTools/WorkspaceCommon: Import used BuildToolError...
2018-06-13 Jaben CarseyBaseTools: refactor to remove functions
2018-06-13 Yunhua FengBaseTools: Fix one bug of nest !include parser
2018-06-11 Derek LinBaseTools: Remove dsc nested include checking.
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-23 Marvin HaeuserBaseTools/Workspace: Fix ValueChain set
2018-05-07 Liming GaoBaseTools: Retrieve /U and -U CC flags to structure...
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
next