opencv/modules/core
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux.
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether.  Opencv has migrated
away on Linux already, but #includes were left lingering.  This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
2015-01-13 01:52:56 +01:00
..
doc Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
include/opencv2 Merge pull request #3549 from mshabunin:sphinx-doc-remove 2014-12-31 09:14:22 +00:00
perf move CUDA core tests to core module 2014-12-23 17:42:49 +03:00
src Get rid of sysctl includes on Linux. 2015-01-13 01:52:56 +01:00
test refactor CV_CUDA_TEST_MAIN, use CV_TEST_MAIN for it 2014-12-23 17:43:14 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00