summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2016-08-18make cmake find cuDNN on Mac OSTianwei Shen1-4/+11
2016-08-18Merge pull request #3272 from ixartz/masterEvan Shelhamer1-0/+6
2016-08-18Merge pull request #4247 from jklontz/masterEvan Shelhamer1-3/+4
2016-08-03Merge pull request #4516 from intelfx/BVLC-workJon Long1-1/+1
2016-07-26Fix search for Atlas on arch.Hans Gaiser1-3/+3
2016-07-25CMake: link with ${HDF5_HL_LIBRARIES}Ivan Shapovalov1-1/+1
2016-05-31Fix vecLib search order for clients with both the old vecLib framework and th...Josh Klontz1-3/+4
2016-03-01- doc and cmake update MKL relatedJacek Czaja1-1/+1
2016-02-24CMake: Do not include "${PROJECT_BINARY_DIR}/include" with SYSTEM optionNiels Ole Salscheider1-1/+1
2016-02-11Merge pull request #3451 from intelcaffe/cmake-clang-fixEvan Shelhamer1-9/+10
2016-02-09bugfix for incorrect behaviour in caffe_parse_linker_libs function while extr...Abhijit Kundu1-2/+3
2016-01-22Version 1.0.0-rc3Luke Yeager1-1/+1
2016-01-06CMake python version fixphilkr1-2/+2
2015-12-14- Fix to cmake build for clangJacek Czaja1-9/+10
2015-11-13Display and store cuDNN version numbers during cmake.Balint Cristian2-3/+32
2015-11-10OSX 10.10 (and more) use Accelerate Framework instead of veclibixartz1-0/+6
2015-11-10Replace unistd functions with cross platform counterpartsTea1-1/+1
2015-11-09Merge pull request #3308 from cassinaj/masterRonghang Hu1-1/+1
2015-10-20Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolockJon Long4-3/+11
2015-10-19Qualify messages issued by CMake when CUDA is unavailableT.E.A de Souza1-2/+2
2015-10-05minor typo fixJan Issac1-1/+1
2015-09-25Add ALLOW_LMDB_NOLOCK build optionLuke Yeager4-0/+8
2015-09-25Re-ordering some lines in build filesLuke Yeager2-3/+3
2015-09-17Separate IO dependenciesTea5-32/+70
2015-09-01Merge pull request #2990 from mattdawkins/add-openblas-pathJeff Donahue1-0/+2
2015-09-01Cleanup: Fixup capitalisation of Caffe_POSTFIX.Darren Garvey1-2/+2
2015-08-27Add extra openblas search pathMatt Dawkins1-0/+2
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...philkr1-4/+5
2015-07-07Fix CMake typosLuke Yeager11-23/+23
2015-05-29Merge pull request #2240 from nsubtil/cmake-build-dependenciesEvan Shelhamer4-2/+118
2015-05-15minor fix in cmake.config generation - do not force client libs to include nu...Anatoly Baksheev1-0/+11
2015-04-29minor cmake fix - now Caffe complains when cmake is executed if glog/gflags a...Anatoly Baksheev2-2/+2
2015-04-01Build gflags and glog through CMake if not found in the systemNuno Subtil4-2/+118
2015-03-07Update leveldb include variable name to match FindLevelDB.cmakeCharles Otto1-1/+1
2015-03-06Merge pull request #2059 from philkr/python_layer_cmakeEvan Shelhamer1-0/+5
2015-03-06Making python layer work with cmakephilkr1-0/+5
2015-03-05Adding correct hdf5 pathphilkr1-1/+1
2015-02-24Merge pull request #1923 from philkr/python3_masterJon Long1-6/+33
2015-02-24Making python3 work with cmake and the new python wrapperphilkr1-6/+33
2015-02-22minor cmake sumamry log fixAnatoly Baksheev1-2/+4
2015-02-22set proper CMAKE_INSTALL_RPATH for _caffe.so and toolsAnatoly Baksheev1-0/+5
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr7-26/+26
2015-02-16cmake 2.8.7. supportAnatoly Baksheev7-87/+118
2015-02-16opencv 3.0 compilation (replace #1714)Anatoly Baksheev1-1/+3
2015-02-16improve CMake buildAnatoly Baksheev24-0/+2195