Jeff Donahue
5fe44c8148
fix 'make lint' in OSX:
...
seems that NONGEN_CXX_SRCS wasn't getting populated in OSX due to some
disagreement in the regex formatting in find...give up on that and use
an ugly but reliable chain of -name ... -or -name ...
2014-02-27 00:37:52 -08:00
Jeff Donahue
52a539dcd1
fix python/matlab wrapper bugs introduced by lint; change linter->lint
...
in Makefile
2014-02-26 16:54:25 -08:00
Jeff Donahue
5fdf55c437
make lint will not rerun if successful and no source files have been
...
changed; saves output to build/cpp_lint.log (or build/cpp_lint.error_log
on failure)
2014-02-26 16:54:25 -08:00
Jeff Donahue
218ca1522d
cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINE
2014-02-26 15:42:39 -08:00
Jeff Donahue
41246fce42
add new tools dir to linted dir list
2014-02-26 15:42:39 -08:00
Jeff Donahue
a51e35bd6c
add examples, python, matlab to NONGEN_CXX_SRCS so they are linted as
...
well
2014-02-26 15:42:39 -08:00
Jeff Donahue
488a4bd4a7
exclude proto generated files from lint
2014-02-26 15:42:38 -08:00
Jeff Donahue
ba95a87e11
add cpplint.py and "make lint" to run on all c source files
2014-02-26 15:42:37 -08:00
Kai Li
8699d122d9
Reverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile
2014-02-26 15:42:37 -08:00
Sergey Karayev
92302c9029
HDF5DataLayer, with test.
2014-02-26 15:42:37 -08:00
Evan Shelhamer
4f1cdeb4ef
Make tools/ for core binaries, stow scripts/ in tools/extra
...
Collect core Caffe tools like train_net, device_query, etc. together in
tools/ and include helper scripts under tools/extra.
2014-02-26 12:37:44 -08:00
Jonathan L Long
56c4930412
don't pass LDFLAGS when only performing compilation (-c)
...
This simplifies the compiler commands and suppresses warnings.
2014-02-17 15:51:48 -08:00
Evan Shelhamer
f4a0a6fcc2
add CXXFLAGS for libstdc++ on OS X 10.9
2014-02-11 19:55:41 -08:00
Sergey Karayev
461175e836
remove linking against mkl_intel_thread: unneeded
...
and gives hard-to-debug errors on os x
2014-02-03 02:41:04 -08:00
Evan Shelhamer
e54bd1be09
cleanup whitespace
2014-01-19 14:34:12 -08:00
Kai Li
9e7945a268
Add removing distribute directory when make clean
2014-01-13 20:42:01 +08:00
Kai Li
dd33fdafa0
Add make proto target to seperately generate caffe/proto/caffe.pb.h
...
issue: #22
2014-01-13 20:25:30 +08:00
Kai Li
b6aa777919
Seperated build, distribute and source directories
...
issue: #1
2014-01-13 19:34:34 +08:00
Jeff Donahue
ae9ed2afae
modify makefile to recompile on changes to header files
2013-11-28 13:57:09 -08:00
Yangqing Jia
49c5345707
removed the -Wl flag which was an earlier experimental try
2013-11-26 09:49:29 -08:00
Yangqing Jia
313a8621b1
makefile update
2013-11-26 09:47:26 -08:00
Yangqing Jia
720eba028c
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-24 22:13:38 -08:00
Yangqing Jia
c632b4f6ce
makefile: add both lib and lib64 to the cuda library path.
2013-11-24 22:13:34 -08:00
Yangqing Jia
38ece83b5f
makefile: added a MATLAB_DIR variable. pycaffe and matcaffe will not be compiled in default unless one calls make pycaffe or make matcaffe explicitly.
2013-11-23 09:37:27 -08:00
Ross Girshick
3f57281121
update Makefile and add some more docs
2013-11-22 14:16:58 -08:00
Yangqing Jia
2b981cf3dc
fix Makefile problem
2013-11-21 17:00:57 -08:00
Yangqing Jia
aee9aa9b2e
cleaned makefile a little bit
2013-11-21 13:31:18 -08:00
Yangqing Jia
2a381e0b2f
fix pycaffe dependency
2013-11-19 15:05:39 -08:00
Yangqing Jia
244acf94bc
makefile: not compile test in default
2013-11-19 14:31:42 -08:00
Yangqing Jia
d221841c0a
makefile: fixed the nvcc path
2013-11-19 13:39:20 -08:00
Yangqing Jia
e24b1dd22b
Made a major change: when initializing a network, the input size are no longer provided by an additional vector of blobs, but should be specified in the netparameters proto by the field "input_dim". This avoid the often awkward code of creating a dummy input vector just for the sake of initializing the network.
2013-11-15 16:58:53 -08:00
Yangqing Jia
b4fa660d5b
pycaffe update
2013-11-13 11:29:26 -08:00
Yangqing Jia
26f5a140e1
linecount improvement
2013-11-12 14:31:09 -08:00
Yangqing Jia
a8785707c3
changed makefile, and removed the no longer needed cuda convnet translator.
2013-11-12 14:14:02 -08:00
Yangqing Jia
6e26269e9d
changed the python file paths
2013-11-12 14:05:52 -08:00
Yangqing Jia
32b7dded14
added pycaffe wrapper. Preparing to clean the structure
2013-11-12 13:49:37 -08:00
Yangqing Jia
652d744360
Merge branch 'master' of github.com:Yangqing/caffe
...
Conflicts:
Makefile
2013-11-11 17:08:27 -08:00
Yangqing Jia
76bf486e3d
remove python deps
2013-11-11 17:07:32 -08:00
Yangqing Jia
a3875f5eb2
bugfix
2013-11-11 11:10:39 -08:00
Yangqing Jia
22d82ffe15
misc update
2013-11-08 13:50:12 -08:00
Yangqing Jia
185385b87f
working asynchronous sgd code. may have errors.
2013-11-06 11:28:17 -08:00
Yangqing Jia
82b912be84
solver restructuring: now all prototxt are specified in the solver protocol buffer
2013-10-31 16:52:22 -07:00
Yangqing Jia
4448edf00d
added back opencv dependency and convert scripts
2013-10-26 09:45:34 -07:00
Yangqing Jia
7a0659875f
Reorganization of codes.
2013-10-15 14:38:28 -07:00
Yangqing Jia
746599ae0d
a bunch of updates. to be checked on durian. does not build.
2013-09-12 17:10:48 -07:00
Yangqing Jia
7149de51ce
first try
2013-09-12 11:40:59 -07:00