]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/CMakeLists.txt
Remove debug printf
[hercules2020/kcf.git] / src / CMakeLists.txt
2018-10-19 Michal SojkaMerge rotation branch
2018-10-12 Michal SojkaRemove unused functions
2018-10-11 Michal SojkaAdd NVTX markers to the code
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-09-30 Michal Sojkacmake: Compile CUDA version without intermediate kcfcud...
2018-09-25 Michal SojkaFix OpenMP linking
2018-09-25 Michal SojkaSimplify Fftw::init()
2018-09-25 Michal Sojkacmake: Do not use deprecated feature
2018-09-25 Michal SojkaImprove CMake option description
2018-09-24 Michal SojkaIgnore clang warning about __VA_ARGS__ in all kcf library
2018-09-24 Michal SojkaAllow using debug functions in other files than kcf.cpp
2018-09-22 Michal SojkaAdd simple tracing facility
2018-09-20 Michal SojkaFix and simplify CUDA linking
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-17 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-14 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-14 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-14 Michal Sojkatravis: Build only for one GPU architecture
2018-09-13 ShanigenMerge branch 'master' into rotation
2018-09-13 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-13 Michal SojkaAllow CUDA autodetection with cmake < 3.7
2018-09-13 Michal SojkaAutodetect CUDA architecture
2018-09-12 Michal SojkaMerge README update
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-11 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-11 ShanigenIntegration of ThredCTX to rotation.
2018-09-10 Michal SojkaDo not force CUDA_HOST_COMPILER to g++
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenMinor CMake correction for CUDA versions
2018-09-10 ShanigenAdded DynMem class
2018-09-08 Michal SojkaDo not force CUDA_HOST_COMPILER to g++
2018-09-07 ShanigenStreamlined ThreadCtx
2018-09-07 ShanigenMinor CMake correction for CUDA versions
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenAdded DynMem class
2018-09-07 ShanigenMoved omp pragmas declaration to seperate file
2018-09-07 ShanigenCMake cleanup
2018-09-05 ShanigenWork done so far on CUDA streams
2018-09-05 ShanigenRemoved OpenCV_CuFFT version
2018-09-05 ShanigenModified CMAKE
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-07-23 ShanigenRestored CUDA_DEBUG mode, which now enables more thorou...
2018-07-23 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 Michal SojkaRemove CUDA_DEBUG option
2018-07-18 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 Michal Sojkacmake: Use pkg-config to find FFTW library
2018-05-23 ShanigenAdded non-template version of the ComplexMat class...
2018-05-12 ShanigenModified parallel version of Fftw use POSIX threads...
2018-05-09 ShanigenAdded sanity check to prevent combining OpenCV version...
2018-05-09 ShanigenAdded sanity check for cuFFT version, which prevents...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigenPrepare using cuFFT
2018-03-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-12 ShanigenAdded cmake modification for fftw async.
2018-03-11 Michal SojkaIntroduce FFT abstraction and move implementation to...
2018-03-07 Michal Sojkacmake: Move big part of cmake logic to src/
2018-03-06 Michal Sojkacmake: Find CUDA before going into src
2018-03-05 Michal SojkaPass proper compiler options for cufftw compilation
2018-02-22 Michal SojkaReindent and replace tabs with spaces
2018-02-19 ShanigenMerge pull request #1 from Shanigen/FFTW
2017-12-31 ShanigenFFTs are working but IFFT is not. Also added some more...
2017-12-17 ShanigenAdded some control macros.
2017-12-15 ShanigenUpdated cmake. Now you can enable visualization of...
2017-12-14 ShanigenShould be able to compile the program everywhere now...
2016-08-09 Tomas Vojiradded color name features
2015-03-05 vojirtom- inital commit