-
- Downloads
ENH: Remove double underscore in header guards (.txx & __otb*_h form)
Used the following command: find . \( -iname *.txx -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_txx/otb$1_txx/g;' {} \; find . \( -iname *.h -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_h/otb$1_h/g;' {} \; Fixes many, but not all, clang -Wreserved-id-macro warnings.
Showing
- Modules/Adapters/BoostAdapters/include/otbBoostDox.h 3 additions, 3 deletionsModules/Adapters/BoostAdapters/include/otbBoostDox.h
- Modules/Adapters/BoostAdapters/include/otbJoinContainer.h 3 additions, 3 deletionsModules/Adapters/BoostAdapters/include/otbJoinContainer.h
- Modules/Adapters/CurlAdapters/include/otbCurlHelper.h 2 additions, 2 deletionsModules/Adapters/CurlAdapters/include/otbCurlHelper.h
- Modules/Adapters/CurlAdapters/include/otbCurlHelperInterface.h 2 additions, 2 deletions...es/Adapters/CurlAdapters/include/otbCurlHelperInterface.h
- Modules/Adapters/CurlAdapters/include/otbCurlHelperStub.h 2 additions, 2 deletionsModules/Adapters/CurlAdapters/include/otbCurlHelperStub.h
- Modules/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h 2 additions, 2 deletions...les/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h
- Modules/Adapters/GdalAdapters/include/otbGeometriesSet.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbGeometriesSet.h
- Modules/Adapters/GdalAdapters/include/otbGeometriesSource.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbGeometriesSource.h
- Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h 3 additions, 3 deletions...rs/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
- Modules/Adapters/GdalAdapters/include/otbImageReference.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbImageReference.h
- Modules/Adapters/GdalAdapters/include/otbOGR.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbOGR.h
- Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h 3 additions, 3 deletions...s/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
- Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.txx 3 additions, 3 deletions...Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.txx
- Modules/Adapters/GdalAdapters/include/otbOGRDriversInit.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbOGRDriversInit.h
- Modules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h
- Modules/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.txx 3 additions, 3 deletions...es/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.txx
- Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h
- Modules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.txx 3 additions, 3 deletionsModules/Adapters/GdalAdapters/include/otbOGRFieldWrapper.txx
- Modules/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h 3 additions, 3 deletions...s/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h
- Modules/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h 3 additions, 3 deletions...les/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h
Loading
Please register or sign in to comment