summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-4218/+46
* BaseTools: Add functions to get platform scope build optionsFeng, Bob C2019-08-091-1/+9
* BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functionsFeng, Bob C2019-08-091-87/+143
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-091-30/+3
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-121-3/+3
* BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng2019-07-121-3/+6
* BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C2019-07-101-2/+5
* BaseTools: Fix various typosAntoine Cœur2019-07-081-2/+2
* BaseTools: Move Build Cache related function out of CreateAsBuiltInfBob Feng2019-06-251-31/+37
* BaseTools: refine CreateAsBuiltInf functionBob Feng2019-06-251-4/+1
* BaseTools:Introduce CopyFileOnChange() function to copy cache filesShi, Steven2019-06-171-5/+5
* BaseTools: Cannot store library cache of different arch togetherShi, Steven2019-06-171-0/+21
* BaseTools:Build cache cannot store the cache files for library packageShi, Steven2019-06-171-1/+4
* BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian2019-06-101-2/+4
* BaseTools:Update binary cache restore time to current timeSteven Shi2019-05-311-2/+2
* BaseTools:Extend the binary cache to support library cacheSteven Shi2019-05-311-0/+6
* BaseTools:Change the path of the file that Binary CacheFan, ZhijuX2019-05-271-2/+2
* BaseTools: Library hashing fix and optimization for --hash featureRodriguez, Christian2019-05-211-13/+40
* BaseTools: Fix private includes for FILE_GUID overrideMichael D Kinney2019-05-211-1/+1
* BaseTools: Enhance Bin Cache database to support save the cacheRodriguez, Christian2019-04-221-8/+7
* BaseTools: Fix corner-cases of --hash featureRodriguez, Christian2019-04-101-3/+13
* BaseTools: Fix corner-cases of --hash featureRodriguez, Christian2019-04-101-8/+9
* BaseTools: Fix corner-cases of --hash featureRodriguez, Christian2019-04-101-0/+14
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-12/+1
* BaseTool/Build: Add --disable-include-path-check.Jiewen Yao2019-03-151-7/+8
* BaseTools:Build fail if define [DEPEX] in library infFan, ZhijuX2019-02-221-2/+8
* BaseTools:Fixed build failure when specifying multiple BUILDTARGETFan, ZhijuX2019-02-201-1/+1
* BaseTools: Fixed a bug in Vpd handlingFeng, Bob C2019-02-191-1/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-19/+19
* BaseTools: Fix build failure when specifying multiple BUILDTARGETPhilippe Mathieu-Daud?2019-02-061-1/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-22/+20
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-13/+13
* BaseTools: change the Division OperatorZhijux Fan2019-02-011-1/+1
* BaseTools: Make sure AllPcdList valid.Feng, Bob C2019-02-011-2/+3
* Basetools: It went wrong when use os.linesepZhijux Fan2019-02-011-5/+5
* BaseTools: Remove unnecessary super functionYunhua Feng2019-02-011-5/+0
* BaseTools/AutoGen: move functionsCarsey, Jaben2019-01-211-5/+72
* BaseTools:build break if the Path contains SingleFile.ExtFan, ZhijuX2019-01-211-1/+1
* BaseTools: Fix incorrect formatting of GenFds command dictionaryFelix Polyudov2019-01-211-1/+51
* BaseTools:Build fail when PCD use in the [DEPEX] section of INF filesFan, ZhijuX2019-01-211-2/+2
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-81/+12
* BaseTools: fix importsCarsey, Jaben2019-01-101-4/+2
* BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C2018-12-151-4/+12
* BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX2018-12-071-0/+4
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-27/+27
* BaseTools: Check the max size for string PCD.Zhao, ZhiqiangX2018-11-021-0/+7
* BaseTools: Add checking to EFI variable attribute.Feng, Bob C2018-11-021-0/+2
* BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu2018-10-251-0/+7
* BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2018-10-241-1/+1