Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -3/+3 |
| | | | | | | | | | | replace "== None" with "is None" and "!= None" with "is not None" Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@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> | ||||
* | Sync BaseTools Branch (version r2271) to EDKII main trunk. | lgao4 | 2011-08-26 | 1 | -0/+311 |
BaseTool Branch: https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/branches/Releases/BaseTools_r2100 Signed-off-by: lgao4 Reviewed-by: hchen30 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12214 6f19259b-4bc3-4df7-8a09-765794883524 |