summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-02-09documents fixedhuifang1-3/+3
2018-01-31v0.5.0huifang1-1/+5
2017-11-24updata Makefileguohuijiang12341-3/+0
2017-11-07modify makefileguohuijiang12341-8/+20
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui1-4/+45
2017-02-16version bump: rc5Evan Shelhamer1-1/+1
2017-02-08make: bump version to rc4Evan Shelhamer1-1/+1
2017-01-06Switched multi-GPU to NCCLCyprien Noel1-0/+6
2016-11-21Checks inside Xcode for latest OSX SDK (#4840)Zylphrex1-3/+3
2016-08-18[build] set default BLAS include for OS X 10.11Evan Shelhamer1-1/+4
2016-05-13Fix Makefile CUDA_VERSION extraction on OSX YosemiteYale Song1-1/+1
2016-04-30fix grep in CUDA version detection to accomodate OSX's grep (and other grep t...Sheng Zha1-1/+1
2016-03-15Update Makefile: Changed MKL_DIR to MKLROOTJacekR1-3/+3
2016-02-20Merge pull request #3696 from shelhamer/fix-osx-install-nameEvan Shelhamer1-3/+2
2016-02-20Fix OSX El Capitan CUDA incompatibility, by adding lib to rpathMohamed Ezz1-0/+10
2016-02-20fix library install name on OSX for relative path linkingEvan Shelhamer1-3/+2
2016-01-29Merge pull request #3587 from junshi15/distribute_protoEvan Shelhamer1-0/+2
2016-01-29use relative paths on making build/tools/ linksgdh19951-1/+1
2016-01-22Merge pull request #3311 from lukeyeager/bvlc/versioningEvan Shelhamer1-9/+21
2016-01-22Version 1.0.0-rc3Luke Yeager1-9/+21
2016-01-22copy proto to distribute directoryJun Shi1-0/+2
2016-01-21Add makefile config option for linking Python 3 librariesRobbie Cooper1-1/+1
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-11-10Merge pull request #3127 from lukeyeager/install-lib-permissionsEvan Shelhamer1-1/+1
2015-11-10Replace unistd functions with cross platform counterpartsTea1-1/+1
2015-10-22Merge pull request #3186 from lionleaf/makefile_opencv_imgcodecsRonghang Hu1-1/+6
2015-10-22Add opencv_imgcodecs to library path in MakefileAndreas Løve Selvik1-1/+6
2015-09-28Install libs as non-executable filesLuke Yeager1-1/+1
2015-09-25Add ALLOW_LMDB_NOLOCK build optionLuke Yeager1-0/+3
2015-09-19[build] check xcode command line tools version >= 6Evan Shelhamer1-2/+3
2015-09-17[build] include IO dependencies by defaultEvan Shelhamer1-1/+6
2015-09-17Separate IO dependenciesTea1-4/+24
2015-08-14New make target to only build the library.Cyprien Noel1-2/+4
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...philkr1-2/+2
2015-05-29Fix automatic header file dependency for MatCaffeRonghang Hu1-1/+4
2015-05-29Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_allRonghang Hu1-21/+4
2015-05-29MatCaffe3 : a powerful matlab interface for caffeRonghang Hu1-1/+21
2015-04-30Merge pull request #2369 from jeffdonahue/makefile-link-bugfixJeff Donahue1-2/+6
2015-04-30Makefile bugfix: OTHER_BUILD_DIR name set incorrectly when empty due toJeff Donahue1-2/+6
2015-04-24clarify Makefile.config checkJonathan L Long1-1/+2
2015-04-17Abort Makefile parsing if the configuration file cannot be found.Felix Abecassis1-0/+3
2015-04-17set default DISTRIBUTE_DIR -- fix #2328Evan Shelhamer1-0/+1
2015-03-29Check if CPU_ONLY is set when determining CUDA versionsmall-yellow-duck1-6/+8
2015-02-24Merge pull request #1960 from gustavla/makefile_fixJon Long1-1/+2
2015-02-24Makefile fix for OS X 10.10Sergey Karayev1-1/+1
2015-02-24Replaced illegal tab in Makefile with spaces.Gustav Larsson1-1/+2
2015-02-20check caffe tool runs in runtestEvan Shelhamer1-0/+1
2015-02-20[build] fix dynamic linking of toolsEvan Shelhamer1-1/+6
2015-02-19[build] fix rpath for examplesEvan Shelhamer1-1/+1
2015-02-17[make] link libcaffe.so before dependenciesJonathan L Long1-2/+2