summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a script to bootstrap a dev build image on an EC2 instance.jsdelfino2010-06-051-0/+23
* Minor fixes to ubuntu image creation scripts.jsdelfino2010-06-056-32/+161
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-0533-607/+815
* Add RSS support to the WSGI integration module.jsdelfino2010-06-057-46/+377
* Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino2010-06-0245-1166/+339
* Build the expat XML parser separately instead of building it as part of libst...jsdelfino2010-05-315-25/+21
* Add support for RSS feeds and minor fixes to ATOM support.jsdelfino2010-05-3112-5/+564
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-3025-39/+134
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-2945-115/+275
* Add a logger component that logs and relays all invocations through a reference.jsdelfino2010-05-238-4/+189
* Update svn:ignore properties.jsdelfino2010-05-221-0/+3
* Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2010-05-222-3/+3
* Implementation of a streaming + aggregating Log utility component using Faceb...jsdelfino2010-05-2223-26/+943
* More fixes to get build working on EC2 base Ubuntu 9.10 image.jsdelfino2010-05-172-10/+18
* Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4....jsdelfino2010-05-173-40/+13
* Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2.jsdelfino2010-05-173-54/+54
* Add missing thrift, scribe and libcloud to Ubuntu distro build.jsdelfino2010-05-171-1/+1
* Add Apache Libcloud support to the build.jsdelfino2010-05-164-13/+46
* Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com...jsdelfino2010-05-164-1/+170
* Update README description of how to get the source code.jsdelfino2010-05-131-2/+3
* Add simple implementation of Scheme-like lazy streams.jsdelfino2010-05-133-1/+114
* Move samples to samples directory.jsdelfino2010-05-13101-35/+13
* Add instructions to download and setup gcc 4.5.jsdelfino2010-04-221-3/+8
* Reuse the same file descriptor when reopening a tinycdb database.jsdelfino2010-04-191-4/+35
* Minor cleanup of ubuntu install scripts.jsdelfino2010-04-193-4/+23
* Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino2010-04-1923-61/+1508
* Chdir to the installed SCA contribution before configuring components.jsdelfino2010-04-191-0/+4
* Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino2010-04-1714-4/+734
* Install gcc-4.5 in ubuntu automated install script.jsdelfino2010-04-173-56/+25
* Add a test for lambda expressions with gcc-4.5 and change build script to req...jsdelfino2010-04-174-3/+87
* Copy trunk into gcc-4.4 branch before porting to gcc-4.5.jsdelfino2010-04-17380-0/+39773
* Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino2010-04-175-25/+84
* Update svn:ignore properties.jsdelfino2010-04-121-0/+1
* Removed build output from version control.jsdelfino2010-04-122-0/+1
* Add various utility hash functions, useful to hash and retrieve keys from a d...jsdelfino2010-04-124-2/+346
* Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino2010-04-1131-23/+247
* Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino2010-04-1013-24/+196
* Add new test directories to main build.jsdelfino2010-04-091-1/+1
* Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino2010-04-0921-11/+1288
* Simple SQL database component implementation, using PostgreSQL.jsdelfino2010-04-0811-10/+702
* Minor fix, cleanup namespace.jsdelfino2010-04-083-27/+27
* Create build structure for an SQL database component. Add dependencies to pos...jsdelfino2010-04-0411-50/+330
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-0412-48/+72
* Fix build error when memcached is not on the system path.jsdelfino2010-03-291-4/+0
* Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2010-03-292-5/+9
* Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino2010-03-2910-15/+59
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-2827-62/+90
* Change automated build to build curl from source instead of using the deb lib...jsdelfino2010-03-274-5/+24
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-2726-61/+618
* Correctly support binding URI on references.jsdelfino2010-03-212-7/+15