Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -4,4 +4,4 @@ build.xml
local.properties
proguard-project.txt
project.properties
default.properties
default.properties

View File

@@ -1963,4 +1963,4 @@ public class ImgprocTest extends OpenCVTestCase {
assertMatEqual(truth, markers);
}
}
}

View File

@@ -162,4 +162,3 @@ if __name__ == '__main__':
print "Not tested methods found:", len(funcs)
print "Total tests found:", parser.get_tests_count()
print "Empty test stubs found:", parser.get_empty_stubs_count()

View File

@@ -1485,4 +1485,3 @@ if __name__ == "__main__":
#print "Generating module '" + module + "' from headers:\n\t" + "\n\t".join(srcfiles)
generator = JavaWrapperGenerator()
generator.gen(srcfiles, module, dstdir)

View File

@@ -30,4 +30,4 @@
# pragma warning(disable:4800 4244)
#endif
#endif //__JAVA_COMMON_H__
#endif //__JAVA_COMMON_H__

View File

@@ -12,4 +12,4 @@ void cv::setErrorVerbosity(bool verbose)
cv::redirectError(0);
else
cv::redirectError((cv::ErrorCallback)quietCallback);
}
}

View File

@@ -63,4 +63,4 @@ JNI_OnUnload(JavaVM*, void*)
//do nothing
}
} // extern "C"
} // extern "C"

View File

@@ -158,4 +158,4 @@ JNIEXPORT void JNICALL Java_org_opencv_android_Utils_nMatToBitmap
} // extern "C"
#endif //__ANDROID__
#endif //__ANDROID__

View File

@@ -4,4 +4,4 @@ import os
import shutil
for f in os.listdir("."):
shutil.copyfile(f, os.path.join("../../../../../../modules/java/generator/src/java/", "android+" + f));
shutil.copyfile(f, os.path.join("../../../../../../modules/java/generator/src/java/", "android+" + f));

View File

@@ -30,4 +30,4 @@ interface OpenCVEngineInterface
* @return Returns names of OpenCV libraries, separated by semicolon.
*/
String getLibraryList(String version);
}
}