summaryrefslogtreecommitdiff
path: root/couchjs/c_src/SConscript
AgeCommit message (Collapse)Author
2012-10-03Support multiarch library paths on Linux.wohali
2012-04-25Fix Build for GentooFelix Gilcher
Modify SConscript so that it recognizes the standard name for the mozjs/spidermonkey lib on gentoo.
2011-12-23Make cURL a soft dependencyPaul J. Davis
This makes sure that we only optionally require the same version of cURL that CouchDB does.
2011-12-06Allow CPPPATH to be overriden in the environmentPaul J. Davis
2011-11-11Add check for JS script object typePaul J. Davis
2011-10-17Revert "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-17Build couchjs with C, not C++. Fixes libm error on CentOS.Robert Newson
2011-10-10Remove call to subprocess.check_outputPaul 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-10Merge remote-tracking branch 'apache/1.1.x'Robert Newson
2011-09-22Updated CouchJS to support SpiderMonkey 1.8.5Paul 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-29make pkg-config modifications conditional on successful status code.Robert Newson
2011-04-25use pkg-config, if present, to find spidermonkey.Robert Newson
2011-04-08add Solaris build support.Robert Newson
2011-01-01freebsd compatbenoitc
2010-10-23remove inadvertent commitAdam Kocoloski
2010-10-23b25b5b was sloppy, erlang:send_after/3 does not wrap w/ okAdam Kocoloski
2010-08-27Apache 2 license, Cloudant copyright when appropriateAdam Kocoloski
2010-08-23consolidate all couchjs stuff in one subdirAdam Kocoloski