index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jniproj.c
Age
Commit message (
Expand
)
Author
2018-05-02
Rename "Proj" as "PROJ" for the library name.
Martin Desruisseaux
2018-05-02
Use the #define constant generated by javac instead than a constant maintaine...
Martin Desruisseaux
2018-04-27
Apply the https://github.com/opengeospatial/geoapi/issues/26 patch.
Martin Desruisseaux
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2015-05-31
Remove unused $Id$ keywords.
Elliott Sales de Andrade
2012-06-01
Removed legacy JNI binding.
Martin Desruisseaux
2012-05-31
JNI: Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN constant.
4.8
Martin Desruisseaux
2011-09-02
Avoid C++ style comments.
Martin Desruisseaux
2011-08-27
Initial commit of the new Java Native Interface (JNI) bindings.
Martin Desruisseaux
2011-08-27
Applied the easiest fix for memory leak, and documented the remaining issues.
Martin Desruisseaux
2011-02-08
avoid cplusplus comments (#92)
Frank Warmerdam
2009-04-02
avoid various warnings
Frank Warmerdam
2009-01-06
removed CVS log messages since they are not maintained by subversion
Frank Warmerdam
2005-07-05
Added standard headers.
Frank Warmerdam
2005-07-05
Remove loop from inside pj_transform() jacket per email from Steffen Kohler.
Frank Warmerdam
2004-10-25
New
Frank Warmerdam