summaryrefslogtreecommitdiff
path: root/lang/java
AgeCommit message (Expand)Author
2013-05-15First pass that compiles.Susan LoVerso
2013-04-22Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill
2013-04-19Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill
2013-04-18Add an extension "unload" entry point, configured with "unload" and withKeith Bostic
2013-04-18Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.Michael Cahill
2013-04-12Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09Make WiredTiger extension functions available to linked-in modules viaKeith Bostic
2013-03-26Add a test case for Java cursor issue refs #493Alex Gorrod
2013-03-26Fix get_key/value in the Java API for complex cursors.Michael Cahill
2013-03-25Add Java documentation for Session::open_cursorAlex Gorrod
2013-03-14Install wiredtiger.jar when running "make install".Michael Cahill
2013-02-25Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill
2013-02-19Fix copyright notices in Java source code.Alex Gorrod
2013-02-19Add comments to the Java methods defined in the SWIG interface.Alex Gorrod
2013-02-19Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod
2013-02-14Fix library path for Java make check on Linux.Alex Gorrod
2013-02-14Fix conditional compilation of JUnit tests.Alex Gorrod
2013-02-13Update Java cursors to use packing code. Also enhance JUnit usage.Alex Gorrod
2013-02-12Update Java structure packing implementation.Alex Gorrod
2013-02-08Add a Java implementation of packed formats.Alex Gorrod
2013-01-25Add in examples to Java build.Alex Gorrod
2013-01-24Fix Java build to work with recent autoconf.Alex Gorrod
2013-01-24Move generated Java files into a subdirectory.Alex Gorrod
2012-11-29Have compare return an int not a bool. Add Java implementation for Cursor::co...Alex Gorrod
2012-11-29Rename cursor equals to compare in Java API.Alex Gorrod
2012-08-16Fix build issues with the Java API caused by C API changes.Michael Cahill
2012-07-23Improve configure detection of Java.Michael Cahill
2012-07-17update / insert typoMichael Cahill
2012-07-09Generate javadoc into docs/java for the Java API.Michael Cahill
2012-07-09Check for errors when returning keys or values.Michael Cahill
2012-07-07imported patch java-apiMichael Cahill