summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-04gitignore python/caffe/proto/; superclean ignore data dirJeff Donahue1-1/+2
2014-04-02include build/ before other dirs so old proto built files in src/ andJeff Donahue1-1/+1
2014-04-02remove silly thing where I copied proto headers to a separateJeff Donahue1-5/+1
2014-04-02matcaffe fixesJeff Donahue1-6/+11
2014-04-02fix test bugs and minor cleanupJeff Donahue1-8/+9
2014-04-02cleanup python build and cleanJeff Donahue1-12/+15
2014-04-02compile test bins directly into build/testJeff Donahue1-28/+19
2014-04-02add test header dependency and fix mat targetsJeff Donahue1-11/+13
2014-04-02minor cleanupJeff Donahue1-11/+9
2014-04-02libcaffe.* in build/lib/Jeff Donahue1-5/+6
2014-04-02everything prints a blank line after compilingJeff Donahue1-0/+8
2014-04-02lots of corrections to dependencies etc., things seem to mostly buildJeff Donahue1-110/+120
2014-04-02messed around with Makefile - currently in very messy stateJeff Donahue1-18/+32
2014-04-02cleanup superclean outputJeff Donahue1-5/+4
2014-04-02put proto-generated .cc and .h files in build directoryJeff Donahue1-11/+24
2014-04-02create softlink to test directory at build/testJeff Donahue1-8/+23
2014-04-02create superclean Makefile target to delete all files with generatedJeff Donahue1-1/+36
2014-04-02put TEST_GPUID in Makefile.configJeff Donahue1-1/+0
2014-03-27add DEBUG option to Makefile/Makefile.config.exampleJonathan L Long1-1/+5
2014-03-21Fixed order of cblas and atlas linker flagsjamt90001-1/+1