Changed NativeLibraryLocator to make extraction code multi-process safe.

This commit is contained in:
Adam Murdoch
2012-10-07 06:55:03 +10:00
parent bc84bb102b
commit fbf246dbf9
5 changed files with 76 additions and 22 deletions

View File

@@ -75,10 +75,16 @@ Some sample code to use the terminal:
## Changes
### 0.2
Fixes to make native library extraction multi-process safe.
### 0.1
Initial release
# Development
## Building
You will need to use the Gradle wrapper. Just run `gradlew` in the root directory.
@@ -174,7 +180,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
* String names for errno values.
* Split into multiple projects.
* Convert to c.
* Make native library extraction multi-process safe.
* Use fully decomposed form for unicode file names on hfs+ filesystems.
* Extend FileSystem to deal with removable media.