Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -0/+885 |
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> |