support for tightest square mode while finetuning
[platform/upstream/caffeonacl.git] / Makefile
2014-03-19 Evan ShelhamerMerge pull request #221 from jamt9000/fix-dump-network
2014-03-19 Evan ShelhamerMerge pull request #231 from BVLC/next
2014-03-19 Jeff DonahueMerge pull request #236 from jeffdonahue/test-all-bin...
2014-03-19 Jeff Donahuealso fix for runtest
2014-03-19 Jeff Donahueadd libcaffe.a to TEST_ALL_BIN dependencies in Makefile
2014-03-18 Evan ShelhamerBack-merge documentation and historical PRs to master
2014-03-18 Sergio GuadarramaMerge pull request #203 from sergeyk/hdf5_data
2014-03-18 Evan ShelhamerMerge pull request #199 from longjon/pycaffe-ordereddict
2014-03-17 Evan ShelhamerMerge pull request #222 from jeffdonahue/test-all-bin...
2014-03-17 Jeff Donahuemake runtest with TEST_ALL_BIN obey TEST_GPUID
2014-03-17 Evan ShelhamerMerge pull request #179 from erictzeng/test_all
2014-03-13 Eric TzengCompile a binary to run all tests at once.
2014-03-13 Evan ShelhamerMerge pull request #120 from sguada/images_layer
2014-03-13 Jonathan L LongRename pycaffe.cpp -> _caffe.cpp in preparation for...
2014-02-28 Evan ShelhamerBack-merge documentation updates from master
2014-02-27 Evan ShelhamerMerge pull request #176 from jeffdonahue/osx-make-lint-fix
2014-02-27 Jeff Donahuefix 'make lint' in OSX:
2014-02-27 Evan ShelhamerMerge pull request #168 from jeffdonahue/fix-lint-bugs
2014-02-27 Jeff Donahuefix python/matlab wrapper bugs introduced by lint;...
2014-02-27 Jeff Donahuemake lint will not rerun if successful and no source...
2014-02-26 Evan ShelhamerMerge pull request #163 from jeffdonahue/linter
2014-02-26 Jeff Donahuecpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT...
2014-02-26 Jeff Donahueadd new tools dir to linted dir list
2014-02-26 Jeff Donahueadd examples, python, matlab to NONGEN_CXX_SRCS so...
2014-02-26 Jeff Donahueexclude proto generated files from lint
2014-02-26 Kai LiReverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile
2014-02-26 Jeff Donahueadd cpplint.py and "make lint" to run on all c source...
2014-02-26 Sergey KarayevMerge pull request #147 from sergeyk/hdf5_data
2014-02-26 Sergey KarayevHDF5DataLayer, with test.
2014-02-26 Evan ShelhamerMerge pull request #167 from BVLC/next
2014-02-26 Evan ShelhamerMerge pull request #142 from shelhamer/data-aux
2014-02-26 Evan ShelhamerMake tools/ for core binaries, stow scripts/ in tools...
2014-02-21 Sergey KarayevMerge pull request #123 from longjon/master
2014-02-17 Jonathan L Longdon't pass LDFLAGS when only performing compilation...
2014-02-12 Evan Shelhameradd CXXFLAGS for libstdc++ on OS X 10.9
2014-02-03 Sergey Karayevremove linking against mkl_intel_thread: unneeded
2014-01-20 Evan ShelhamerMerge pull request #11 from longjon/master
2014-01-19 Evan Shelhamercleanup whitespace
2014-01-19 Evan ShelhamerMerge pull request #29 from kloudkl/master
2014-01-13 Kai LiAdd removing distribute directory when make clean
2014-01-13 Kai LiAdd make proto target to seperately generate caffe...
2014-01-13 Kai LiSeperated build, distribute and source directories
2013-11-28 Yangqing JiaMerge pull request #7 from jeffdonahue/headers
2013-11-28 Jeff Donahuemodify makefile to recompile on changes to header files
2013-11-26 Yangqing Jiaremoved the -Wl flag which was an earlier experimental try
2013-11-26 Yangqing Jiamakefile update
2013-11-25 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-25 Yangqing Jiamakefile: add both lib and lib64 to the cuda library...
2013-11-23 Yangqing Jiamakefile: added a MATLAB_DIR variable. pycaffe and...
2013-11-22 Ross Girshickupdate Makefile and add some more docs
2013-11-22 Ross GirshickMerge remote-tracking branch 'origin/master'
2013-11-22 Yangqing Jiafix Makefile problem
2013-11-21 Yangqing Jiacleaned makefile a little bit
2013-11-19 Yangqing Jiafix pycaffe dependency
2013-11-19 Yangqing Jiamakefile: not compile test in default
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing Jiamakefile: fixed the nvcc path
2013-11-16 Yangqing JiaMade a major change: when initializing a network, the...
2013-11-13 Yangqing Jiapycaffe update
2013-11-12 Yangqing Jialinecount improvement
2013-11-12 Yangqing Jiachanged makefile, and removed the no longer needed...
2013-11-12 Yangqing Jiachanged the python file paths
2013-11-12 Yangqing Jiaadded pycaffe wrapper. Preparing to clean the structure
2013-11-12 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-12 Yangqing Jiaremove python deps
2013-11-11 Yangqing Jiabugfix
2013-11-08 Yangqing Jiamisc update
2013-11-06 Yangqing Jiaworking asynchronous sgd code. may have errors.
2013-10-31 Yangqing Jiasolver restructuring: now all prototxt are specified...
2013-10-26 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-10-26 Yangqing Jiaadded back opencv dependency and convert scripts
2013-10-15 Yangqing JiaReorganization of codes.
2013-09-13 Yangqing Jiaa bunch of updates. to be checked on durian. does not...
2013-09-12 Yangqing Jiafirst try