- 02 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 27 Feb, 2015 2 commits
-
-
Vladislav Vinogradov authored
previous implementation was not thread/stream safe, since it used constant memory new implementation doesn't use any global objects, so it is thread/stream safe
-
Vladislav Vinogradov authored
move hog::set_up_constants from constructor to compute method if user changed CUDA device between constructor and computation, some variables were uninitialized
-
- 25 Feb, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
StevenPuttemans authored
-
Vladislav Vinogradov authored
-
- 24 Feb, 2015 7 commits
-
-
Alexander Smorkalov authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Smorkalov authored
-
- 23 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 22 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Feb, 2015 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 20 Feb, 2015 16 commits
-
-
Alexander Nitsch authored
This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
Andrey Pavlenko authored
-
Roman Donchenko authored
Everything else depends on it, after all.
-
Roman Donchenko authored
-
Roman Donchenko authored
Which also happens to align the non-Debian specific variables with the ones used by upstream CMake.
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
StevenPuttemans authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
It's pretty much a simplified copy of the Linux script, lacking fancy colors. Also, I had to drop Python testing, because it's not easy to pass the Python module location to the script, and I have no pressing need to run the Python tests at the moment.
-
- 19 Feb, 2015 2 commits
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205.
-
Vadim Pisarevsky authored
-
- 18 Feb, 2015 2 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-