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