summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
...
* In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.Michael Cahill2011-07-141-2/+9
* Pass CFLAGS and LDFLAGS through to the Python build.Michael Cahill2011-07-141-0/+2
* Implement full packing and unpacking for multi-column keys/values.Michael Cahill2011-05-264-95/+213
* Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill2011-05-242-0/+118
* Support multi-column keys and values in the Python API (in future).Michael Cahill2011-05-121-16/+21
* Add support for wiredtiger exceptions in python.Don Anderson2011-04-281-7/+46
* Reworked python iterable to handle arbitrary types and added a test case (tes...Don Anderson2011-05-091-77/+16
* Another fix for relative paths in the Python build: setup.py wants to own the...Michael Cahill2011-04-261-1/+2
* Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill2011-04-261-3/+4
* Have the Python API deal with packing and unpacking of keys and values.Michael Cahill2011-04-262-23/+206
* Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill2011-04-261-2/+1
* Build the Python API into the build directory.Michael Cahill2011-03-111-4/+5
* Turned 3 typemaps for self elimination into a single macro - (from mjc)Don Anderson2011-04-141-17/+7
* Do 'extra self elimination' in SWIG by using typemaps with two input args.Don Anderson2011-04-041-61/+15
* Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson2011-03-311-3/+203
* Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill2011-03-102-0/+30
* [#23] Permit JSON config strings. Change "column set" to "column group" / "c...Michael Cahill2011-01-281-9/+9
* Add code examples for every API call, add config parameters to commit and rol...Michael Cahill2011-01-132-20/+50
* API changes and example updates baed on Keith's feedback.Michael Cahill2011-01-072-427/+27
* Incorporated Keith's latest feedback, switched XXX to @todo...Michael Cahill2011-01-062-0/+401
* More work on code samples, Python implementation of the API using Berkeley DB.Michael Cahill2011-01-063-0/+252
* More editing of documentation, expanding of examples.Michael Cahill2011-01-041-15/+15
* More work on documentation and examples, removed some things from the API, in...Michael Cahill2010-12-163-7/+183
* Added some Java and Python tests of packing and unpacking.Michael Cahill2010-12-141-1/+0
* Started adding some skeleton tests.Michael Cahill2010-12-104-0/+49
* More complete Java API, more work on the column example.Michael Cahill2010-12-094-27/+115
* More work on the Java API: now has a client.Michael Cahill2010-12-021-0/+6
* Beginnings of a Java client API implementation.Michael Cahill2010-12-026-0/+5821