<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cloudant_bigcouch.git/couchjs/c_src/SConscript, branch upstream</title>
<subtitle>[cloudant_bigcouch] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/'/>
<entry>
<title>Hard code version so we don't need git when packaging.</title>
<updated>2014-01-17T10:48:12+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-01-17T10:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=d345da23681293a625f58dcc9303131527b70a32'/>
<id>d345da23681293a625f58dcc9303131527b70a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cURL a soft dependency</title>
<updated>2011-12-23T14:39:39+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2011-11-22T17:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=6cec3db82d6e17e413e771ad0e3aab156bafbc1b'/>
<id>6cec3db82d6e17e413e771ad0e3aab156bafbc1b</id>
<content type='text'>
This makes sure that we only optionally require the same version of cURL
that CouchDB does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure that we only optionally require the same version of cURL
that CouchDB does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow CPPPATH to be overriden in the environment</title>
<updated>2011-12-12T19:53:06+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2011-12-06T16:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=0bdc62b8b186de839cf44721b8b61aa1eeae1f14'/>
<id>0bdc62b8b186de839cf44721b8b61aa1eeae1f14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for JS script object type</title>
<updated>2011-11-09T19:55:48+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2011-11-09T19:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=3462a5692ea0a7d76a024fbe38a8026e44e72876'/>
<id>3462a5692ea0a7d76a024fbe38a8026e44e72876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Build couchjs with C, not C++. Fixes libm error on CentOS."</title>
<updated>2011-10-19T00:30:10+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@cloudant.com</email>
</author>
<published>2011-10-19T00:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=5f59de1d4b8a6fbac537ff7419f68aa7015b0121'/>
<id>5f59de1d4b8a6fbac537ff7419f68aa7015b0121</id>
<content type='text'>
This reverts commit 6b26f47e8287b2d1c1d7b74199647dec2e7c2bef.

Turns out the 'libm' error is a very obscure way of reporting a lack
of a C++ compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6b26f47e8287b2d1c1d7b74199647dec2e7c2bef.

Turns out the 'libm' error is a very obscure way of reporting a lack
of a C++ compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build couchjs with C, not C++. Fixes libm error on CentOS.</title>
<updated>2011-10-17T19:23:25+00:00</updated>
<author>
<name>Robert Newson</name>
<email>robert.newson@cloudant.com</email>
</author>
<published>2011-10-17T19:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=6b26f47e8287b2d1c1d7b74199647dec2e7c2bef'/>
<id>6b26f47e8287b2d1c1d7b74199647dec2e7c2bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove call to subprocess.check_output</title>
<updated>2011-10-11T00:16:01+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2011-10-11T00:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=6947cab38a20986e71b170d345682be9657cda1b'/>
<id>6947cab38a20986e71b170d345682be9657cda1b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'apache/1.1.x'</title>
<updated>2011-10-10T18:04:54+00:00</updated>
<author>
<name>Robert Newson</name>
<email>robert.newson@cloudant.com</email>
</author>
<published>2011-10-10T16:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=cf630a2e87ac1b6eace26601dc5b7ffdb39273b2'/>
<id>cf630a2e87ac1b6eace26601dc5b7ffdb39273b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated CouchJS to support SpiderMonkey 1.8.5</title>
<updated>2011-09-22T22:02:47+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2011-09-06T20:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=34ba230324bb329ce5ed54d703dcb4d84a65ab86'/>
<id>34ba230324bb329ce5ed54d703dcb4d84a65ab86</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>make pkg-config modifications conditional on successful status code.</title>
<updated>2011-04-29T20:16:20+00:00</updated>
<author>
<name>Robert Newson</name>
<email>robert.newson@cloudant.com</email>
</author>
<published>2011-04-29T20:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/cloudant_bigcouch.git/commit/?id=feaf729734032a59cb1f83f8dddfaabcdb44e914'/>
<id>feaf729734032a59cb1f83f8dddfaabcdb44e914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
