]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
ShellPkg/DP: Add more check for input parameters
[mirror_edk2.git] / BaseTools /
2018-06-28 Jaben CarseyBaseTools: Move variable out of Global
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: Migrate to the new octal literal
2018-06-27 Gary LinBaseTools: Adjust the spaces around commas and colons
2018-06-27 Gary LinBaseTools: Refactor python raise statement
2018-06-27 Gary LinBaseTools: Remove types.TypeType
2018-06-27 Gary LinBaseTools: Replace StandardError with Expression
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-27 Gary LinBaseTools: Fix a typo in ini.py
2018-06-25 Liming GaoBaseTools tools_def.template: Ignore link warning 4281...
2018-06-22 Yunhua FengBaseTools: introduce !error statement
2018-06-22 Yonghong ZhuBaseTools: Enhance BaseTools supports FeaturePcd usage...
2018-06-22 Yonghong ZhuBaseTools: remove the unneeded code
2018-06-19 Marvin HaeuserBaseTools/WorkspaceCommon: Import used BuildToolError...
2018-06-18 Ard BiesheuvelBaseTools/tools_def CLANG35: add NOOPT build target
2018-06-18 Ard BiesheuvelBaseTools/tools_def IA32: drop -no-pie linker option...
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Update for Python 3 compatibility
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: --offset must be 8-byte aligned
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Clarify error message for --type HII
2018-06-14 Kinney, Michael DBaseTools/BinToPcd: Fix typo in error messages
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__
next