Commit graph

697 commits

Author SHA1 Message Date
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 1eeae6d26e bump version to 1.3.2 2014-06-27 00:18:22 +08:00
c9s 9a9572a0d5 Fix duplicated symbol define 2014-06-27 00:05:24 +08:00
c9s 04ac654440 Fix Makefile.am for C++ 2014-06-27 00:04:23 +08:00
c9s d00ac51809 Fix cmakelist 2014-06-27 00:04:22 +08:00
Yo-An Lin db35d03217 Merge pull request #62 from caasi/patch-2
Update README.md
2014-06-20 10:28:24 +08:00
caasi Huang 6e468fd5b5 Update README.md
* Try to fix the example: 'Routing with conditions'.
* Add two Node.js bindings.
2014-06-20 03:09:26 +08:00
Yo-An Lin 5e00b60f79 Merge pull request #61 from czchen/feature/ppa
Add ubuntu PPA link
2014-06-19 15:22:01 +08:00
ChangZhuo Chen (陳昌倬) cc253e069a Add ubuntu PPA link 2014-06-18 23:48:17 +08:00
c9s 7754043252 Include 3rdparty CMakeLists.txt 2014-06-18 20:54:46 +08:00
c9s a697301c44 strndup polyfill for cmake 2014-06-18 20:47:06 +08:00
c9s 8ebaac0536 Fix CMakeLists.txt 2014-06-18 20:28:13 +08:00
c9s fb0cb84c3c Put CMakeLists.txt back 2014-06-18 20:28:13 +08:00
c9s 25e3644630 put cmake_modules files back, we can support two build systems 2014-06-18 20:28:13 +08:00
Yo-An Lin 9eab3619c1 Merge pull request #60 from caasi/patch-1
initialize node.data
2014-06-14 05:51:59 +08:00
caasi Huang ce4095af35 initialize node.data 2014-06-14 00:55:24 +08:00
Yo-An Lin 3e03f8ed97 Merge pull request #58 from Ronmi/debian
Rename debian package directory
2014-06-13 10:29:08 +08:00
Ronmi Ren c103f669a0 Rename debian package directory to save package maintainers' life.
See https://github.com/c9s/r3/pull/55#issuecomment-45902891
2014-06-13 09:35:49 +08:00
Yo-An Lin 34e779c84a fix route cmp function 2014-06-12 21:01:16 +08:00
Yo-An Lin f74126e0a8 Merge pull request #57 from whitglint/master
Add C++ example.
2014-06-12 20:35:45 +08:00
whitglint 09cdbfaa60 Fix Travis CI compile error. 2014-06-12 20:05:24 +08:00
whitglint fb65694934 Fix Travis CI compile error. 2014-06-12 19:37:08 +08:00
c9s 98f27dadc9 test matched route data 2014-06-12 18:52:56 +08:00
Yo-An Lin db55c63b9d Merge pull request #56 from Ronmi/debian
Update package dependency and add instruction in readme
2014-06-12 18:48:22 +08:00
c9s 03b5d107cd fix route appending bug reported by @othree 2014-06-12 17:51:43 +08:00
whitglint 360646e680 Add C++ example. 2014-06-12 16:55:44 +08:00
Ronmi Ren a8cd804402 add instruction about packaging in README 2014-06-12 16:30:14 +08:00
Ronmi Ren f21d070803 fix dependency 2014-06-12 16:30:14 +08:00
Yo-An Lin 594d5361dd Merge pull request #55 from Ronmi/debian
Debian packaging for r3
2014-06-12 15:47:13 +08:00
Ronmi Ren 5361a52b58 initial debian packaging 2014-06-12 11:24:44 +08:00
c9s 31974a6e9c fix gvc generate function 2014-06-11 21:54:08 +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 4611566512 fix version 2014-06-08 13:13:31 +08:00
Pedro 4180b30be3 Update README.md 2014-06-07 19:03:23 +08:00
c9s f4b776ce35 clean up bench str 2014-06-05 08:07:04 +08:00
c9s 2e7ec1357d quick "for" statement 2014-06-05 07:45:34 +08:00
c9s e4eada3250 pcre match optimization 2014-06-05 07:43:51 +08:00
c9s 5137d4d8e4 simplify functions to macro 2014-06-04 23:13:08 +08:00
c9s 8e39e58c88 refactoring matchl function 2014-06-04 23:04:04 +08:00
c9s 36a330292b update benchmark 2014-06-04 20:28:50 +08:00
c9s f03fcf7a5b parameter optimization 2014-06-04 20:02:25 +08:00
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