Commit Graph

59 Commits

Author SHA1 Message Date
Adam Murdoch
09bbd0f3ed Some updates. 2013-12-06 16:20:23 +11:00
Adam Murdoch
3f58d46207 Added another issue to fix. 2013-03-15 15:05:56 +11:00
Adam Murdoch
c5b13c013c Some updates. 2013-03-13 10:13:06 +11:00
Adam Murdoch
f8d61ea292 Updated readme. 2013-02-26 11:20:27 +11:00
Adam Murdoch
332b00a250 Added some fixes to do 2013-02-26 10:13:31 +11:00
Adam Murdoch
b7e6d363d4 Some updates. 2013-02-26 09:00:12 +11:00
Adam Murdoch
f1bbc3f4b2 Some updates. 2013-02-20 17:33:15 +11:00
Adam Murdoch
89b13f4c60 Fixed version number. 2013-02-20 17:24:12 +11:00
Adam Murdoch
6d954d2bfc Updated readme for 0.4 2013-02-20 15:04:09 +11:00
Adam Murdoch
fc23941f5c Implemented get and set environment variables for posix. 2013-02-16 11:15:05 +11:00
Adam Murdoch
6cab15ece4 Started implementing environment variable methods on windows. 2013-02-07 17:58:13 +11:00
Adam Murdoch
9e0493f94e Implemented Process working directory methods on windows, and fixed file system details. 2013-02-07 16:58:11 +11:00
Adam Murdoch
27bc7d8a76 Update. 2013-01-26 18:19:02 +11:00
Adam Murdoch
64a738008e Added Process.getWorkingDirectory() and setWorkingDirectory() and posix implementation. 2013-01-26 17:51:10 +11:00
Adam Murdoch
0a0828b7ff Updates 2012-12-01 16:01:58 +11:00
Adam Murdoch
802fb78f29 Split out terminfo jni functions into a separate native library, so that curses/ncurses is not required to load the main native library. 2012-11-12 17:20:04 +11:00
Adam Murdoch
1b4479a13e Updated changes section for 0.3 release. 2012-11-12 16:39:32 +11:00
Adam Murdoch
75899b093e Some updates. 2012-10-11 12:30:18 +11:00
Adam Murdoch
de1924f4dd Updates. 2012-10-10 17:41:33 +11:00
Adam Murdoch
933775dd09 Updates post release. 2012-10-10 17:34:02 +11:00
Adam Murdoch
665524bb34 Fixed typo. 2012-10-10 17:18:41 +11:00
Adam Murdoch
247e2ba012 Updates 2012-10-10 17:09:19 +11:00
Adam Murdoch
827387dd78 Some updates. 2012-10-10 16:28:54 +11:00
Adam Murdoch
fbf246dbf9 Changed NativeLibraryLocator to make extraction code multi-process safe. 2012-10-07 06:55:03 +10:00
Adam Murdoch
bc84bb102b Updated readme. 2012-09-16 19:49:16 +10:00
Adam Murdoch
8e30146b5a Updated readme. 2012-09-16 19:48:30 +10:00
Adam Murdoch
3052c7034b Some changes to artifact uploads. 2012-09-16 13:48:54 +10:00
Adam Murdoch
1fd7726ec1 Some updates. 2012-09-16 10:55:20 +10:00
Adam Murdoch
17ab1f04ef First cut of file system information for windows. 2012-09-15 09:58:34 +10:00
Adam Murdoch
de4e340e2c Implemented SystemInfo for windows. 2012-09-09 17:07:38 +10:00
Adam Murdoch
208d1be584 implemented basic char_to_java() 2012-09-09 14:17:58 +10:00
Adam Murdoch
7e2a573ff2 - Changed char_to_java() to use C charset instead of JVM's default encoding.
- Changed PosixFileFunctions.readLink() to return String instead of byte[].
2012-09-09 10:22:40 +10:00
Adam Murdoch
b8d0830d44 A first pass to correctly convert between c char strings to Java Strings. 2012-09-09 10:01:53 +10:00
Adam Murdoch
65e2610eef Use the wrapper. 2012-09-08 10:19:13 +10:00
Adam Murdoch
cb86354a4f Updates. 2012-09-03 14:26:05 +10:00
Adam Murdoch
efa6e683ee Tweaked build for linux machines where multi-arch support is not available. 2012-09-03 13:59:11 +10:00
Adam Murdoch
4e8db25017 Added PosixFile.symlink() and readLink(). 2012-09-01 16:12:24 +10:00
Adam Murdoch
b8b96291c6 Throw NativeIntegrationUnavailableException when an integration is not supported, and NativeException when something goes wrong loading the integration. 2012-09-01 10:29:43 +10:00
Adam Murdoch
3e4dc956ed Some renames and javadoc. 2012-09-01 10:02:02 +10:00
Adam Murdoch
f5dc6b80e1 - Compile 64 and 32 bit variants on Linux.
- Give each variant of the native library a unique name.
2012-08-27 19:55:59 +10:00
Adam Murdoch
743a1f90c9 updated 2012-08-27 06:27:24 +10:00
Adam Murdoch
1878bd9ff0 Use the system character encoding to encode file names before passing them to the native code. 2012-08-12 13:13:11 +10:00
Adam Murdoch
058df967a4 Implemented FileSystems on Linux. 2012-08-12 12:59:00 +10:00
Adam Murdoch
462350d8ae Updated readme. 2012-08-12 07:45:23 +10:00
Adam Murdoch
5f3761dd41 Some updates. 2012-08-10 08:50:51 +10:00
Adam Murdoch
6aa1c12bdc Updated. 2012-08-10 06:02:53 +10:00
Adam Murdoch
a249a250d3 Updated readme. 2012-08-06 14:11:14 +10:00
Adam
3cf9618427 initial support for Solaris 2012-08-06 13:48:40 +10:00
Adam Murdoch
5853d69ab5 added some notes about the tools required for each platform 2012-08-06 13:32:35 +10:00
Adam Murdoch
e0c31aa176 Added support for Terminal.cursorStartOfLine() and clearToEndOfLine(). 2012-08-04 17:18:16 +10:00