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
/
cct.c
Age
Commit message (
Expand
)
Author
2018-10-09
Fix typos
Even Rouault
2018-09-07
cct: forward comments to output
Kristian Evers
2018-09-05
Add -d option to proj, cs2cs and cct (#1109)
Søren Holm
2018-05-26
cct.c: add missing va_end() in error code path (spotted by cppcheck)
Even Rouault
2018-05-23
Use proj_strtod.h for proj_strtod and proj_atof
Kurt Schwehr
2018-05-07
Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings
Kristian Evers
2018-05-05
cct usage: add 'I' to docs, re-order usage to same as docs
mwtoews
2018-04-13
Merge branch 'master' into logging_with_new_api
Kristian Evers
2018-04-13
Always ignore out-commented lines in cct
Kristian Evers
2018-04-12
Use PROJ logging facility in cct
Kristian Evers
2018-04-12
Add --skip-lines option to cct
Kristian Evers
2018-04-03
Add --skip-lines option to cct
Kristian Evers
2018-03-27
Print help when calling cct without arguments
Kristian Evers
2018-03-27
Document --version option in cct and gie
Kristian Evers
2018-03-14
Avoid 'invalidscanf,scanf without field width limits can crash with huge inpu...
Even Rouault
2018-03-14
cct.c: fix memory leak (spotted by clang static analyzer)
Even Rouault
2018-03-12
Fix 'src/cct.c:235,error,resourceLeak,Resource leak: fout' cppcheck warning
Even Rouault
2018-03-11
Remove angle brackets for proj headers (#849)
Thomas Knudsen
2018-02-23
Tidy a few typos
Mike Toews
2018-02-12
Make proj_pj_info work correctly for pipelines (#795)
Thomas Knudsen
2018-02-04
Add --version option to gie and cct.
Thomas Knudsen
2018-01-11
Fail gracefully when invalid inverse operation is specified in cct.
Kristian Evers
2017-12-20
Repair column selector bug
Thomas Knudsen
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-11-25
Overhaul ellipsoid handling (#682)
Thomas Knudsen
2017-11-16
Repair double cct io-blunder
Thomas Knudsen
2017-11-08
Improved IO predicates (#648)
Thomas Knudsen
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-10-26
Repair and improve broken cct output routine (#631)
Thomas Knudsen
2017-10-25
Repair gie and cct after breakage due to proj_strtod update (#628)
Thomas Knudsen
2017-10-19
Parse -I / --inverse properly in cct. Fixes #607.
Kristian Evers
2017-09-28
Introducing the cct 'Coordinate Conversion and Transformation' program (#574)
Thomas Knudsen