| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | Remove pj_errno and related functions | Kristian Evers | |
| 2020-11-20 | Remove pj_free() and move it's functional parts to proj_destroy() | Kristian Evers | |
| 2020-11-17 | cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each ↵ | Even Rouault | |
| result as soon as it is produced This is needed when working with pipes, when stdout is not an interactive terminal, and thus the behaviour is to have it buffered as a regular file, whereas with an interactive terminal, each newline character causes an implicit flush. | |||
| 2020-11-10 | cct: allow @filename syntax | Even Rouault | |
| Similarly as for projinfo, allow "cct @filename" to mean read filename and use its content as if it was provided inline. Useful for WKT or PROJJSON And a tiny improvements, when the object definition contains ':', only try proj_create_from_database() if the left part (authority name) matches a known authority, to avoid a warning. | |||
| 2020-11-10 | Allow cct to instantiate operations via object codes or names (#2419) | Kristian Evers | |
| Running cct like cct EPSG:8366 or cct "ITRF2014 to ETRF2014 (1)" is now possible. | |||
| 2019-12-25 | cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specified | Even Rouault | |
| 2019-12-25 | cct: revise end-of-line handling in logging, and always output debug and ↵ | Even Rouault | |
| trace messages to stderr | |||
| 2019-03-29 | Remove duplicate instances of #include "proj_internal.h" | Chris Mayo | |
| Introduced by "Merge projects.h into proj_internal.h" 8ab6f683. | |||
| 2019-03-26 | cct.cpp: silence Coverity CID 193526 | Even Rouault | |
| 2019-03-26 | cct.cpp: silence Coverity CID 193536 | Even Rouault | |
| 2019-02-11 | cct: fix memory leak | 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/ ↵ | Even Rouault | |
| projections/ transformations/ tests/ subdirectories | |||
