summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Joan Touzet [Sat, 19 Apr 2014 02:31:03 +0000 (22:31 -0400)]
Support Windows build, use official ICU src (for now)
COUCHDB-1994
benoitc [Sat, 15 Feb 2014 22:38:29 +0000 (23:38 +0100)]
fix static build
When built statically the nif couldn't be loaded. This patch fix the
following:
- make sure that the patches are applied.
- fix LDFLAGS order
While I am here add a unitest to fix the lib.
benoitc [Wed, 15 Jan 2014 21:40:36 +0000 (22:40 +0100)]
fix path
benoitc [Wed, 15 Jan 2014 20:19:43 +0000 (21:19 +0100)]
fix couch_collate build with the option icu=static
benoitc [Wed, 8 Jan 2014 22:15:49 +0000 (23:15 +0100)]
support static build
This change backport the static build from rcouch.
A static build of spidermonkey is the default. To build with the
libraries installed you can pass the parameter `libs=shared` to the
make.
By default couch_collate is using ICU installed on the system except if
you pass the option `icu=static` to the Make.
At anytime you can override the compilation environnement with the
following variables:
JS_CFLAGS
JS_LIBS
ICU_CFLAGS
ICU_LDFLAGS
benoitc [Tue, 7 Jan 2014 15:14:56 +0000 (16:14 +0100)]
working release
benoitc [Sun, 5 Jan 2014 22:21:36 +0000 (23:21 +0100)]
add couch_collate
couch_collate is a nif replacing couch_drv and couch_ejson_compare
binaries to do binary collation using ICU.