summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-4218/+46
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C1-1/+9
2019-08-09BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functionsFeng, Bob C1-87/+143
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C1-30/+3
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao1-3/+3
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, Christian1-2/+4
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-22BaseTools: Enhance Bin Cache database to support save the cacheRodriguez, Christian1-8/+7
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-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-12/+1
2019-03-15BaseTool/Build: Add --disable-include-path-check.Jiewen Yao1-7/+8
2019-02-22BaseTools:Build fail if define [DEPEX] in library infFan, ZhijuX1-2/+8
2019-02-20BaseTools:Fixed build failure when specifying multiple BUILDTARGETFan, ZhijuX1-1/+1
2019-02-19BaseTools: Fixed a bug in Vpd handlingFeng, Bob C1-1/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-19/+19
2019-02-06BaseTools: Fix build failure when specifying multiple BUILDTARGETPhilippe Mathieu-Daud?1-1/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-22/+20
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-13/+13
2019-02-01BaseTools: change the Division OperatorZhijux Fan1-1/+1
2019-02-01BaseTools: Make sure AllPcdList valid.Feng, Bob C1-2/+3
2019-02-01Basetools: It went wrong when use os.linesepZhijux Fan1-5/+5
2019-02-01BaseTools: Remove unnecessary super functionYunhua Feng1-5/+0
2019-01-21BaseTools/AutoGen: move functionsCarsey, Jaben1-5/+72
2019-01-21BaseTools:build break if the Path contains SingleFile.ExtFan, ZhijuX1-1/+1
2019-01-21BaseTools: Fix incorrect formatting of GenFds command dictionaryFelix Polyudov1-1/+51
2019-01-21BaseTools:Build fail when PCD use in the [DEPEX] section of INF filesFan, ZhijuX1-2/+2
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-81/+12
2019-01-10BaseTools: fix importsCarsey, Jaben1-4/+2
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C1-4/+12
2018-12-07BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX1-0/+4
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-27/+27
2018-11-02BaseTools: Check the max size for string PCD.Zhao, ZhiqiangX1-0/+7
2018-11-02BaseTools: Add checking to EFI variable attribute.Feng, Bob C1-0/+2
2018-10-25BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu1-0/+7
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x1-1/+1