index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
Merge pull request #1050 from jeffdonahue/linecount-more
Jeff Donahue
1
-1
/
+3
2014-09-08
Merge pull request #1044 from jeffdonahue/no-tmpnam
Jeff Donahue
1
-1
/
+7
2014-09-08
linecount counts more dirs than just src/
Jeff Donahue
1
-1
/
+3
2014-09-07
add cuDNN to build
Evan Shelhamer
1
-1
/
+8
2014-09-07
add <cuda>/lib64 only if exists to suppress linker warnings
Jeff Donahue
1
-1
/
+7
2014-09-03
[docs] configure doxygen + docs script for docs/doxygen site output
Evan Shelhamer
1
-1
/
+3
2014-09-03
add "make {docs,doxygen}" targets to build doxygen-generated docs
Jeff Donahue
1
-1
/
+25
2014-08-31
[pycaffe] split _caffe into source and header files
Jonathan L Long
1
-1
/
+2
2014-08-30
remove residual pthread references, but restore in build for gtest
Evan Shelhamer
1
-2
/
+2
2014-08-30
Makefile: fix boost::thread linking, drop pthread, sort
Evan Shelhamer
1
-13
/
+17
2014-08-29
Replace pthread with boost::thread
Kai Li
1
-1
/
+1
2014-08-17
cmake build system
Adam Kosiorek
1
-2
/
+2
2014-08-12
lint targets should depend on the lint script itself
Jeff Donahue
1
-2
/
+3
2014-08-09
Distribute the generated proto header files
Kai Li
1
-0
/
+2
2014-08-04
Add "lintclean" target to remove current lint outputs -- forces lint to
Jeff Donahue
1
-1
/
+4
2014-07-29
link OpenBLAS as blas
Evan Shelhamer
1
-1
/
+1
2014-07-29
Fix choice MKL directory from Makefile.config
TANGUY Arnaud
1
-1
/
+1
2014-07-28
make "all" the default target
Evan Shelhamer
1
-2
/
+2
2014-07-27
Symlink to tool bins without the .bin extension
Jeff Donahue
1
-1
/
+8
2014-07-24
Merge pull request #776 from Yangqing/sweep
Yangqing Jia
1
-2
/
+2
2014-07-23
add gflags dependency to caffe.
Yangqing Jia
1
-2
/
+2
2014-07-22
Use the same CXX for matcaffe as for the rest of the build
Ross Girshick
1
-0
/
+1
2014-07-19
add an "everything" target to make for comprehensive build testing
Jonathan L Long
1
-1
/
+3
2014-07-17
switch travis build to CPU-only flag, drop runtestnogpu target
Evan Shelhamer
1
-4
/
+1
2014-07-17
collect CUDA includes and calls, separate from CPU-only mode, leave out
Evan Shelhamer
1
-5
/
+7
2014-07-17
add guards to drop GPU code in CPU-only mode
Evan Shelhamer
1
-1
/
+1
2014-07-17
configure Makefile for CPU-only build
Evan Shelhamer
1
-3
/
+13
2014-07-15
Fix Makefile warning error message.
Jeff Donahue
1
-1
/
+1
2014-07-15
fix choice of clang++ in OS X build
Evan Shelhamer
1
-1
/
+1
2014-07-14
fix bug that breaks MATLAB 2014a compilation
Ross Girshick
1
-2
/
+2
2014-07-14
Replace CUSTOM_CXX env var to specify non-default C++ compiler.
Jeff Donahue
1
-0
/
+5
2014-07-14
fix Makefile comment about library names
Evan Shelhamer
1
-1
/
+1
2014-07-14
Travis build failure wasn't working for lint/warn because they didn't
Jeff Donahue
1
-8
/
+10
2014-07-14
-Override the default compiler by specifying a CXX in
Jeff Donahue
1
-11
/
+6
2014-07-14
Move test headers to include/.
Jeff Donahue
1
-3
/
+6
2014-07-09
makefile hotfix
Jeff Donahue
1
-11
/
+11
2014-07-09
fix bug introduced by warning logs: errors didn't print because they
Jeff Donahue
1
-11
/
+22
2014-07-09
Makefile: cleanup lint/warn report logic (and make the two more consistent)
Jeff Donahue
1
-49
/
+50
2014-07-08
Output a lint report for every source file linted; use to lint
Jeff Donahue
1
-7
/
+20
2014-07-08
Dump compiler warnings to *.warnings.txt; use "make warn" to print them
Jeff Donahue
1
-12
/
+56
2014-07-08
Don't make clean when running linecount
Jeff Donahue
1
-1
/
+1
2014-07-03
customize compiler setting in Makefile.config
Evan Shelhamer
1
-0
/
+5
2014-06-28
Fix building tests with parallel make
James Thewlis
1
-3
/
+12
2014-06-27
Test for im2col kernel
James Thewlis
1
-3
/
+11
2014-06-25
content ourselves to -Wall without -Werror for now
Evan Shelhamer
1
-1
/
+1
2014-06-25
make clang++ happy on OSX by not linking with pthread
Evan Shelhamer
1
-6
/
+8
2014-06-25
turn off some warnings for older compilers
Jonathan L Long
1
-1
/
+10
2014-06-25
add WARNINGS to CXXFLAGS
Jonathan L Long
1
-7
/
+7
2014-06-25
upgrade warnings to -Wall -Werror -Wno-sign-compare
Jonathan L Long
1
-1
/
+1
2014-06-12
add option for lmdb
linmin
1
-0
/
+1
[next]