summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-222-6/+0
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-192-4/+4
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-182-2/+4
* Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.Michael Cahill2013-04-181-1/+1
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-0/+1
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-4/+5
* Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-0/+1
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-0/+1
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-092-1/+1
* Add a test case for Java cursor issue refs #493Alex Gorrod2013-03-261-0/+1
* Fix get_key/value in the Java API for complex cursors.Michael Cahill2013-03-261-441/+439
* Add Java documentation for Session::open_cursorAlex Gorrod2013-03-251-0/+5
* Install wiredtiger.jar when running "make install".Michael Cahill2013-03-141-3/+5
* Ignore warnings when building the Python SWIG wrapper.Alex Gorrod2013-03-131-9/+1
* Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill2013-02-252-8/+31
* Fix copyright notices in Java source code.Alex Gorrod2013-02-197-28/+87
* Add comments to the Java methods defined in the SWIG interface.Alex Gorrod2013-02-191-3/+226
* Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-199-136/+429
* Fix library path for Java make check on Linux.Alex Gorrod2013-02-141-1/+1
* Fix conditional compilation of JUnit tests.Alex Gorrod2013-02-141-2/+4
* Update Java cursors to use packing code. Also enhance JUnit usage.Alex Gorrod2013-02-134-74/+182
* Update Java structure packing implementation.Alex Gorrod2013-02-127-320/+352
* Add a Java implementation of packed formats.Alex Gorrod2013-02-088-16/+623
* Add in examples to Java build.Alex Gorrod2013-01-251-0/+7
* Fix Java build to work with recent autoconf.Alex Gorrod2013-01-241-11/+12
* Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod2013-01-2413-17/+26
|\
| * Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-0/+3
| * Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-072-1/+6
| * Update copyright notice to 2013.Keith Bostic2013-01-0111-12/+12
| * Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill2012-12-101-4/+5
* | Move generated Java files into a subdirectory.Alex Gorrod2013-01-242-10/+11
* | Have compare return an int not a bool. Add Java implementation for Cursor::co...Alex Gorrod2012-11-291-2/+6
* | Rename cursor equals to compare in Java API.Alex Gorrod2012-11-291-4/+4
* | Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod2012-11-283-110/+155
|\ \ | |/
| * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-13/+34
| * Switch the Python API to not allocate objects explicitly, and instead leave t...Michael Cahill2012-10-241-88/+104
| * Cache cursor key/value formats in Python, to save a native call from every ge...Michael Cahill2012-10-241-2/+6
| * Turn on SWIG optimizations and warnings.Michael Cahill2012-10-241-1/+1
| * warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
| * lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unusedMichael Cahill2012-09-121-1/+5
| * Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-7/+7
* | Fix build issues with the Java API caused by C API changes.Michael Cahill2012-08-161-0/+12
* | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developMichael Cahill2012-08-163-34/+107
|\ \ | |/
| * Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-021-3/+3
| * whitespaceMichael Cahill2012-07-301-20/+20
| * Fix warnings in SWIG code on OS X 10.8.Michael Cahill2012-07-301-12/+21
| * Fix methods that return integer parameters from Python.Michael Cahill2012-07-301-14/+44
| * Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-2/+5
| * Determine statically in SWIG how to handle errors.Michael Cahill2012-07-111-21/+40
| * Revert change to use SWIG exception in the Python API.Michael Cahill2012-07-101-40/+21