]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/build/build.py
BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle
[mirror_edk2.git] / BaseTools / Source / Python / build / build.py
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...
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2018-03-03 BobCFBaseTools: Fixed Pcd value override issue.
2018-03-01 Yonghong ZhuBaseTools: Fix the bug for single module build with...
2018-02-09 Yonghong ZhuBaseTools: not specified value of MAX_CONCURRENT_THREAD...
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-01-19 Yonghong ZhuBaseTools: enhance error handling for option --binary...
2018-01-15 Yunhua FengBaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0...
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
2017-12-13 Yonghong ZhuBaseTools: enable hash value check for single module...
2017-12-13 Yonghong ZhuBaseTools: back up the binary files when hash value...
2017-12-05 Yonghong ZhuBaseTools: Update Makefile to support FFS file generation
2017-11-20 Yonghong ZhuBaseTools: Fix a bug for single module build with GenC...
2017-10-10 Yonghong ZhuBaseTools: Fix a bug to use module's Name attribute...
2017-09-28 Yonghong ZhuBaseTools: Fix the regression bug to build single module
2017-09-27 Yonghong ZhuBaseTools: add support for BIOS build with binary cache
2017-09-26 Yonghong ZhuBaseTools: report build time measured by module of...
2017-09-05 Yonghong ZhuBaseTools: update help info for -Y option to include...
2017-08-11 Michael D KinneyBaseTools/build: Expand PREBUILD/POSTBUILD DSC actions
2017-07-26 Yonghong ZhuBaseTools: Fix the bug that warn() function with only...
2017-07-26 Yonghong ZhuBaseTools: add some comment for .PrebuildEnv file's...
2017-07-14 Michael KinneyBaseTools/Build: Support python scripts in PREBUILD...
2017-07-07 Supreeth VenkateshBaseTools/build: register MM module types with build...
2017-06-24 Yonghong ZhuBaseTools: support building the same INF more than...
next