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
/
apps
/
gie.cpp
Age
Commit message (
Expand
)
Author
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-20
Remove pj_errno and related functions
Kristian Evers
2020-10-26
Try to fix compiler complaints for max and constexpr sqrt
Charles Karney
2020-05-16
gie: fix loss of precision when parsing big values such as in projected coord...
Even Rouault
2020-04-21
gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158)
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-10-28
Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...
Even Rouault
2019-09-18
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
Charles Karney
2019-05-05
geos: avoid division by zero
Even Rouault
2019-04-04
Reject negative e parameter to avoid division by zero
Even Rouault
2019-04-03
Merge pull request #1408 from rouault/ossfuzz_14015
Kristian Evers
2019-04-02
gie: fix tolerance checking
Even Rouault
2019-04-02
Make sure that ISO19111 C++ code sets pj_errno on errors
Kristian Evers
2019-03-29
Remove duplicate instances of #include "proj_internal.h"
Chris Mayo
2019-03-26
gie.cpp: silence Coverity CID 193520
Even Rouault
2019-03-09
Allow gie to use proj_create_crs_to_crs (#1314)
Kristian Evers
2019-03-06
Make gie return non-zero exit code when file can't be opened
Kristian Evers
2019-02-14
deformation: Replace +t_obs with +dt
Kristian Evers
2019-02-10
Completely remove Chebychev remains from codebase
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-26
cpp conversion: move source files in apps/ iso19111/ conversions/ projections...
Even Rouault