summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-08fix Makefile build dir link upgrade bug reported by @jamt9000Jeff Donahue1-1/+1
2014-06-03compile debug/release into separate directories so you don't have toJeff Donahue1-3/+29
2014-05-26don't pass LDFLAGS when only compilingJonathan L Long1-2/+2
2014-05-10fix Makefile bug - HXX_SRCS was things that don't end in .hpp, insteadJeff Donahue1-1/+1
2014-04-25randomize order of test execution by make runtestEvan Shelhamer1-1/+1
2014-04-15Give choice of ATLAS, MKL, and OpenBLAS (with option to override paths)Evan Shelhamer1-16/+19
2014-04-14Add possibility to use OpenBlasAlOa1-7/+13
2014-04-09fix osx 10.9 condition in MakefileEvan Shelhamer1-1/+1
2014-04-09include vecLib BLAS dir on osxEvan Shelhamer1-0/+1
2014-04-08auto-configure linux/osx build differencesEvan Shelhamer1-6/+40
2014-04-08trivial makefile groomingEvan Shelhamer1-6/+6