corda/classpath
Joel Dice 8b83de8985 add avian.Machine.tryNative
This function allows you to call native code such that any
SIGSEGV/SIGBUS/SIGFPE/EXC_ACCESS_VIOLATION/etc. raised by that code is
transformed into a Java exception and thrown by tryNative.  Note that
this effectively results in a longjmp out of whatever function raised
the exception, so any C++ destructors or other cleanup code will not
be run.
2014-08-19 14:03:46 -06:00
..
avian add avian.Machine.tryNative 2014-08-19 14:03:46 -06:00
java add hashCode and equals methods to java/util/Map 2014-08-15 10:44:22 -06:00
sun update copyright years 2014-04-23 15:33:41 -06:00
java-io.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-lang.cpp Merge pull request #317 from joshuawarner32/cmake-vs 2014-07-31 08:16:48 -06:00
java-net.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-nio.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util-zip.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
jni-util.h explicitly override UNUSED definition 2014-08-17 15:34:44 -06:00
sockets.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
sockets.h explicitly override UNUSED definition 2014-08-17 15:34:44 -06:00