Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Update couchjs for static build option, eliminate eval() | wohali | |
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-06 | Allow CPPPATH to be overriden in the environment | Paul J. Davis | |
2011-11-11 | Add check for JS script object type | Paul J. Davis | |
2011-10-17 | Revert "Build couchjs with C, not C++. Fixes libm error on CentOS." | Robert Newson | |
This reverts commit e311d45fba617e7917d76109b4e21dbb388f268d. 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 | |