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
Age
Commit message (
Expand
)
Author
2018-08-22
Adding ellipsoidal equations for the Equal Earth (#1101)
Bojan Šavrič
2018-08-20
Fixes for webmerc projection (fixes #1078)
Even Rouault
2018-08-17
Implementation of Equal Earth projection (#1090)
jdugge
2018-08-11
gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN...
Even Rouault
2018-08-11
projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op...
Even Rouault
2018-08-11
Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084)
Even Rouault
2018-07-26
pj_strerrno(): Change check off err value to avoid undefined behavior.
Kurt Schwehr
2018-07-21
Remove unused '+no_rot' parameter
Kristian Evers
2018-07-21
Check for use of both +k and +k_0 in krovak
Kristian Evers
2018-07-20
Use error code constant instead of number
Kristian Evers
2018-07-12
Merge pull request #1075 from cffk/geod-unit-fix
Charles Karney
2018-07-11
Revert pj_units to_meters entries for US units.
Charles Karney
2018-07-11
Remove ugly assignment within an expression.
Charles Karney
2018-07-11
Fix #1074. Fix unit conversion factors for geod.
Charles Karney
2018-07-10
vgridshift: add a +multiplier={value} parameter
Even Rouault
2018-07-07
Merge pull request #1065 from rouault/helmert_with_t_huge_val
Even Rouault
2018-07-06
Use M_PI_2 and M_PI_4 instead of locally defined constants
Kristian Evers
2018-06-29
Helmert: consider that xyzt.t == HUGE_VAL means t_epoch
Even Rouault
2018-06-26
Add inverse lagrange projection
Kristian Evers
2018-06-22
Merge pull request #1055 from rouault/geocent_cart_to_meter
Kristian Evers
2018-06-21
Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)
Even Rouault
2018-06-21
unitconvert: error out if xy_in/xy_out z_in/z_out use different unit types
Even Rouault
2018-06-21
Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...
Even Rouault
2018-06-20
Add proj_errno_string() to proj.def
Kristian Evers
2018-06-19
pj_transform.c:projected_to_geographic: Convert literal -17 to PJD_ERR_NON_CO...
Kurt Schwehr
2018-06-18
Set error codes in proj_create and proj_create_argv
Aaron Puchert
2018-06-15
Do not scan past the end of the read data in pj_ctx_fgets
Kurt Schwehr
2018-06-13
whitespace cleanup pj_fileapi.c
Kurt Schwehr
2018-06-08
bump version numbers to 5.2.0
Kristian Evers
2018-06-08
Export proj target to scope visible for test/unit target
Mateusz Loskot
2018-06-07
Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...
Even Rouault
2018-06-06
Correct bad use of proj_dmstor in gie.
Kristian Evers
2018-06-06
Remove leftover debugging print statement
Kristian Evers
2018-06-06
Merge pull request #1031 from kbevers/gie-read-dms
Kristian Evers
2018-06-05
Make gie read dms style coordinates
Kristian Evers
2018-06-04
pj_transform.c: Use errno symbols, not numeric literals (#1029)
Kurt Schwehr
2018-06-02
use modern URL for DOI
Mike Toews
2018-06-02
use shortened URL from StackExchange websites
Mike Toews
2018-06-01
Do not pivot over WGS84 when doing cs2cs-emulation with geocent
Kristian Evers
2018-05-31
Fix buffer overflow in gie.c:append_args() (#1023)
Kurt Schwehr
2018-05-30
Merge pull request #1022 from schwehr/gie-operation-overflow
Kristian Evers
2018-05-30
Merge pull request #1021 from rouault/add_test_framework
Kristian Evers
2018-05-30
Merge pull request #1018 from schwehr/gie-fprintf
Kristian Evers
2018-05-30
Replace suspicious use of strncat(), despite correct in that particular case ...
Even Rouault
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-05-29
Ensure that operations are less than MAX_OPERATION long.
Kurt Schwehr
2018-05-26
cct.c: add missing va_end() in error code path (spotted by cppcheck)
Even Rouault
2018-05-24
Fix libtool versioning, using the proper number for 'age'
Kristian Evers
2018-05-24
gie T.fout output cleanup
Kurt Schwehr
2018-05-24
Update version numbers for 5.1.0 release
Kristian Evers
[next]