summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu2018-10-211-4/+4
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-151-0/+4
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-55/+52
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-131-0/+4
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-11/+14
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-1/+1
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-16/+16
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-16/+14
* BaseTools: remove the super() function argumentYunhua Feng2018-10-131-6/+6
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-261-1/+2
* BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao2018-09-261-1/+1
* BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben2018-09-201-33/+25
* BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben2018-09-201-41/+28
* BaseTools: Refactor PlatformAutoGenCarsey, Jaben2018-09-201-331/+272
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-121-1/+6
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-121-0/+1
* BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2018-08-301-2/+2
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-4/+4
* BaseTools: AutoGen.py remove unused importCarsey, Jaben2018-08-291-1/+0
* BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX2018-08-231-3/+3
* BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX2018-08-211-1/+1
* BaseTools: AutoGen refactor to iterate lessJaben Carsey2018-08-201-62/+56
* BaseTools: AutoGen - tag a function as cachableJaben Carsey2018-08-201-24/+22