Commit graph

27 commits

Author SHA1 Message Date
c9s
c609003c95 optimize c flags for development/production mode 2015-11-21 10:39:49 +08:00
c9s
daee40756c Add -O2 flag as default 2015-11-18 14:46:18 +08:00
c9s
493a9d7d8e Add coverage option to gcc 2014-06-02 06:14:23 +08:00
c9s
6dfd37d43d move slug related functions to slug.c and slug.h 2014-06-02 04:52:41 +08:00
c9s
7d6209d99c build with 3rdparty objects
use -static linking when linking libr3

AM_CFLAGS and AM_LDFLAGS are Makefile.am scope options

disable valgrind tracing check-tree

Makefile.am fix

Add json support

remove useless c files
2014-06-01 19:43:45 +08:00
c9s
a2bec00a9e match_entry.c 2014-05-28 21:02:57 +08:00
c9s
9d26a53a08 update Makefile.am 2014-05-22 11:42:19 +08:00
c9s
1fdfaef16e what if we always use -ljemalloc 2014-05-22 11:34:37 +08:00
c9s
a8cec68f72 use -std=c99 2014-05-22 11:09:44 +08:00
c9s
e48538c526 check USE_JEMALLOC flag in Makefile.am 2014-05-22 11:09:43 +08:00
Omer Katz
9c191682da Added zmalloc from redis in order to allow different allocators. 2014-05-20 20:50:15 +03:00
c9s
5183e9a052 merge r3_define.h into r3.h 2014-05-20 23:33:51 +08:00
c9s
188bb991b9 -ggdb when debug mode is enable (--enable-debug) 2014-05-20 15:34:41 +08:00
c9s
9d19d233c6 comment regexp symbol 2014-05-20 15:06:52 +08:00
c9s
678d096d07 Merge branch 'feature/export' of https://github.com/czchen/r3 into czchen-feature/export
Conflicts:
	src/Makefile.am
2014-05-20 01:26:40 +08:00
ChangZhuo Chen (陳昌倬)
7bf513d5cd Update export symbols regex to ^r3_|^match_ 2014-05-19 22:32:39 +08:00
c9s
1ec3943591 we don't use list.c for now, so just skip it 2014-05-19 22:00:58 +08:00
ChangZhuo Chen (陳昌倬)
bad5cc8966 Export symbols only when it matches regex '^r3_' 2014-05-19 21:43:42 +08:00
c9s
2278a0f045 -fprofile-arcs -ftest-coverage for debug mode 2014-05-19 11:38:25 +08:00
c9s
b25a68eaac Add --enable-debug option + *i is unused. 2014-05-18 11:03:15 +08:00
c9s
2e7a3c2736 workable --enable-graphviz 2014-05-18 10:13:51 +08:00
c9s
6c651cb1ef Add lib_LIBRARIES option to Makefile.am 2014-05-18 09:32:14 +08:00
c9s
b56a52e1d8 Add --enable-graphviz option for graphviz:
Graphviz API is changed in 2014* version.
And the version on ubuntu 13.10  is 2013*
Which causes build fail.
2014-05-18 09:29:31 +08:00
c9s
02197595c9 Rename dl => offset for readiblity 2014-05-18 09:05:55 +08:00
c9s
52aa221710 Add gvc.c 2014-05-18 08:15:32 +08:00
c9s
fa2eca2e32 Add config.h 2014-05-17 06:44:32 +08:00
c9s
82175ba66d autotool checking 2014-05-17 06:37:30 +08:00