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
2015-02-16
add WITH_PYTHON_LAYER build option to include Python layer
Jonathan L Long
1
-0
/
+6
2015-02-16
[pycaffe] allow Layer to be extended from Python
Jonathan L Long
1
-1
/
+2
2015-02-16
[pycaffe] strike down wrappers, momentarily gut all functionality
Jonathan L Long
1
-2
/
+1
2015-02-16
only dynamically link the tests
Evan Shelhamer
1
-13
/
+4
2015-02-16
dynamic linking
Evan Shelhamer
1
-17
/
+23
2015-02-06
build with libc++ on Yosmite with CUDA 7
Evan Shelhamer
1
-4
/
+7
2015-01-22
Merge pull request #1473 from longjon/pytest
Evan Shelhamer
1
-0
/
+3
2015-01-16
Merge pull request #1704 from longjon/friendlier-link-messages
Evan Shelhamer
1
-2
/
+2
2015-01-16
Merge pull request #1705 from longjon/origin-rpath
Evan Shelhamer
1
-1
/
+2
2015-01-15
Merge pull request #1236 from mlapin/legacy_nvcc_support
Evan Shelhamer
1
-1
/
+0
2015-01-15
support OS X Yosemite / 10.10
Evan Shelhamer
1
-7
/
+14
2015-01-10
[build] specify RPATH using $ORIGIN
Jonathan L Long
1
-1
/
+2
2015-01-10
[build] more meaningful messages for link commands
Jonathan L Long
1
-2
/
+2
2015-01-06
add "make pytest" for running Python tests
Jonathan L Long
1
-0
/
+3
2014-12-30
don't do runtest as part of 'make everything'
Jeff Donahue
1
-1
/
+1
2014-12-30
only build matcaffe as part of 'make everything' if MATLAB_DIR is set
Jeff Donahue
1
-1
/
+8
2014-12-28
pretty the build with the Q variable
Jonathan L Long
1
-30
/
+30
2014-12-28
automatic dependency generation
Jonathan L Long
1
-8
/
+13
2014-12-16
move cuda output from build/.../.cuo -> build/cuda/.../.o
Jonathan L Long
1
-12
/
+12
2014-12-16
automatic discovery of source directories
Jonathan L Long
1
-15
/
+7
2014-12-16
consolidate build rules for object files
Jonathan L Long
1
-67
/
+10
2014-12-16
remove extra blank line
Jonathan L Long
1
-1
/
+0
2014-10-21
make release, debug build dirs configurable in Makefile
Evan Shelhamer
1
-2
/
+2
2014-10-19
include opencv only in .cpp
Maksim Lapin
1
-1
/
+0
2014-10-14
Reintroduce pkg-config with optional Makefile.config flag.
Jeff Donahue
1
-1
/
+8
2014-10-14
Revert "OpenCV should be compiled using pkg-config options." -- breaks
Jeff Donahue
1
-2
/
+2
2014-10-11
OpenCV should be compiled using pkg-config options.
Kevin James Matzen
1
-2
/
+2
2014-10-11
adding missing libraries - lm and lstdc++
Yangqing Jia
1
-4
/
+3
2014-10-06
Merge pull request #1179 from ducha-aiki/fix_pthread_link
Evan Shelhamer
1
-3
/
+2
2014-10-06
change -lpthread to -pthread in linking
Dmytro Mishkin
1
-2
/
+2
2014-10-03
Merge pull request #1070 from sguada/move_data_mean
Sergio Guadarrama
1
-0
/
+1
2014-10-03
Fix OSX compilation for nvcc with opencv
Sergio
1
-0
/
+1
2014-10-03
[fix] translate g++ whole archive to force load for clang++ compilation
Evan Shelhamer
1
-1
/
+10
2014-09-30
Merge pull request #1167 from Yangqing/factory
Yangqing Jia
1
-18
/
+31
2014-09-29
Changed linking order: -pthread -> back.
Dmytro Mishkin
1
-3
/
+2
2014-09-28
Add back static library. Using -Wl,--whole-archive will allow us to preserve ...
Yangqing Jia
1
-20
/
+27
2014-09-28
Pre-lunch fun: add a dynamic library guard test.
Yangqing Jia
1
-9
/
+21
2014-09-28
running factory.
Yangqing Jia
1
-22
/
+16
2014-09-23
Changed "blas" to "openblas"
savy-91
1
-1
/
+1
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
[prev]
[next]