summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2019-08-01BaseTools:Add extra debugging messageMax Knutsen1-6/+10
2019-07-25BaseTools: Sort file list in MakefileFeng, Bob C1-1/+2
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C1-1/+1
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2-14/+15
2019-07-12BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng1-3/+6
2019-07-10BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C1-2/+5
2019-07-08BaseTools: Fix various typosAntoine Cœur1-2/+2
2019-06-25BaseTools: Move Build Cache related function out of CreateAsBuiltInfBob Feng1-31/+37
2019-06-25BaseTools: refine CreateAsBuiltInf functionBob Feng1-4/+1
2019-06-17BaseTools:Introduce CopyFileOnChange() function to copy cache filesShi, Steven1-5/+5
2019-06-17BaseTools: Cannot store library cache of different arch togetherShi, Steven1-0/+21
2019-06-17BaseTools:Build cache cannot store the cache files for library packageShi, Steven1-1/+4
2019-06-10BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian2-2/+10
2019-06-10BaseTools: Add a checking for Sources section in INF fileRodriguez, Christian1-0/+38
2019-05-31BaseTools:Update binary cache restore time to current timeSteven Shi1-2/+2
2019-05-31BaseTools:Extend the binary cache to support library cacheSteven Shi1-0/+6
2019-05-27BaseTools:Change the path of the file that Binary CacheFan, ZhijuX1-2/+2
2019-05-21BaseTools: Library hashing fix and optimization for --hash featureRodriguez, Christian1-13/+40
2019-05-21BaseTools: Fix private includes for FILE_GUID overrideMichael D Kinney1-1/+1
2019-04-28BaseTools: Support customized compiling commandBob Feng1-1/+6
2019-04-22BaseTools:fixed the incorrect autogen makefile which cause build failure.Fan, ZhijuX1-8/+7
2019-04-22BaseTools: Enhance Bin Cache database to support save the cacheRodriguez, Christian1-8/+7
2019-04-16BaseTools:Enable the /MP option of MSVC compilerFan, ZhijuX1-7/+77
2019-04-10BaseTools: Fix corner-cases of --hash featureChristian Rodriguez1-3/+3
2019-04-10BaseTools: Fix corner-cases of --hash featureRodriguez, Christian1-3/+13
2019-04-10BaseTools: Fix corner-cases of --hash featureRodriguez, Christian1-8/+9
2019-04-10BaseTools: Fix corner-cases of --hash featureRodriguez, Christian1-0/+14
2019-04-10BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-91/+13
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-12/+1
2019-03-15BaseTools: Explicitly close files after readlinesmjohn41-1/+2
2019-03-15BaseTool/Build: Add --disable-include-path-check.Jiewen Yao1-7/+8
2019-02-28Revert "BaseTools:BaseTools supports to the driver combination."Liming Gao1-27/+5
2019-02-22BaseTools:Build fail if define [DEPEX] in library infFan, ZhijuX1-2/+8
2019-02-22BaseTool: Fixed incremental rebuild issue.Feng, Bob C1-8/+8
2019-02-22BaseTool/GenC: Fix build error when type is BASE or USER_DEFINED.Jiewen Yao1-27/+29
2019-02-20BaseTools:Fixed build failure when specifying multiple BUILDTARGETFan, ZhijuX1-1/+1
2019-02-20BaseTools:BaseTools supports to the driver combination.Fan, ZhijuX1-5/+27
2019-02-19BaseTools: Fixed a bug in Vpd handlingFeng, Bob C1-1/+1
2019-02-14BaseTools: Various typoAntoine Coeur6-37/+37
2019-02-07BaseTools: Fix build failure when specifying multiple BUILDTARGETPhilippe Mathieu-Daud?1-1/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C9-65/+73
2019-02-01BaseTools: the list and iterator translationFeng, Bob C5-26/+26
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan2-5/+5
2019-02-01BaseTools: Make sure AllPcdList valid.Feng, Bob C1-2/+3
2019-02-01Basetools: It went wrong when use os.linesepZhijux Fan2-7/+7
2019-02-01BaseTools:Similar to octal data rectificationZhijux Fan1-0/+2
2019-02-01BaseTools: replace long by intYunhua Feng1-2/+2
2019-02-01BaseTools: Remove unnecessary super functionYunhua Feng1-5/+0