Commit graph

603 commits

Author SHA1 Message Date
c9s a1afa303f2 Add run-benchmark script 2014-06-04 20:02:24 +08:00
c9s a7a3621cfe use while instead of for 2014-06-04 20:02:24 +08:00
c9s 190986fb31 use while instead of for loop to simplify execution 2014-06-04 20:02:24 +08:00
Pedro c5ed7e202c Merge pull request #50 from whitglint/master
Add C++ wrapper.
2014-06-04 17:47:22 +08:00
whitglint a361e1fe58 Add r3.hpp to Makefile.am. 2014-06-04 17:24:29 +08:00
whitglint 6834f0eccd Add C++ wrapper. 2014-06-04 16:46:31 +08:00
c9s c5dce1d232 CHECK_PTR 2014-06-04 16:22:28 +08:00
c9s dc61d54530 free tree2 2014-06-04 16:01:19 +08:00
c9s 7171c2b195 reset pcre_extra NULL 2014-06-04 15:59:13 +08:00
c9s 47dcc6921b update README 2014-06-04 14:57:34 +08:00
c9s ea2efdaaea Fix readme 2014-06-04 14:54:42 +08:00
c9s 911eb17bf4 configure.ac fix for debian platform 2014-06-04 14:43:09 +08:00
c9s 4d68ae6841 remove const from errstr 2014-06-04 13:45:28 +08:00
c9s 15ad4b5890 fix sample code 2014-06-03 23:51:26 +08:00
c9s b2946352f1 Add r3_tree_insert_routel_ex for error message 2014-06-03 23:50:02 +08:00
c9s a3c527e1b2 Add const fix 2014-06-03 23:42:40 +08:00
c9s 2ff85c876d Fix simple.c and examples/Makefile.am 2014-06-03 22:41:39 +08:00
c9s db45ae3e53 fix typo 2014-06-03 22:37:09 +08:00
c9s cbd9c1cda8 fix simple 2014-06-03 22:31:30 +08:00
c9s 24db602d1a remove cast 2014-06-03 22:21:40 +08:00
c9s 23cfbe167f const fix 2014-06-03 22:20:54 +08:00
c9s 2aa3509845 Add more const 2014-06-03 22:15:59 +08:00
c9s da87115761 Add Makefile 2014-06-03 22:10:12 +08:00
c9s 4b2a80112e include simple.c 2014-06-03 22:09:49 +08:00
c9s c7220c5616 combine match_entry functions into r3.h 2014-06-03 22:07:46 +08:00
c9s bad59e99be Update include_headers 2014-06-03 22:07:21 +08:00
c9s a736672323 reduce variable declaration 2014-06-03 22:02:47 +08:00
c9s f95cce7407 fix header file include 2014-06-03 21:47:52 +08:00
c9s 5609fd5f9e r3 function prefix
- Remove ltrim_slash.
- Add "r3_" prefix to r3_str.c functions.
2014-06-03 20:50:19 +08:00
c9s 053f9202f6 merge graphviz function prototype into r3.h 2014-06-03 20:47:35 +08:00
c9s 09da7a0b6c update README 2014-06-03 20:44:35 +08:00
c9s 8bb68ab31d update README 2014-06-03 18:52:40 +08:00
c9s 7b65457e52 Update changelog for 1.3.0 2014-06-03 18:48:55 +08:00
c9s f3da92936c README update 2014-06-03 18:42:47 +08:00
c9s 4ac3d74fd3 more graphviz API 2014-06-03 18:41:55 +08:00
c9s b68e14dd66 r3_tree_render_dot(const node * tree, FILE *fp); support 2014-06-03 18:37:36 +08:00
c9s 67366bf688 fix warnings 2014-06-03 18:23:28 +08:00
c9s 8cbce697eb update example code 2014-06-03 18:19:07 +08:00
c9s 12de194a28 update sample code 2014-06-03 18:17:18 +08:00
c9s 65052fbe5c update README 2014-06-03 18:14:52 +08:00
c9s cee5d0a3e0 update benchmark result 2014-06-03 17:01:11 +08:00
Pedro 7c7e8b22e4 update assert statement 2014-06-03 02:13:52 +08:00
Pedro b6bf81e3e9 Replace -1 ret code 2014-06-03 02:09:11 +08:00
c9s db0e1c074f SUBDIRS sequences 2014-06-03 00:47:06 +08:00
c9s f26397c74c update benchmark records 2014-06-02 20:54:42 +08:00
c9s d8945980a7 tighter structure 2014-06-02 20:51:35 +08:00
Pedro 8e3a35b06f Merge pull request #49 from CindyLinz/patch-1
Update r3.h
2014-06-02 17:20:49 +08:00
Cindy Wang 7cae9bf71a Update r3.h
fix comment.. :p
2014-06-02 16:34:02 +08:00
c9s 2890ed142e document return code 2014-06-02 16:24:32 +08:00
c9s af5a89b3ea Add test_insert_pathl_fail test 2014-06-02 16:20:02 +08:00