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
/
cs2cs.cpp
Age
Commit message (
Expand
)
Author
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-03-18
cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (...
Even Rouault
2020-03-13
Tag proj_list_units() as deprecated
Even Rouault
2020-01-13
Remove -ld option from proj and cs2cs
Kristian Evers
2019-11-21
Fix typos in code comments
Even Rouault
2019-09-13
cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563)
Even Rouault
2019-08-26
Add a proj_cleanup() function to free global resources, typically at process ...
Even Rouault
2019-05-03
cs2cs: set time value to HUGE_VAL if not explicitly specified
Even Rouault
2019-04-20
proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...
Even Rouault
2019-03-27
Merge pull request #1373 from rouault/coverity_fixes
Kristian Evers
2019-03-26
Merge pull request #1349 from cjmayo/manopts
Kristian Evers
2019-03-26
cs2cs: remove dead code that would leak memory. Coverity CID 193534
Even Rouault
2019-03-24
Doc: consistently use +opt and brackets
Chris Mayo
2019-03-24
Make cs2cs support 4D coordinates.
Kristian Evers
2019-02-20
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Even Rouault
2019-01-22
cs2cs: improve detection of 'cs2cs [-....] SRC DST' syntax
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
import/export PROJ strings from ISO19111 code: require/output +type=crs for C...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-26
cpp conversion: move source files in apps/ iso19111/ conversions/ projections...
Even Rouault