audk/BaseTools/Source/Python/Common
Carsey, Jaben 6e6d767edf BaseTools: use built in OrderedDict instead of custom version.
We dont use any feature added by custom dictionary class.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-04-08 14:50:17 +08:00
..
BuildToolError.py BaseTools: PcdDataBase Optimization for multiple SkuIds 2017-12-25 11:05:47 +08:00
BuildVersion.py
DataType.py BaseTools: Support Structure PCD value inherit between the different SKUs 2017-12-25 11:05:47 +08:00
Database.py
DecClassObject.py BaseTools: cleanup class heirarchy 2018-03-30 09:17:30 +08:00
Dictionary.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
DscClassObject.py BaseTools: use built in OrderedDict instead of custom version. 2018-04-08 14:50:17 +08:00
EdkIIWorkspace.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
EdkIIWorkspaceBuild.py BaseTools: use built in OrderedDict instead of custom version. 2018-04-08 14:50:17 +08:00
EdkLogger.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
Expression.py BaseTools: use in to compare single chars 2018-03-30 09:16:27 +08:00
FdfClassObject.py BaseTools: cleanup class heirarchy 2018-03-30 09:17:30 +08:00
FdfParserLite.py BaseTools: make static functions when self is not needed 2018-04-03 17:38:42 +08:00
GlobalData.py BaseTools: GlobalData Add a regular expression for a hex number 2018-03-29 10:17:46 +08:00
Identification.py
InfClassObject.py BaseTools: cleanup class heirarchy 2018-03-30 09:17:30 +08:00
LongFilePathOs.py
LongFilePathOsPath.py
LongFilePathSupport.py
MigrationUtilities.py
Misc.py BaseTools: remove loop and variables. 2018-03-30 09:17:09 +08:00
MultipleWorkspace.py BaseTools: Fix the bug to correctly handle the [BuildOptions] 2016-04-15 08:41:21 +08:00
Parsing.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
PyUtility.pyd
RangeExpression.py BaseTools: remove local hex number regular expression 2018-03-29 16:26:38 +08:00
String.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
TargetTxtClassObject.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
ToolDefClassObject.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
VariableAttributes.py
VpdInfoFile.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
__init__.py