Commit graph

629 commits

Author SHA1 Message Date
c9s aace74f7a5 more paths tests 2014-06-02 07:13:47 +08:00
c9s 20c6a84f7c continue when escape 2014-06-02 07:10:31 +08:00
c9s b80f90dad9 -D_BSD_SOURCE=1 2014-06-02 07:03:32 +08:00
c9s 7597398c08 include config.h 2014-06-02 06:58:02 +08:00
c9s 2a7998b76f free slug err msg 2014-06-02 06:56:51 +08:00
c9s b2a9ad47d8 fprintf to print error to stderr 2014-06-02 06:53:31 +08:00
c9s 9271f0bf08 free the variable 2014-06-02 06:50:24 +08:00
c9s 57b4fde126 print errmsg 2014-06-02 06:48:00 +08:00
c9s d120389415 more path tests 2014-06-02 06:40:27 +08:00
c9s 17b4201197 more incomplete slug pattern tests 2014-06-02 06:38:50 +08:00
c9s a6be7f5061 static inline 2014-06-02 06:32:30 +08:00
c9s 0eb9cad11c r3_path_contains_slug_char function 2014-06-02 06:27:35 +08:00
c9s 3512bf033a seems like travis dont have libjson-c 2014-06-02 06:16:52 +08:00
c9s 493a9d7d8e Add coverage option to gcc 2014-06-02 06:14:23 +08:00
c9s ee7f1d32f7 install libjson-c 2014-06-02 06:05:20 +08:00
c9s 7cfdfbb3f5 inline static 2014-06-02 06:01:42 +08:00
c9s 44b8068c58 check_json.c 2014-06-02 05:59:57 +08:00
c9s 2e6fc6f0f1 fix warnings 2014-06-02 05:57:18 +08:00
c9s f9b7dd8522 fix prototype 2014-06-02 05:56:46 +08:00
c9s 00c364dacb const 2014-06-02 05:55:45 +08:00
c9s c801164c88 contains_slug_char declare 2014-06-02 05:53:39 +08:00
c9s fcc00deadb Merge branch 'slugfix' of github.com:c9s/r3 into slugfix 2014-06-02 05:50:49 +08:00
c9s 20e3f1a3ba asprintf returns memory pointer which is from malloc() not zmalloc() 2014-06-02 05:48:27 +08:00
c9s 8775c3ff85 wtf 2014-06-02 05:31:47 +08:00
c9s d4d1a59728 fix autotools for check 2014-06-02 05:23:00 +08:00
c9s 359d9df369 improve r3_slug_parse function 2014-06-02 05:02:37 +08:00
c9s 6dfd37d43d move slug related functions to slug.c and slug.h 2014-06-02 04:52:41 +08:00
c9s 2a75861741 Fix gvc graph 2014-06-02 01:35:58 +08:00
c9s 80b9f00739 update 2014-06-02 01:24:49 +08:00
c9s 24b84d068d Merge branch 'master' into slugfix
Conflicts:
	tests/check_slug.c
2014-06-02 01:23:10 +08:00
c9s 0636c9dad3 fix slug compile pattern 2014-06-02 01:21:02 +08:00
c9s 39fc24e3fa fix pattern compiler 2014-06-02 01:05:57 +08:00
c9s c52639c431 slug parser 2014-06-02 01:01:29 +08:00
c9s e1e5c3a4ae test incomplete slug 2014-06-02 00:27:30 +08:00
c9s 258128f30d slug_count return errstr 2014-06-02 00:22:12 +08:00
c9s da2f2311c9 CHECK_PTR macro to check pointer 2014-06-01 21:58:29 +08:00
c9s 70693ea1f2 errstr parameter in slug 2014-06-01 20:51:47 +08:00
c9s 2858ede695 Update new combined graphviz image 2014-06-01 20:30:22 +08:00
c9s dc407f2cac fix 2014-06-01 20:23:11 +08:00
c9s 8d2a473f54 Merge branch 'master' of github.com:c9s/r3
Conflicts:
	include/r3.h
2014-06-01 20:20:51 +08:00
c9s 779d9a9859 Merge branch 'feature/json' 2014-06-01 20:19:30 +08:00
c9s 76182660f9 remove trailing newline 2014-06-01 20:15:25 +08:00
c9s c5501ab5f6 fix configure options:
1. fix --enable-json
2. fix --enable-graphviz
2014-06-01 20:14:56 +08:00
c9s 8f9c2acc5c include config.h 2014-06-01 19:49:56 +08:00
c9s 9820384ed5 take off useless header files 2014-06-01 19:45:56 +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
Pedro 93c3d0769b Merge pull request #44 from whitglint/master
Add extern "C".
2014-06-01 17:00:07 +08:00
whitglint 9417bc76eb Add extern "C". 2014-06-01 16:48:54 +08:00
c9s 7cdfaa0f7f Add AC_PROG_INSTALL 2014-06-01 16:39:32 +08:00
c9s b139d8d3f2 add const to node 2014-06-01 14:54:16 +08:00