]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/AutoGen
BaseTools/UPT:merge UPT Tool use Python2 and Python3
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen /
2019-02-01 Zhijux FanBaseTools:Similar to octal data rectification
2019-02-01 Yunhua FengBaseTools: replace long by int
2019-02-01 Yunhua FengBaseTools: Remove unnecessary super function
2019-02-01 Zhijux FanBaseTools: Rename iteritems to items
2019-02-01 Zhijux FanBaseTool:Rename xrange() to range()
2019-01-21 Carsey, JabenBaseTools/AutoGen: move functions
2019-01-21 Fan, ZhijuXBaseTools:build break if the Path contains SingleFile.Ext
2019-01-21 Felix PolyudovBaseTools: Fix incorrect formatting of GenFds command...
2019-01-21 Fan, ZhijuXBaseTools:Build fail when PCD use in the [DEPEX] sectio...
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2019-01-10 Carsey, JabenBaseTools: fix imports
2018-12-19 Zhiju.FanBaseTools: Add $(INC)-like support when compiling ...
2018-12-15 Feng, Bob CBaseTools: Fix PcdNvStoreDefaultValueBuffer Value.
2018-12-07 BobCFBaseTools: Optimize string concatenation
2018-12-07 Zhao, ZhiqiangXBaseTools: AutoGen and GenFds share the parser data.
2018-12-06 Jaben CarseyBaseTools: create and use a standard shared variable...
2018-12-06 Jaben CarseyBaseTools: cleanup LongFilePathSupport usage
2018-11-02 Zhao, ZhiqiangXBaseTools: Check the max size for string PCD.
2018-11-02 Feng, Bob CBaseTools: Add checking to EFI variable attribute.
2018-10-25 zhijufanBaseTools: list .nasm include inc files as its dependency
2018-10-25 Yonghong ZhuBaseTools: Fix the bug for Pcd used in command line...
2018-10-24 Zhaozh1xBaseTools: Not convert the void* pcd string in command...
2018-10-22 Zhaozh1xBaseTool: Support different PCDs that refers to the...
2018-10-21 Yonghong ZhuBaseTools: Fix the crash issue when Dynamic structure...
2018-10-15 Yunhua FengBaseTools: increment build generate inf file lost ...
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yunhua FengBaseTools: increment build generate inf file lost ...
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: remove the super() function argument
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-26 bob.c.feng@intel.comBaseTool: Support different PCDs that refers to the...
2018-09-26 Liming GaoBaseTools: Fix the wrong reference _GetSkuIds() in...
2018-09-20 Carsey, JabenBaseTools: refactor to not overcreate ModuleAutoGen...
2018-09-20 Carsey, JabenBaseTools: AutoGen - refactor class properties
2018-09-20 Carsey, JabenBaseTools: AutoGen refactor WorkspaceAutoGen class
2018-09-20 Carsey, JabenBaseTools: Refactor PlatformAutoGen
2018-09-12 Zhao, ZhiqiangXBaseTools: Correct DXE_PCD_DATABASE_INIT.
2018-09-12 Zhao, ZhiqiangXBaseTools: Check PcdNvStoreDefaultValueBuffer.
2018-09-12 Feng, Bob CBaseTools: Structure Pcd value override incorrect.
2018-09-03 Feng, Bob CBaseTools: Fixed the PcdValue trailing zero issue.
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-29 Carsey, JabenBaseTools: AutoGen.py remove unused import
2018-08-23 Feng, YunhuaXBaseTools: remove cmp due to deprecated in python3
2018-08-21 Feng, YunhuaXBaseTools: Fix regression issue by b23414f6540d
2018-08-20 Jaben CarseyBaseTools: AutoGen refactor to iterate less
2018-08-20 Jaben CarseyBaseTools: AutoGen - tag a function as cachable
2018-08-20 Jaben CarseyBaseTools: AutoGen refactor ModuleAutoGen caching
2018-08-16 Yunhua FengBaseTools: Optimizing code for function doesn't match
2018-08-16 Feng, Bob CBaseTools: Remove a unused function.
2018-08-16 Liming GaoBaseTool: Fixed the bug of Boolean Hii Pcd packing.
2018-08-08 Yunhua FengBaseTools: Debug message make confused
2018-07-25 Jaben CarseyBaseTools: AutoGen - change class variable to funciton...
2018-07-24 Yunhua FengBaseTools: Fix the different token with the same PCD
2018-07-24 Yonghong ZhuBaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's...
2018-07-23 Supreeth VenkateshBaseTools/AutoGen: Update header file for MM modules.
2018-07-23 Yunhua FengBaseTools: enable FixedAtBuild (VOID*) PCD use in the...
2018-07-18 Yonghong ZhuBaseTools: Remove the duplicate Pcd items
2018-07-16 Gary LinBaseTools: Use absolute import in AutoGen
2018-07-13 BobCFBaseTools: Enable structure pcd in FDF file
2018-07-12 bob.c.feng@intel.comBaseTool: Fixed the incorrect cache key.
2018-07-10 Yonghong ZhuBaseTools: Fix the bug that incorrect size info in...
2018-07-09 Feng, Bob CBaseTool: Add cache for the result of SkipAutogen.
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-06-29 Jaben CarseyBaseTools: AutoGen - move constructor out of loop
2018-06-29 Jaben CarseyBaseTools: AutoGen - clean up access
2018-06-27 Jaben CarseyBaseTools: AutoGen - Remove unused variables.
2018-06-27 Gary LinBaseTools: Replace StringIO.StringIO with io.BytesIO
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 deprecated hash_key()
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 Yonghong ZhuBaseTools: Enhance BaseTools supports FeaturePcd usage...
2018-06-14 Yonghong ZhuBaseTools: remove including Base.h if the module type...
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-06-13 Jaben CarseyBaseTools: refactor to remove functions
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-22 Yunhua FengBaseTools: Report more clear error message when PCD...
2018-05-22 Yunhua FengBaseTools: Library PCD type will inherit from the driver
2018-05-22 Yunhua FengBaseTools: Fix bug PCD type in component is not same...
2018-05-16 Lin, DerekBaseTools: Fix --hash Package and Module hash value.
2018-05-10 Yonghong ZhuBaseTools: Remove the redundant code
2018-05-10 Yunhua FengBaseTools: Fix generating array's size is incorrect...
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-04 Carsey, JabenBaseTools: refactor Depex optomization
2018-05-04 Carsey, JabenBaseTools: Remove lists form set construction
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
2018-05-04 Carsey, JabenBaseTools: AutoGen - add Opcode constants
2018-05-04 Carsey, JabenBaseTools: remove redundant content in InfSectionParser
2018-05-04 Carsey, JabenBaseTools: remove unused member variable
next