index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
build.xml
Age
Commit message (
Expand
)
Author
2015-07-01
...
Grant Limberg
2015-06-24
configure the NDK to build all supported ABIs and package them up in the jar
Grant Limberg
2015-06-13
Modified ant build script so that it can be integrated with Android Studio's ...
Grant Limberg
2015-06-01
Enable ZT_TRACE and more verbose build output
Grant Limberg
2015-05-04
build & package libZeroTierOneSDK.jnilib on Mac oS
Grant Limberg
2015-05-02
ensure java is compiled for JVM 1.7. Android cant read .class files compiled...
Grant Limberg
2015-05-02
add the basedir to the ant buildfile
Grant Limberg
2015-04-30
Setup native build for Windows Java.
Grant Limberg
2015-04-25
fix strings pointing to enum fields in ResultCode java class
Grant Limberg
2015-04-25
If we could not recursively add ZeroTierOneSDK.jar to ZeroTierOneSDK.jar, tha...
Grant Limberg
2015-04-25
Package the Android native libraries right in the .jar file
Grant Limberg
2015-04-25
generate javadocs for the Java SDK
Grant Limberg
2015-04-23
set 'build' as the default ant target
Grant Limberg
2015-04-23
don't require clean before build
Grant Limberg
2015-04-23
fix a build error
Grant Limberg
2015-04-23
Added ant build script. Requires NDK_BUILD_LOC environment variable pointing...
Grant Limberg