summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild defaultKeith Bostic2014-10-011-2/+2
| |/ |/|
* | Rearrange the Python build so we generate object files under the build direct...Michael Cahill2014-09-052-14/+14
* | As far as I can tell, there's no "build" directory, so quit tryingKeith Bostic2014-09-041-1/+1
* | Add wiredtiger_wrap.o to the clean-local label.Keith Bostic2014-09-041-1/+1
* | Don't remove the wiredtiger directory, it has source code, reference #1188.Keith Bostic2014-09-041-1/+1
|/
* Document EBUSY and update python. #1153Susan LoVerso2014-08-051-5/+5
* Merge branch 'develop' into log-cursorSusan LoVerso2014-07-311-4/+5
|\
| * Fix 0ffb202 and reinstate changes from e739089.Susan LoVerso2014-07-301-1/+10
| * The change in 0ffb202, it's not sufficient. Yank the test, it's notKeith Bostic2014-07-301-8/+0
* | Merge branch 'develop' into log-cursorSusan LoVerso2014-07-301-0/+8
|\ \ | |/
| * Add a way to skip tests that rely on diagnostic builds. Use that for the out...Michael Cahill2014-07-301-0/+8
* | Ignore __wt_lsn in language interfaces. #1106Susan LoVerso2014-07-152-0/+2
|/
* Revert languages to using lang_private.Susan LoVerso2014-05-282-7/+7
* Add an app_private field to the WT_ASYNC_OP handle.Alex Gorrod2014-05-282-7/+7
* Expose the private field with a macro.Susan LoVerso2014-05-272-7/+7
* Merge branch 'develop' into json-dumpSusan LoVerso2014-05-221-15/+46
|\
| * Added 'throws' clauses to Java method signatures for all wrappedDon Anderson2014-05-151-15/+46
* | Merge branch 'develop' into json-dumpSusan LoVerso2014-05-143-38/+250
|\ \ | |/
| * Fixes for Java async stability and performance.Don Anderson2014-05-131-43/+57
| * KNF fixes and comment typo.Don Anderson2014-05-131-3/+9
| * Support async operations in Java. refs #933.Don Anderson2014-05-113-30/+222
* | Merge branch 'develop' into json-dumpMichael Cahill2014-05-085-23/+857
|\ \ | |/
| * Fix handling of raw cursors in the async API: always go through the {get,set}...Michael Cahill2014-05-021-1/+1