- 06 May, 2014 2 commits
-
-
GregoryMorse authored
Update system.cpp Update system.cpp Update system.cpp Update matching.cpp Update matching.cpp
-
GregoryMorse authored
Update system.cpp Update system.cpp Update ocl.cpp Update matching.cpp Update ocl.cpp Update matching.cpp
-
- 17 Apr, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 08 Apr, 2014 1 commit
-
-
Aaron Kunze authored
-
- 07 Apr, 2014 1 commit
-
-
vbystricky authored
-
- 03 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 26 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Jan, 2014 1 commit
-
-
Drew Jetter authored
Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
-
- 30 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 22 Dec, 2013 1 commit
-
-
GregoryMorse authored
Add native C++ support
-
- 16 Dec, 2013 1 commit
-
-
Roman Donchenko authored
-
- 11 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 10 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2013 1 commit
-
-
GregoryMorse authored
Cleaned up to use the preferred namespace code. This can be further simplified by using the HString/HStringReference classes from wrl\wrappers\corewrappers.h
-
- 03 Dec, 2013 1 commit
-
-
Séverin Lemaignan authored
-
- 02 Dec, 2013 1 commit
-
-
Séverin Lemaignan authored
-
- 25 Nov, 2013 1 commit
-
-
GregoryMorse authored
Fixed to use native C++ instead of C++/CX although it does require significantly more code, it goes along with the spirit of keeping the project in native C++ Update system.cpp Cleaned up whitespace, removed redundant code and added edge cases for string cleanup Update system.cpp Fixed compiler warning over comma operator clause Update system.cpp NULL initialization Update system.cpp Fixed use of WindowsGetStringRawBuffer which returns internal pointer to buffer Update system.cpp Support C++/CX and native C++ through conditional compilation. Fixed style - long lines, comma operators, long conditional. Optimized string usage to use reference. Update system.cpp Fixed conditional compilation around include and library Update system.cpp Fixed trailing space Update system.cpp Cleaned up whitespace, removed redundant code and added edge cases for string cleanup Update system.cpp Fixed compiler warning over comma operator clause Update system.cpp NULL initialization Update system.cpp Fixed use of WindowsGetStringRawBuffer which returns internal pointer to buffer Update system.cpp Support C++/CX and native C++ through conditional compilation. Fixed style - long lines, comma operators, long conditional. Optimized string usage to use reference. Update system.cpp Fixed conditional compilation around include and library Update system.cpp Fixed trailing space
-
- 22 Nov, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 22 Oct, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
-
Vadim Pisarevsky authored
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 21 Aug, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 02 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
WITH_WINRT -> ENABLE_WINRT_MODE; Some temporary char* replaced with Ptr<char>; Build fix for regular WIN32; Windows Platform SDK and MSVC search added to cmake; Warinig fixes.
-
- 31 Jul, 2013 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Additional CMAKE flag WITH_WINRT added.
-
- 26 Jul, 2013 1 commit
-
-
Roman Donchenko authored
Also, removed needless check of BUILD_SHARED_LIBS in core; in that case, only the current module's library type matters.
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all.
-
- 01 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 12 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-