Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |