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
Age
Commit message (
Expand
)
Author
2017-10-09
Add documentation for datatypes and functions related to internal lists in PR...
Kristian Evers
2017-10-09
Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0
Kristian Evers
2017-10-09
Add PJ_DIRECTION to API referece [skip ci]
Kristian Evers
2017-10-09
Add proj_list_* functions that exposes various internal lists (#579)
Kristian Evers
2017-10-08
Resolve #594 and OSS-Fuzz-3569 (#595)
Thomas Knudsen
2017-10-07
Merge pull request #592 from busstoptaktik/obs_api-improvements
Thomas Knudsen
2017-10-06
Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...
Thomas Knudsen
2017-10-06
Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSIC
Thomas Knudsen
2017-10-06
Change PJ.left default from PJ_CLASSIC to PJ_RADIANS
Thomas Knudsen
2017-10-06
Merge pull request #590 from busstoptaktik/OSS-Fuzz-1836
Thomas Knudsen
2017-10-06
Resolve OSS-Fuzz issue 1836: Division by zero in gn_sinu setup
Thomas Knudsen
2017-10-06
Merge pull request #583 from busstoptaktik/destructor
Thomas Knudsen
2017-10-06
Enable ob_tran for ellipsoidal projection definitions. While formally wrong, ...
Thomas Knudsen
2017-10-06
Enable address sanitizer in linux/clang build
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-10-04
[docs] Fix link to DockerHub
Kristian Evers
2017-09-28
Introducing the cct 'Coordinate Conversion and Transformation' program (#574)
Thomas Knudsen
2017-09-28
Add PJD_ERR_* aliases for error numbers without one
Kristian Evers
2017-09-28
Support a default destructor for PJ objects
Thomas Knudsen
2017-09-27
CMake updates (#578)
Howard Butler
2017-09-27
Add detection of MSVC 14.0 and 14.1+ to CMake configuration (#580)
Mateusz Łoskot
2017-09-27
Ignore Visual Studio cruft and build directories and scripts (#581)
Mateusz Łoskot
2017-09-27
Add section PROJ.4 environment variables.
Kristian Evers
2017-09-27
decimalyear_to_mjd(): avoid almost infinite loop in case of crazy input. Fixe...
Even Rouault
2017-09-27
add proj_errno_* functions to API reference
Kristian Evers
2017-09-25
fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)
Nicolas David
2017-09-25
Merge pull request #570 from kbevers/api-streamlining
Kristian Evers
2017-09-22
Add 'expected accuracy' member to PJ_PROJ_INFO struct.
Kristian Evers
2017-09-21
Changed a few occurences of 'const PJ*' to just 'PJ*' since they were making ...
Kristian Evers
2017-09-21
Use FACTORS and DERIVS structs from projects.h instead of duplicating them in...
Kristian Evers
2017-09-21
Use Python2 in favour of Python3 which behaves inconsistenly on Travis (#573)
Kristian Evers
2017-09-20
Revert to using pip3
Kristian Evers
2017-09-20
Use python 3.5 with pyenv
Kristian Evers
2017-09-20
Use pip instead of pip3. pyevn should enforce usage of python3-compatible ver...
Kristian Evers
2017-09-18
Moved projection list to using chapter and created a list of transformations....
Kristian Evers
2017-09-13
Added functions API reference
Kristian Evers
2017-09-13
Make proj_destroy and proj_context_destroy behave in the same way.
Kristian Evers
2017-09-13
Introduce PJ_DEFAULT_CTX constant that improves code readability
Kristian Evers
2017-09-13
make PJ* P argument of proj_lp_dist const
Kristian Evers
2017-09-13
Add typedef for transformation direction enum
Kristian Evers
2017-09-13
Change how existance of strings in info-structs are checked. Before this comm...
Kristian Evers
2017-09-12
Merge pull request #564 from kbevers/proj-respect-input-output-units
Kristian Evers
2017-09-12
Merge pull request #567 from kbevers/issue-566
Even Rouault
2017-09-12
Make sure all platform specific before_install scripts call the global before...
Kristian Evers
2017-09-12
Move python version setup to build matrix. Different Travis platforms seem to...
Kristian Evers
2017-09-11
Set python version to 3.6 with pyenv
Kristian Evers
2017-09-11
Select python version via travis setup instead of using pyenv (which is not c...
Kristian Evers
2017-09-09
Potential fix for pip3 failure on travis, as suggested in https://github.com/...
Kristian Evers
2017-09-09
Tested for wrong indices before array lookup. Fixes #566.
Kristian Evers
2017-09-07
PJ_ob_tran: fix potential memory leak. Fixes https://bugs.chromium.org/p/oss-...
Even Rouault
[prev]
[next]