summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* Added -I include paths as needed to handle #include <3rdparty/...>Don Anderson2015-03-252-2/+2
* Fixed python doc string in OVERRIDE_METHOD macro.Don Anderson2015-01-221-1/+1
* Prepend underscores to methods that could have name conflictsDon Anderson2015-01-221-8/+34
* Fix equals method in java API.Alex Gorrod2015-01-171-2/+2
* Make Cursor.equals return a boolean in Java.Michael Cahill2015-01-171-2/+2
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Put the WT_CURSOR public methods in alphabetical order.Keith Bostic2015-01-161-1/+1
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-3/+0
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-1417-9/+132
| |\
| * | Fix order of original cursor functions.Keith Bostic2014-12-221-1/+1
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-222-31/+99
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+4
* | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-175-10/+114
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1526 from wiredtiger/java-examplesAlex Gorrod2015-01-124-7/+102
| |\ \ \
| | * \ \ Merge branch 'develop' into java-examplesDon Anderson2015-01-0917-0/+17
| | |\ \ \
| | * | | | Various fixes related to java examples. Refs #1526.Don Anderson2015-01-094-7/+102
| | | |_|/ | | |/| |
| * | | | Raise an exception for any error, including WT_NOTFOUND,Don Anderson2015-01-121-2/+11
* | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-7/+2
* | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-143-7/+26
* | | | | Fix a function name typo, update auto-generated files.Keith Bostic2015-01-121-0/+1
* | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-5/+31
|/ / / /
* | | | Release Python's global lock (GIL) before sleeping to allow otherDon Anderson2015-01-081-0/+2
| |/ / |/| |
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0417-0/+17
|/ /
* | Remove tabs in comments.Don Anderson2014-12-161-1/+1
* | Some refactoring of python packing.Don Anderson2014-12-162-31/+99
|/
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-034-180/+181
* Allow unicode typed objects in Python with S/s formats. refs #1187.Don Anderson2014-11-121-4/+8
* Add typemaps so Java close cleanups occur after 'close' completes. refs #1332.Don Anderson2014-11-071-58/+44
* Added new %define to clean up name shuffling for wrap functions. #1295Don Anderson2014-10-301-39/+15
* Cleanup as a result of last merge: refs #1295Don Anderson2014-10-301-3/+17
* Merge branch 'develop' into java-exceptionsDon Anderson2014-10-302-12/+35
|\
| * Fix copy-paste error.Alex Gorrod2014-10-281-2/+1
| * Add transaction_pinned_range to Java API.Alex Gorrod2014-10-281-12/+35
| * Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-0/+1
* | Added a minimal ExceptionTest for java.Don Anderson2014-10-231-0/+1
* | Integrate new Java exception classes into java version of doc.Don Anderson2014-10-232-2/+2
* | Merge branch 'develop' into java-exceptionsDon Anderson2014-10-233-16/+60
|\ \ | |/
| * Fix the Python check for a verbose build: it can't be a connection method, th...Michael Cahill2014-10-181-16/+21
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+6
| * Allow Python tests to detect whether verbose support is configured.Michael Cahill2014-10-181-0/+8
| * Merge pull request #1258 from wiredtiger/java-doc-examplesMichael Cahill2014-10-152-2/+10
| |\
| | * Make sure the Java examples are built along with the API. Make section names...Michael Cahill2014-10-131-1/+9
| | * Merge branch 'develop' into java-doc-examplesDon Anderson2014-10-061-2/+2
| | |\
| | * | Multiple language doc support. refs #1130.Don Anderson2014-10-061-1/+1
| * | | Merge branch 'develop' into json-loadAlex Gorrod2014-10-151-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' into json-loadAlex Gorrod2014-09-192-14/+14
| |\ \ \ | | | |/ | | |/|
| * | | Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-5/+22
* | | | Renamed WiredTigerDeadlockException to be WiredTigerRollbackException.Don Anderson2014-10-233-4/+4
* | | | Added new Java exception classes for WT_DEADLOCK and WT_PANIC errors.Don Anderson2014-10-104-14/+111
* | | | WiredTigerException now extends RuntimeException, making it easier toDon Anderson2014-10-101-1/+1
| |_|/ |/| |