Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-03 | Support multiarch library paths on Linux. | wohali | |
2012-04-25 | Fix Build for Gentoo | Felix Gilcher | |
Modify SConscript so that it recognizes the standard name for the mozjs/spidermonkey lib on gentoo. | |||
2011-12-23 | Make cURL a soft dependency | Paul J. Davis | |
This makes sure that we only optionally require the same version of cURL that CouchDB does. | |||
2011-12-12 | Allow CPPPATH to be overriden in the environment | Paul J. Davis | |
2011-12-12 | Set the stack size for sub contexts | Paul J. Davis | |
I was forgetting to pass the args through to evalcx so that it could use the stack size specified on the command line. | |||
2011-11-09 | Add check for JS script object type | Paul J. Davis | |
2011-10-31 | Merge commit '1.1.1' into 0.4.x | Robert Newson | |
Conflicts: acinclude.m4.in configure.ac couchjs/c_src/http.c src/erlang-oauth/Makefile.am src/erlang-oauth/oauth.app.in src/erlang-oauth/oauth_hmac_sha1.erl src/erlang-oauth/oauth_http.erl src/erlang-oauth/oauth_plaintext.erl src/etap/etap_web.erl | |||
2011-10-20 | Fix object sealing with spidermonkey 1.7.0 | Robert Newson | |
2011-10-18 | Revert "Build couchjs with C, not C++. Fixes libm error on CentOS." | Adam Kocoloski | |
This reverts commit 6b26f47e8287b2d1c1d7b74199647dec2e7c2bef. Turns out the 'libm' error is a very obscure way of reporting a lack of a C++ compiler. | |||
2011-10-17 | Build couchjs with C, not C++. Fixes libm error on CentOS. | Robert Newson | |
2011-10-10 | Remove call to subprocess.check_output | Paul J. Davis | |
This function is new in Python 2.7 and we already have a function that returns command ouput. Just reuse runcmd to get the version. | |||
2011-10-10 | Merge remote-tracking branch 'apache/1.1.x' | Robert Newson | |
2011-09-22 | Updated CouchJS to support SpiderMonkey 1.8.5 | Paul J. Davis | |
This is tested against the 1.7.0, 1.8.0rc1, and 1.8.5 tarballs from Mozilla's FTP directory. It's mostly the same code from trunk minus a few tweaks to get it past a couple type errors using c++ instead of cc. | |||
2011-04-29 | make pkg-config modifications conditional on successful status code. | Robert Newson | |
2011-04-25 | use pkg-config, if present, to find spidermonkey. | Robert Newson | |
2011-04-08 | add Solaris build support. | Robert Newson | |
2011-01-01 | freebsd compat | benoitc | |
2010-10-23 | remove inadvertent commit | Adam Kocoloski | |
2010-10-23 | b25b5b was sloppy, erlang:send_after/3 does not wrap w/ ok | Adam Kocoloski | |
2010-08-27 | Apache 2 license, Cloudant copyright when appropriate | Adam Kocoloski | |
2010-08-23 | consolidate all couchjs stuff in one subdir | Adam Kocoloski | |