audk/BaseTools/Source/Python/Common
Marvin.Haeuser@outlook.com 5a57246eab BaseTools: Rename String to StringUtils.
For case-insensitive file systems, edk2 String.py collides with the
Python string.py, which results in build errors. This,for example,
applies to building via the Windows Subsystem for Linux from a
DriveFS file system. This patch renames String to StringUtils to
prevent conflicts for case-insensitive file systems.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-05-28 13:05:00 +08:00
..
BuildToolError.py BaseTools: PcdDataBase Optimization for multiple SkuIds 2017-12-25 11:05:47 +08:00
BuildVersion.py
DataType.py BaseTools: remove unused variable 2018-05-04 13:07:54 +08:00
Database.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
EdkLogger.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
Expression.py BaseTools: use set instead of list 2018-05-04 13:07:57 +08:00
GlobalData.py BaseTools: GenFds - simplify testing for Hex number 2018-04-26 14:44:35 +08:00
Identification.py
LongFilePathOs.py BaseTools: loop to retry remove when it fails. 2018-05-28 09:16:03 +08:00
LongFilePathOsPath.py
LongFilePathSupport.py
Misc.py BaseTools: dont make iterator into list if not needed 2018-05-04 13:08:09 +08:00
MultipleWorkspace.py
Parsing.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
PyUtility.pyd
RangeExpression.py BaseTools: use set instead of list 2018-05-04 13:07:57 +08:00
StringUtils.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TargetTxtClassObject.py BaseTools: remove uncalled functions 2018-04-10 10:00:00 +08:00
ToolDefClassObject.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
VariableAttributes.py
VpdInfoFile.py BaseTools: move PCD size calculation functions to PcdClassObject 2018-05-04 13:03:05 +08:00
__init__.py