]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
MdeModulePkg/IncompPciDeviceSupport: Use correct descriptor length
[mirror_edk2.git] / BaseTools /
2018-06-14 Yonghong ZhuBaseTools: remove including Base.h if the module type...
2018-06-13 Liming GaoBaseTools Script: Formalize source files to follow...
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-06-13 Jaben CarseyBaseTools: refactor to remove functions
2018-06-13 Yunhua FengBaseTools: Fix one bug of nest !include parser
2018-06-12 Ard BiesheuvelBaseTools/tools_def IA32: disable PIE code generation...
2018-06-11 Derek LinBaseTools: Remove dsc nested include checking.
2018-06-11 Yonghong ZhuBaseTools/UPT: Update the import statement to use Strin...
2018-06-08 Yunhua FengBaseTools: Fix Section header size larger than elf...
2018-06-08 Yunhua FengBaseTools: Check elf sections alignment with MAX_COFF_A...
2018-06-06 Ezra GodfreyBaseTools/VolInfo: Update EFI FV FILETYPES for new...
2018-06-06 Yunhua FengBaseTools: Display both Hex and integer value format...
2018-06-06 Yunhua FengBaseTools: Sort PCD by token space first then by PcdCName
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-28 Zurcher, Christopher JBaseTools/GenFds: Remove redundant GetRealFileLine...
2018-05-28 Jaben CarseyBaseTools: Add missing content to EOT tool.
2018-05-28 Jaben CarseyBaseTools: loop to retry remove when it fails.
2018-05-23 Laszlo ErsekBaseTools/tools_def: add "-fno-unwind-tables" to GCC_AA...
2018-05-23 Marvin HaeuserBaseTools/Workspace: Fix ValueChain set
2018-05-22 Yonghong ZhuBaseTools: Enhance error message when file is not exist...
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-21 Liming GaoBaseTools: Separate HOST and PREFIX env for GCC tool...
2018-05-16 Lin, DerekBaseTools: Fix --hash Package and Module hash value.
2018-05-11 Lin, DerekBaseTools: Fix python error with --genfds-multi-thread.
2018-05-10 Yonghong ZhuBaseTools: Remove the redundant code
2018-05-10 Yunhua FengBaseTools: Fix generating array's size is incorrect...
2018-05-10 Carsey, JabenBaseTools: incorrect calculation for 16M
2018-05-09 Bi, DandanBaseTools/VfrCompile: Avoid using uninitialized pointer
2018-05-07 Yonghong ZhuBaseTools: Correct the variable name
2018-05-07 Liming GaoBaseTools: Retrieve /U and -U CC flags to structure...
2018-05-07 Pete BatardBaseTools/Conf: Add /Gw optimisation option for VS2017...
2018-05-06 Carsey, JabenBaseTools: Ecc - add dict for config file to internal...
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: refactor Depex optomization
2018-05-04 Carsey, JabenBaseTools: Remove lists form set construction
2018-05-04 Carsey, JabenBaseTools: missed a copyright update
2018-05-04 Carsey, JabenBaseTools: GenFds - use existing shared string
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: remove redundant content in InfSectionParser
2018-05-04 Carsey, JabenBaseTools: remove unused member variable
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor more functions only calle...
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: Workspace - refactor a dict
2018-05-04 Carsey, JabenBaseTools: remove Compound statements
2018-05-04 Carsey, JabenBaseTools: eliminate {} from dictionary contructor...
2018-05-04 Carsey, JabenBaseTools: refactor to use list not dict
2018-05-04 Carsey, JabenBaseTools: AutoGen - UniClassObject refactor static...
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove global line
2018-05-04 Carsey, JabenBaseTools: Eot - refactor global data
2018-05-04 Carsey, JabenBaseTools: Eot - remove unused lists
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-04 Carsey, JabenBaseTools: FdfParser - update to remove duplicate const...
2018-05-02 Carsey, JabenBaseTools: remove unused MigrationUtilities.py
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
2018-05-02 Carsey, JabenBaseTools: replace string with predefined constant
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-05-02 Carsey, JabenBaseTools: Workspace/MetaFileParser - refactor dicts
2018-05-02 Yunhua FengBaseTools: Fix regression bug by 3378782691af
2018-04-27 Yunhua FengBaseTools: Fix regression issue by 1eb72acddd61
2018-04-26 Yunhua FengBaseTools: Fix one invalid change in 6be94743
2018-04-26 Carsey, JabenBaseTools: CommonClass - remove unused classes
2018-04-26 Carsey, JabenBaseTools: AutoGen - use defaultdict to auto initialize
2018-04-26 Carsey, JabenBaseTools: GenFds - simplify testing for Hex number
2018-04-26 Carsey, JabenBaseTools: AutoGen - use dafultdict instead of dict
2018-04-26 Carsey, JabenBaseTools: remove duplicate variable
2018-04-26 Carsey, JabenBaseTools: remove dict from DscBuildData
2018-04-26 Carsey, JabenBaseTools: Remove extra .keys()
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove unused variables.
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove dictionary populated, but...
2018-04-26 Carsey, JabenBaseTools: Workspace - refactor GetStructurePcdInfo
2018-04-26 Carsey, JabenBaseTools: simplify if call
next