]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/Common
BaseTools: Use absolute import in UPT
[mirror_edk2.git] / BaseTools / Source / Python / Common /
2018-07-16 Gary LinBaseTools: Use absolute import in Common
2018-07-09 Feng, Bob CBaseTool: Add cache for the result of SkipAutogen.
2018-07-09 Liming GaoBaseTools: Clean up source files
2018-07-08 Gary LinBaseTools: Unify long and int in Expression.py
2018-06-28 Jaben CarseyBaseTools: Move variable out of Global
2018-06-27 Gary LinBaseTools: Fix old python2 idioms
2018-06-27 Gary LinBaseTools: Migrate to the new octal literal
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 tuple parameter in python scripts
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-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-28 Jaben CarseyBaseTools: loop to retry remove when it fails.
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-04 Carsey, JabenBaseTools: use set instead of list
2018-05-04 Carsey, JabenBaseTools: create base expression class
2018-05-04 Carsey, JabenBaseTools: remove unused variable
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
2018-05-04 Carsey, JabenBaseTools: AutoGen - add Opcode constants
2018-05-04 Carsey, JabenBaseTools: move PCD size calculation functions to PcdCl...
2018-05-04 Carsey, JabenBaseTools: refactor to use list not dict
2018-05-02 Carsey, JabenBaseTools: remove unused MigrationUtilities.py
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-05-02 Carsey, JabenBaseTools: Replace PCD type strings with predefined...
2018-05-02 Carsey, JabenBaseTools: DataType - cleanup list constants
2018-05-02 Carsey, JabenBaseTools: Replace EDK Component strings with predefine...
2018-05-02 Carsey, JabenBaseTools: Share a dictionary instead of keeping multiples
2018-05-02 Carsey, JabenBaseTools: Define and use a set for common list
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-26 Carsey, JabenBaseTools: GenFds - simplify testing for Hex number
2018-04-26 Carsey, JabenBaseTools: remove duplicate variable
2018-04-26 Carsey, JabenBaseTools: simplify if call
2018-04-26 Carsey, JabenBaseTools: Share RegEx between files
2018-04-26 Carsey, JabenBaseTools: Misc - refactor RegEx to minimize multiple...
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-23 Carsey, JabenBaseTools: remove EdkIIWorkspace as its not used.
2018-04-18 Carsey, JabenBaseTools: merge towards minimum PCD MAX <something...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-18 Carsey, JabenBaseTools: use predefined constants instead of local...
2018-04-18 Carsey, JabenBaseTools: Remove un-needed list comprehension
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
2018-04-10 Carsey, JabenBaseTools: Remove unneeded files
2018-04-10 Feng, YunhuaXBaseTools: Remove EdkIIWorkspaceBuild.py from source...
2018-04-10 Carsey, JabenBaseTools: remove uncalled functions
2018-04-10 Carsey, JabenBaseTools: remove unused file
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: move RegEx to root of file and share it
2018-04-08 Carsey, JabenBaseTools: Add new RegEx pattern to GlobalData
2018-04-08 Carsey, JabenBaseTools: Remove unused code from Misc
2018-04-08 Carsey, JabenBaseTools: use built in OrderedDict instead of custom...
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 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 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 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-21 Carsey, JabenBaseTools: FdfParser & FdfParserLite refactor regular...
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-18 Yonghong ZhuBaseTools: Fix bug for VOID* DynamicDefault Pcd use...
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: Update --pcd parser to support flexible...
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-02-28 Feng, YunhuaXBaseTools: Fix flexible PCD single quote and double...
2018-02-25 Feng, YunhuaXBaseTools: Update ValueExpressionEx for flexible PCD
2018-02-25 Kinney, Michael DBaseTools/Expression: Use 2nd passes on PCD values
2018-02-23 Yonghong ZhuBaseTools: Fix the bug to display the single SKUID...
2018-02-10 Feng, YunhuaXBaseTools: Fix VOID* type bug
2018-02-09 Yunhua FengBaseTools: Update Expression.py for string comparison...
2018-02-07 Feng, YunhuaXBaseTools: Report error when GUID format is incorrect
2018-02-07 Feng, YunhuaXBaseTools: Fix flexible PCD DEVICE_PATH parse issue
2018-02-07 Feng, YunhuaXBaseTools: Fix build argument --pcd for flexible format...
2018-02-04 Feng, YunhuaXBaseTools: Update Expression.py for VOID* to support...
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
next