]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/build/build.py
BaseTools: Remove './SecMain' from 'run' target
[mirror_edk2.git] / BaseTools / Source / Python / build / build.py
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...
2017-05-24 Yonghong ZhuBaseTools: Fix incremental build bug on DynamicPcd...
2017-05-05 Yonghong ZhuBaseTools: remove the hardcoded /bin/bash for PreBuild...
2017-04-27 Nikolai SAOUKHBaseTools: fix the typo in function name LanuchPostbuild
2016-11-02 Yonghong ZhuBaseTools: Fix a bug for tooldef class not include...
2016-09-30 Hao WuBaseTools Build: Fix build break for clean target in...
2016-09-21 Liming GaoBaseTools: Update python tool to call external tools...
2016-08-19 Yonghong ZhuBaseTools: check CONF_PATH env to get the configure...
2016-07-05 Yonghong ZhuBaseTools: Add support for $(FAMILY) macro
2016-05-23 Zhu, YonghongBaseTools: Add error condition for the path in PACKAGES...
2016-04-19 Yonghong ZhuBaseTools: enhance error handling for DSC file
2016-04-12 Yonghong ZhuBaseTools: generate hash value in build report for...
2016-04-07 Yonghong ZhuBaseTools: Add support to merge Prebuild and Postbuild...
2016-04-07 Yonghong ZhuBaseTools: Enhance --Pcd which override by build option
2016-03-22 Yonghong ZhuBaseTools: Fix nmake failure due to command-line length...
2016-03-16 Yonghong ZhuBaseTools: add new command line option to support overr...
2016-03-11 Yonghong ZhuBaseTools: update the mail address for stack trace...
2016-02-18 Yonghong ZhuBaseTools: report an error message when failed to start...
2015-12-01 Yonghong ZhuBaseTools: Clean some coding style issues
2015-11-06 Liming GaoBaseTools: Print PACKAGES_PATH build environment if...
2015-11-06 Liming GaoBaseTools: Don't require ECP pkg in WORKSPACE when...
2015-10-08 Li YangXBaseTools: Update Build tool to support multiple workspaces
2015-06-23 Yingke LiuBaseTools: Build report should not be generated if...
2015-01-19 Yingke LiuFixed build issue with fds target specified.
2014-12-23 Cinnamon ShiaFix ‘build run’ doesn’t work for NT32 X64 build.
next