]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/build/build.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / build / build.py
2022-10-19 Pierre GondoisBaseTools: Remove duplicated words in Python tools
2021-09-29 Pierre GondoisBaseTools: Remove hard-coded strings for target and...
2021-09-29 Pierre GondoisBaseTools: Remove Makefile/MakefileName fields
2021-09-29 Pierre GondoisBaseTools/build: Set MakefileName
2021-08-02 Colebuild: Fix python3.10 threading DeprecationWarnings
2021-05-21 Garrett KirkendallBaseTools: build: Set ReturnCode on POSTBUILD fail
2021-05-10 Michael D KinneyBaseTools: Fix DSC override of Guided tool
2021-05-03 Michael D KinneyBaseTools: Fix New Target/ToolChain/Arch in DSC [BuildO...
2021-04-29 Michael D KinneyBaseTools/Source/Python: New Target/ToolChain/Arch...
2020-08-14 Bob FengBaseTools: Move CreateAsBuiltInf into AutoGenWorker...
2020-08-07 Feng, Bob CBaseTools: Improve the method of checking queue empty
2020-06-07 Irene ParkBaseTools/build.py: Exit with 1 when AutoGen error...
2020-04-23 Fan, ZhijuBaseTools:Add the spare space FV image size checker
2020-03-31 Fan, ZhijuXBaseTools:GuidedSectionTools.txt is not generated correctly
2020-02-12 Pierre GondoisBaseTools: Rationalise makefile generation
2020-01-19 Bob FengBaseTools: Fixed a incremental build bug
2020-01-13 Fan, ZhijuXBaseTools:Fix GenFds issue for BuildOption replace...
2019-12-18 Bob FengBaseTools: Resolve a issue of Incremental build
2019-12-18 Bob FengBaseTools: Fix build failure when multiple build target...
2019-12-10 Steven ShiBaseTools: Leverage compiler output to optimize binary...
2019-12-10 Bob FengBaseTools: Enhance Basetool for incremental build
2019-11-25 Fan, ZhijuXBaseTools:fix regression issue for platform .map file
2019-11-13 Ni, RayBaseTools: Fix build failure when using python38
2019-09-17 Fan, ZhijuXBaseTools:Replace PlatformInfo with PlatformAutoGen...
2019-09-12 Feng, Bob CBaseTools: Fixed a bug of IgnoreAutoGen
2019-09-11 Feng, Bob CBaseTools: Enable --genfds-multi-thread to default...
2019-09-11 Feng, Bob CBaseTools: Fixed the bug of multi-thread genffs for...
2019-09-10 Feng, Bob CBaseTools: Fixed issue for IgnoreAutoGen
2019-09-10 Feng, Bob CBaseTools: Fixed build clean regression issue
2019-08-23 Feng, Bob CBaseTools: Fix incremental build genmake issue
2019-08-20 Shi, StevenBaseTools: Improve the file saving and copying reliability
2019-08-20 Shi, StevenBaseTools: Change the [Arch][Name] module key in Build...
2019-08-20 Shi, StevenBaseTools: Improve the cache hit in the edk2 build...
2019-08-14 Bob FengBaseTools: Move buildoptions.py to Common folder
2019-08-09 Feng, Bob CBaseTools: Enable block queue log agent.
2019-08-09 Feng, Bob CBaseTools: Move BuildOption parser out of build.py
2019-08-09 Feng, Bob CBaseTools: Add LogAgent to support multiple process...
2019-08-09 Feng, Bob CBaseTools: Add shared data for processes
2019-08-09 Feng, Bob CBaseTools: Enable Multiple Process AutoGen
2019-08-09 Feng, Bob CBaseTools: Decouple AutoGen Objects
2019-08-09 Feng, Bob CBaseTools: Singleton the object to handle build conf...
2019-07-22 Feng, Bob CBaseTools: Create ".cache" folder when initialize Build...
2019-07-15 Cole RobinsonBaseTools: Fix python3.8 SyntaxWarning
2019-06-25 Bob FengBaseTools: Move Build Cache related function out of...
2019-06-25 Bob FengBaseTools: refine CreateAsBuiltInf function
2019-06-17 Shi, StevenBaseTools:Build Cache output notification message
2019-06-10 Rodriguez, ChristianBaseTools: Refactor hash tracking after checking for...
2019-05-24 Bob FengBaseTools: Remove './SecMain' from 'run' target
2019-05-22 Feng, Bob CBaseTools: Remove './SecMain' from 'run' target
2019-05-22 Fan, ZhijuXBaseTools:Update mailing list address in BaseTools...
2019-05-21 Rodriguez, ChristianBaseTools: Library hashing fix and optimization for...
2019-04-22 Christian RodriguezBaseTools: Hash false success.. minor change in hash...
2019-04-16 Rodriguez, ChristianBaseTools: Hash false success with back to back builds
2019-04-10 Christian RodriguezBaseTools: Fix corner-cases of --hash feature
2019-04-10 Feng, Bob CBaseTools: Fixed issue in MultiThread Genfds function
2019-04-09 Michael D KinneyBaseTools: Replace BSD License with BSD+Patent License
2019-03-15 Jiewen YaoBaseTool/Build: Add --disable-include-path-check.
2019-02-14 Antoine CoeurBaseTools: Various typo
2019-02-01 Feng, Bob CBaseTools: Handle the bytes and str difference
2019-02-01 Feng, Bob CBaseTools: the list and iterator translation
2019-02-01 Liming GaoBaseTools: Update PYTHON env to PYTHON_COMMAND
2019-02-01 Zhijux FanBaseTools:Update build tool to print python version...
2019-02-01 Zhijux FanBaseTools: change the Division Operator
2019-02-01 Zhijux FanBaseTools: Rename iteritems to items
2019-02-01 Zhijux FanBaseTools:use iterate list to replace the itertools
2019-01-28 Carsey, JabenBaseTools/build/build: delete variable
2019-01-21 Carsey, JabenBaseTools/build/build: refactor and move functions
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for IPF
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2019-01-10 Carsey, JabenBaseTools: fix imports
2018-12-19 Derek LinBaseTools: Fix GenFds error doesn't break build.
2018-12-07 BobCFBaseTools: Replace the sqlite database with list
2018-12-07 Zhao, ZhiqiangXBaseTools: AutoGen and GenFds share the parser data.
2018-12-06 Jaben CarseyBaseTools: cleanup LongFilePathSupport usage
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
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: use map and filter to replace the itertools...
2018-10-13 Yunhua FengBaseTools: replace the list iteritems by items
2018-10-13 Yunhua FengBaseTools: Remove the "from __future__ import" items
2018-09-20 Carsey, JabenBaseTools: Workspace classes refactor properties
2018-08-30 Carsey, JabenBaseTools: Create and use a shared value for 'MSFT...
2018-07-09 Liming GaoBaseTools: Clean up source files
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: Refactor python print statements
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-06-13 Jaben CarseyBaseTools: Cleanup unneeded code
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-04 Carsey, JabenBaseTools: check before accessing members in __eq__
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: replace string constants used for module...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-17 Carsey, JabenBaseTools: use dictionary.get() when we have value...
2018-04-10 Carsey, JabenBaseTools: refactor and remove out of date use of ...
2018-04-08 Carsey, JabenBaseTools: use built in OrderedDict instead of custom...
next