summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-17don't pass LDFLAGS when only performing compilation (-c)Jonathan L Long1-6/+6
2014-02-11add CXXFLAGS for libstdc++ on OS X 10.9Evan Shelhamer1-3/+3
2014-02-03remove linking against mkl_intel_thread: unneededSergey Karayev1-3/+4
2014-01-19cleanup whitespaceEvan Shelhamer1-14/+14
2014-01-13Add removing distribute directory when make cleanKai Li1-0/+1
2014-01-13Add make proto target to seperately generate caffe/proto/caffe.pb.hKai Li1-1/+3
2014-01-13Seperated build, distribute and source directoriesKai Li1-51/+99
2013-11-28modify makefile to recompile on changes to header filesJeff Donahue1-3/+7
2013-11-26removed the -Wl flag which was an earlier experimental tryYangqing Jia1-2/+1
2013-11-26makefile updateYangqing Jia1-18/+4
2013-11-24Merge branch 'master' of github.com:Yangqing/caffeYangqing Jia1-2/+5
2013-11-24makefile: add both lib and lib64 to the cuda library path.Yangqing Jia1-1/+1
2013-11-23makefile: added a MATLAB_DIR variable. pycaffe and matcaffe will not be compi...Yangqing Jia1-2/+5
2013-11-22update Makefile and add some more docsRoss Girshick1-0/+9
2013-11-21fix Makefile problemYangqing Jia1-2/+2
2013-11-21cleaned makefile a little bitYangqing Jia1-27/+62
2013-11-19fix pycaffe dependencyYangqing Jia1-1/+3
2013-11-19makefile: not compile test in defaultYangqing Jia1-1/+1
2013-11-19makefile: fixed the nvcc pathYangqing Jia1-2/+2
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia1-1/+1
2013-11-13pycaffe updateYangqing Jia1-1/+2
2013-11-12linecount improvementYangqing Jia1-0/+2
2013-11-12changed makefile, and removed the no longer needed cuda convnet translator.Yangqing Jia1-1/+2
2013-11-12changed the python file pathsYangqing Jia1-3/+3
2013-11-12added pycaffe wrapper. Preparing to clean the structureYangqing Jia1-2/+7
2013-11-11Merge branch 'master' of github.com:Yangqing/caffeYangqing Jia1-1/+2
2013-11-11remove python depsYangqing Jia1-3/+2
2013-11-11bugfixYangqing Jia1-1/+1
2013-11-08misc updateYangqing Jia1-2/+4
2013-11-06working asynchronous sgd code. may have errors.Yangqing Jia1-1/+1
2013-10-31solver restructuring: now all prototxt are specified in the solver protocol b...Yangqing Jia1-1/+1
2013-10-26added back opencv dependency and convert scriptsYangqing Jia1-2/+2
2013-10-15Reorganization of codes.Yangqing Jia1-0/+111