]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/AutoGen
BaseTools: AutoGen - refactor function to remove extra variables
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen /
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor function to remove extra...
2018-05-04 Carsey, JabenBaseTools: Refactor to share GUID packing function
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove another function no one...
2018-05-04 Carsey, JabenBaseTools: AutoGen - move function to clean file namespace
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove function no one calls
2018-05-04 Carsey, JabenBaseTools: refactor __init__ functions to not compute...
2018-05-04 Carsey, JabenBaseTools: AutoGen - no need to recompute
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out a useless class
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out a list
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out functions only called...
2018-05-04 Carsey, JabenBaseTools: move PCD size calculation functions to PcdCl...
2018-05-04 Carsey, JabenBaseTools: AutoGen - UniClassObject refactor static...
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove global line
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor class factory
2018-05-04 Carsey, JabenBaseTools: AutoGen - share StripComments API
2018-05-04 Carsey, JabenBaseTools: AutoGen - GenVar refactor static methods
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor dictionary access
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor assemble_variable
2018-05-04 Carsey, JabenBaseTools: this function has no purpose.
2018-05-04 Carsey, JabenBaseTools: check before accessing members in __eq__
2018-05-04 Carsey, JabenBaseTools: AutoGen - update to remove duplicate constan...
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
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: Define and use a set for common list
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-26 Yunhua FengBaseTools: Fix one invalid change in 6be94743
2018-04-26 Carsey, JabenBaseTools: AutoGen - use defaultdict to auto initialize
2018-04-26 Carsey, JabenBaseTools: AutoGen - use dafultdict instead of dict
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove unused variables.
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove dictionary populated, but...
2018-04-26 Carsey, JabenBaseTools: Autogen - replace string constants with...
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
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-17 Carsey, JabenBaseTools: fix None comparisons
2018-04-17 Carsey, JabenBaseTools: reduce list usage when not needed
2018-04-17 Carsey, JabenBaseTools: use set instead of list for a variable to...
2018-04-17 Carsey, JabenBaseTools: skip updating temporary variable.
2018-04-17 Carsey, JabenBaseTools: no need to save the data
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
2018-04-11 Yonghong ZhuBaseTools: Fix the build error caused by eca980c0c899
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 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-08 Carsey, JabenBaseTools: small cleanup
2018-04-08 Carsey, JabenBaseTools: Autogen - change from list to set
2018-04-08 Carsey, JabenBaseTools: remove redundant check
2018-04-08 Carsey, JabenBaseTools: AutoGen - use the new shared RegEx
2018-04-08 Carsey, JabenBaseTools: Autogen - move RegEx compile
2018-04-08 Carsey, JabenBaseTools - AutoGen - replace custom dictionary class...
2018-04-08 Carsey, JabenBaseTools: Use local variable for list of constants.
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: Use precompiled RegExp
2018-03-27 Carsey, JabenBaseTools: Autogen - modify to use standard parent...
2018-03-23 BobCFBaseTool: Fixed the issue of empty PcdDB.
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-17 Feng, YunhuaXBaseTools: --hash --binary-destination generate wrong...
2018-03-09 BobCFBaseTools: Fixed Pcd from command line issue.
2018-03-03 BobCFBaseTools: Fixed Pcd value override issue.
2018-02-28 Feng, Bob CBaseTools: Fixed the pcd value override issue.
2018-02-28 Yonghong ZhuBaseTools: Fix a bug override Pcd by DSC Components...
2018-02-28 Feng, YunhuaXBaseTools: Fix flexible PCD single quote and double...
2018-02-27 Yonghong ZhuBaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
2018-02-08 Yonghong ZhuBaseTools: Enhance error handling for unsupported toolc...
2018-02-08 Feng, Bob CBaseTool: Fixed Pcd issues.
2018-02-07 Feng, YunhuaXBaseTools: Fix build argument --pcd for flexible format...
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-01-30 Yunhua FengBaseTools: Enhance parse performance by optimize ValueE...
2018-01-25 BobCFBaseTools: Fixed incorrect VPD size.
2018-01-25 Feng, Bob CBaseTools: Fixed some small issues
2018-01-25 Feng, Bob CBaseTools: Fixed build failure for the PCD value initia...
2018-01-25 Feng, Bob CBaseTool: Combine the HiiPcd value if they link to...
2018-01-23 Yonghong ZhuBaseTools: Enhance binary file in [Binaries] section...
2018-01-23 Yonghong ZhuBaseTools: Add "processing meta-data" string back
2018-01-10 Yunhua FengBaseTools: Correct Target Path in CodaTargetList replac...
2018-01-08 BobCFBaseTools: Fix an issue in HiiPcd generation
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-25 Liming GaoBaseTools: Fix VPD data optimization issue
2017-12-25 Liming GaoBaseTools: Generate correct VPD PCD value to store...
2017-12-25 Liming GaoBaseTools: Fixed the issue of Multiple Skus are always...
2017-12-25 Liming GaoBaseTools: Optimize VPD PCD value for the different...
next