| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-12 | Be more careful about the files that we move to C 'src' directory: | Martin Desruisseaux | |
| since there is no header files starting with "org_" except JNI files, moving the "org_*.h" file should guarantee that we will not overwrite non-JNI file. The use of wildcard is for "org_osgeo_..." which may be added in a future version. This commit also opportunistically fixes minimum Ant version number in documentation. | |||
| 2018-05-12 | Fix version history: Java bridge 2.0 was compatible with PROJ 4.8 (not 4.9) ↵ | Martin Desruisseaux | |
| and above. The PROJ 4.8 version was compatible with both Java bridges 1.0 and 2.0. | |||
| 2018-05-12 | Update JNI README.md with a note that Windows users need to use a different ↵ | Martin Desruisseaux | |
| path separator. | |||
| 2018-05-12 | Set the "PROJ bridge to JNI" version number to 3.0 and document its ↵ | Martin Desruisseaux | |
| relationship with PROJ version number. | |||
| 2018-05-12 | Add troubleshoting indication based on ↵ | Martin Desruisseaux | |
| https://github.com/OSGeo/proj.4/issues/380 comments. | |||
| 2018-05-12 | Use more explicit java options in the documentation (e.g. --class-path ↵ | Martin Desruisseaux | |
| instead of -cp). | |||
| 2018-05-02 | Rename "Proj" as "PROJ" for the library name. | Martin Desruisseaux | |
| 2018-04-27 | Replace the use of doxygen by standard Javadoc tools for jniwrap. | Martin Desruisseaux | |
| 2018-04-27 | Renamed jniwrap/README as README.md for better integration with GitHub. | Martin Desruisseaux | |
| Reformatted the README.md content for Markdown syntax. Updated some content to reflect the changes applied in build.xml file. | |||
