| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-20 | proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ↵ | Even Rouault | |
| #124) | |||
| 2019-03-27 | Merge pull request #1373 from rouault/coverity_fixes | Kristian Evers | |
| Coverity fixes | |||
| 2019-03-26 | proj/emess: fix null pointer dereference. CID 193533 | Even Rouault | |
| 2019-03-24 | Doc: consistently use +opt and brackets | Chris Mayo | |
| +opt represents one parameter. An ellipsis indicates additional instances of the previous parameter may be given. Spaces are used between parameters and before an ellipsis, not purely to format brackets. See man(1) SYNOPSIS conventions. | |||
| 2019-03-17 | Fix some issues raised by latest cppcheck | Even Rouault | |
| - coordinateoperation_internal.hpp: missing 'explicit' keyword - proj.cpp: unused 'generic' member in enumeration - init.cpp: useless assignment to a_orig and es_orig, because done again a few lines below. - crs.cpp: unused variable - datum.cpp: inefficient use of find() function - io.cpp: * missing 'static' qualifier for method * useles ternary test (left and right have same value) - aeqd.cpp: useless assignment of inv and fwd, snice done again a few lines below - isea.cpp: useless assignment of resolution and aperture since done again a few lines below, and with default values when params are absent - mod_ster.cpp: useless assignment of lp.lam, overriden in below code paths. - stere.cpp: false positive, but better not modify another variable than the iterator in a for() loop. | |||
| 2019-01-18 | Remove Chebyshev polynomials from proj | Kristian Evers | |
| 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 ↵ | Even Rouault | |
| structures | |||
| 2018-12-26 | cpp conversion: move source files in apps/ iso19111/ conversions/ ↵ | Even Rouault | |
| projections/ transformations/ tests/ subdirectories | |||
