Commit graph

179 commits

Author SHA1 Message Date
c9s c3ef959539 Add route namespace
Summary:

    type route now becomes R3Route

Related issue #63
2015-11-18 14:16:26 +08:00
c9s 49ffb454f7 Add namespace for node/edge structs
node => R3Node
edge => R3Edge

Related issue #63
2015-11-18 12:53:46 +08:00
c9s 1f1ab15cdd Fix for stdbool type 2015-11-17 21:40:21 +08:00
c9s c128cdef13 Provide better feature checking for stdbool 2015-11-17 21:31:33 +08:00
c9s 3808cb37aa Move debug macros to private header files 2015-11-17 21:24:36 +08:00
c9s 973a2cb85c Move private functions to private header files 2015-11-17 21:17:35 +08:00
c9s e5ef80a200 Move private function to src/str.h 2015-11-17 21:13:38 +08:00
c9s 63577cfecc Remove unused str_repeat function 2015-11-17 21:06:59 +08:00
c9s 122d85d9e1 Remove unused str* function decl 2015-11-17 18:33:33 +08:00
c9s dbc18a86c4 __attribute__ 2015-11-17 18:32:51 +08:00
c9s af8acd0286 use __attribute aligned to align struct 2015-11-17 18:32:51 +08:00
c9s 84a7d83812 Add padding to node struct 2015-11-17 18:32:51 +08:00
c9s b52af2acbd Add padding to edge structure 2015-11-17 18:32:51 +08:00
c9s 150f7953a2 Remove unneccessary comments from struct 2015-11-17 18:32:50 +08:00
c9s d4850d3564 Make edges as an array
Fixes: #89
2015-11-17 18:32:50 +08:00
c9s 28726b27af Fix r3_str.h header protection 2015-11-17 18:27:25 +08:00
c9s 34269aa045 Change compare_type from char to int 2015-11-10 19:36:01 +08:00
c9s 659dc19b1b Replace short integer with int to fit into cacheline (assume 64byte) 2015-11-10 19:29:18 +08:00
c9s 5d35d34ab3 Put pcre_extra back 2015-11-10 19:21:53 +08:00
c9s 5002272a33 Move pointer fields to top of the structure 2015-11-10 18:43:25 +08:00
Steve Jones d12296af59 Don't typedef bool if compiling with C++
If using the C++ wrapper provided by r3.hpp, you get a compiler
error when r3_define.h tries to typedef bool as C++ already has
native bool type.  Modified the guard around this typedef
to include a check for C++ compilation (!defined(__cplusplus)).
2015-09-28 11:42:45 -05:00
Ricky Su d5296df683 add extern c in c++ 2015-08-27 13:58:36 +08:00
Ricky Su f445c261c6 add r3_slug_find_name and rename slug_count to r3_slug_count 2015-08-26 22:00:23 +08:00
ChangZhuo Chen (陳昌倬) 6eb509beb2 Use ##__VA_ARGS__ to avoid build fail 2014-07-04 18:26:32 +08:00
c9s da026219be Fix gvc graph generator function 2014-06-28 00:53:04 +08:00
c9s 72f10015d5 Fix copyright email 2014-06-27 13:24:40 +08:00
c9s 9a9572a0d5 Fix duplicated symbol define 2014-06-27 00:05:24 +08:00
c9s a697301c44 strndup polyfill for cmake 2014-06-18 20:47:06 +08:00
c9s 2c5f135600 macro rename 2014-06-10 20:18:59 +08:00
c9s 7f8684d808 put compare_type to the second place 2014-06-10 20:18:18 +08:00
c9s b7a20774f2 struct field bit 2014-06-10 20:16:33 +08:00
c9s 5137d4d8e4 simplify functions to macro 2014-06-04 23:13:08 +08:00
whitglint 6834f0eccd Add C++ wrapper. 2014-06-04 16:46:31 +08:00
c9s 4d68ae6841 remove const from errstr 2014-06-04 13:45:28 +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 c7220c5616 combine match_entry functions into r3.h 2014-06-03 22:07:46 +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 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 d8945980a7 tighter structure 2014-06-02 20:51:35 +08:00
Cindy Wang 7cae9bf71a Update r3.h
fix comment.. :p
2014-06-02 16:34:02 +08:00
c9s 1f21ea19a8 Add char ** errstr to r3_node_find_common_prefix 2014-06-02 15:52:40 +08:00
c9s 04d8977b21 r3_tree_insert_pathl_ex function 2014-06-02 14:47:46 +08:00
c9s 9441f974de test compile fail 2014-06-02 09:48:00 +08:00
c9s fd1e5f7f50 Add r3_node_find_common_prefix test cases 2014-06-02 09:09:41 +08:00
c9s f3bf32b922 refactor path insert function 2014-06-02 08:04:57 +08:00
c9s 57b4fde126 print errmsg 2014-06-02 06:48:00 +08:00