summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Merge pull request #1050 from jeffdonahue/linecount-moreJeff Donahue1-1/+3
2014-09-08Merge pull request #1044 from jeffdonahue/no-tmpnamJeff Donahue1-1/+7
2014-09-08linecount counts more dirs than just src/Jeff Donahue1-1/+3
2014-09-07add cuDNN to buildEvan Shelhamer1-1/+8
2014-09-07add <cuda>/lib64 only if exists to suppress linker warningsJeff Donahue1-1/+7
2014-09-03[docs] configure doxygen + docs script for docs/doxygen site outputEvan Shelhamer1-1/+3
2014-09-03add "make {docs,doxygen}" targets to build doxygen-generated docsJeff Donahue1-1/+25
2014-08-31[pycaffe] split _caffe into source and header filesJonathan L Long1-1/+2
2014-08-30remove residual pthread references, but restore in build for gtestEvan Shelhamer1-2/+2
2014-08-30Makefile: fix boost::thread linking, drop pthread, sortEvan Shelhamer1-13/+17
2014-08-29Replace pthread with boost::threadKai Li1-1/+1
2014-08-17cmake build systemAdam Kosiorek1-2/+2
2014-08-12lint targets should depend on the lint script itselfJeff Donahue1-2/+3
2014-08-09Distribute the generated proto header filesKai Li1-0/+2
2014-08-04Add "lintclean" target to remove current lint outputs -- forces lint toJeff Donahue1-1/+4
2014-07-29link OpenBLAS as blasEvan Shelhamer1-1/+1
2014-07-29Fix choice MKL directory from Makefile.configTANGUY Arnaud1-1/+1
2014-07-28make "all" the default targetEvan Shelhamer1-2/+2
2014-07-27Symlink to tool bins without the .bin extensionJeff Donahue1-1/+8
2014-07-24Merge pull request #776 from Yangqing/sweepYangqing Jia1-2/+2
2014-07-23add gflags dependency to caffe.Yangqing Jia1-2/+2
2014-07-22Use the same CXX for matcaffe as for the rest of the buildRoss Girshick1-0/+1
2014-07-19add an "everything" target to make for comprehensive build testingJonathan L Long1-1/+3
2014-07-17switch travis build to CPU-only flag, drop runtestnogpu targetEvan Shelhamer1-4/+1
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-5/+7
2014-07-17add guards to drop GPU code in CPU-only modeEvan Shelhamer1-1/+1
2014-07-17configure Makefile for CPU-only buildEvan Shelhamer1-3/+13
2014-07-15Fix Makefile warning error message.Jeff Donahue1-1/+1
2014-07-15fix choice of clang++ in OS X buildEvan Shelhamer1-1/+1
2014-07-14fix bug that breaks MATLAB 2014a compilationRoss Girshick1-2/+2
2014-07-14Replace CUSTOM_CXX env var to specify non-default C++ compiler.Jeff Donahue1-0/+5
2014-07-14fix Makefile comment about library namesEvan Shelhamer1-1/+1
2014-07-14Travis build failure wasn't working for lint/warn because they didn'tJeff Donahue1-8/+10
2014-07-14-Override the default compiler by specifying a CXX inJeff Donahue1-11/+6
2014-07-14Move test headers to include/.Jeff Donahue1-3/+6
2014-07-09makefile hotfixJeff Donahue1-11/+11
2014-07-09fix bug introduced by warning logs: errors didn't print because theyJeff Donahue1-11/+22
2014-07-09Makefile: cleanup lint/warn report logic (and make the two more consistent)Jeff Donahue1-49/+50
2014-07-08Output a lint report for every source file linted; use to lintJeff Donahue1-7/+20
2014-07-08Dump compiler warnings to *.warnings.txt; use "make warn" to print themJeff Donahue1-12/+56
2014-07-08Don't make clean when running linecountJeff Donahue1-1/+1
2014-07-03customize compiler setting in Makefile.configEvan Shelhamer1-0/+5
2014-06-28Fix building tests with parallel makeJames Thewlis1-3/+12
2014-06-27Test for im2col kernelJames Thewlis1-3/+11
2014-06-25content ourselves to -Wall without -Werror for nowEvan Shelhamer1-1/+1
2014-06-25make clang++ happy on OSX by not linking with pthreadEvan Shelhamer1-6/+8
2014-06-25turn off some warnings for older compilersJonathan L Long1-1/+10
2014-06-25add WARNINGS to CXXFLAGSJonathan L Long1-7/+7
2014-06-25upgrade warnings to -Wall -Werror -Wno-sign-compareJonathan L Long1-1/+1
2014-06-12add option for lmdblinmin1-0/+1