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-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-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
2017-09-06
Add PJ_FACTORS bit flags to proj.h
Kristian Evers
2017-09-05
proj: Do rad->deg conversion if output units warrants it.
Kristian Evers
2017-09-05
PJ_unitconvert: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/i...
Even Rouault
2017-09-05
Reformat proj.c before making functional changes.
Kristian Evers
2017-09-04
PJ_hgridshift.c: fix memleak in initialization if grid loading fail. Same fix...
Even Rouault
2017-09-03
PJ_goode: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/...
Even Rouault
2017-08-30
Merge pull request #562 from cffk/geod-1.49
Charles Karney
2017-08-30
Empty commit -- Correction to log message for previous commit:
Charles Karney
2017-08-30
Back out of previous change. Coverage stats are still wrong. geodtest
Charles Karney
2017-08-30
Rejig how geodtest is specified in automake to make coverage stats accurate??
Charles Karney
2017-08-30
Add geodtest to autoconf's 'make check' suite.
Charles Karney
2017-08-30
urm5: fix memory leaks in error code paths of initialization. Fixes https://b...
Even Rouault
2017-08-29
Release candidate for geodesic library version 1.49.
Charles Karney
2017-08-29
Add myself to AUTHORS
Even Rouault
2017-08-29
PJ_horner.c: fix memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/iss...
Even Rouault
2017-08-21
Added myself and Kristian Evers to AUTHORS file; Removed attribution … (#558)
Thomas Knudsen
2017-08-20
Merge pull request #553 from edechaux/master
Even Rouault
2017-08-20
PJ_aea.c: fix memory leak in error code path. Fixes https://bugs.chromium.org...
Even Rouault
2017-08-14
Merge pull request #556 from lukecampbell/master
Kristian Evers
2017-08-14
Merge pull request #557 from mwtoews/patch-1
Kristian Evers
2017-08-14
Fix ITRF2014
Mike Toews
2017-08-13
Merge pull request #555 from cffk/c99-math-test
Charles Karney
2017-08-11
Uses the mathjax formatting for geodesic equations
Luke Campbell
2017-08-07
Add ITRF init files (#552)
Kristian Evers
2017-08-07
Adding info functions to proj.h API. (#551)
Kristian Evers
2017-08-06
Fix typo in CMakeLists.txt
Charles Karney
2017-08-06
Add tests for C99 math functions, hypot, atanh, cbrt, etc.
Charles Karney
2017-08-04
Merge pull request #525 from kbevers/betterplots
Kristian Evers
2017-08-04
Updated figures on most projection doc-pages.
Kristian Evers
2017-08-04
Optimize and fix errors in plot interpolation.
Elliott Sales de Andrade
2017-08-04
Make better use of numpy and matplotlib.
Elliott Sales de Andrade
2017-08-04
Specify PROJ_LIB when generating plots.
Elliott Sales de Andrade
2017-08-04
Updated plotting mechanism radically.
Kristian Evers
[next]