summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-21make MKL switch surprise-proofEvan Shelhamer1-2/+3
2014-03-21rewrite MKL flag note, polish makefileEvan Shelhamer1-12/+13
2014-03-21major refactoring allow coexistence of MKL and non-MKL casesRowland Depp1-0/+8
2014-03-21Replace atlas with multithreaded OpenBLAS to speed-up on multi-core CPUKai Li1-4/+3
2014-03-21compile caffe without MKL (dependency replaced by boost::random, Eigen3)Rodrigo Benenson1-5/+6
2014-03-18also fix for runtestJeff Donahue1-2/+3
2014-03-18add libcaffe.a to TEST_ALL_BIN dependencies in MakefileJeff Donahue1-1/+1
2014-03-17Merge pull request #199 from longjon/pycaffe-ordereddictEvan Shelhamer1-2/+2
2014-03-17make runtest with TEST_ALL_BIN obey TEST_GPUIDJeff Donahue1-1/+1
2014-03-13Compile a binary to run all tests at once.Eric Tzeng1-4/+10
2014-03-13Rename pycaffe.cpp -> _caffe.cpp in preparation for python wrapperJonathan L Long1-2/+2
2014-02-27fix 'make lint' in OSX:Jeff Donahue1-1/+1
2014-02-26fix python/matlab wrapper bugs introduced by lint; change linter->lintJeff Donahue1-2/+2
2014-02-26make lint will not rerun if successful and no source files have beenJeff Donahue1-5/+15
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-1/+1
2014-02-26add new tools dir to linted dir listJeff Donahue1-1/+2
2014-02-26add examples, python, matlab to NONGEN_CXX_SRCS so they are linted asJeff Donahue1-1/+6
2014-02-26exclude proto generated files from lintJeff Donahue1-3/+5
2014-02-26add cpplint.py and "make lint" to run on all c source filesJeff Donahue1-0/+5
2014-02-26Reverse the order of hdf5_hl hdf5 as LIBRARIES in MakefileKai Li1-1/+1
2014-02-26HDF5DataLayer, with test.Sergey Karayev1-2/+7
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer1-6/+22