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
Age
Commit message (
Expand
)
Author
2022-02-19
Fix nullptr dereference in utilities whan argv[0] == NULL
Even Rouault
2022-02-14
CMake: split configuration files for apps and tests (#3048)
Mike Taves
2022-01-09
Minor cppcheck fixes
Even Rouault
2021-10-09
geod / proj: accept lt-inv[geod/proj] name for older libtool versions
Even Rouault
2021-09-28
projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...
Even Rouault
2021-09-28
Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...
Even Rouault
2021-09-08
createOperations(): deal with spherical planetocentric geodetic CRS
Even Rouault
2021-09-04
Workaround 'Overlapping read/write of union is undefined behavior' cppcheck w...
Even Rouault
2021-05-23
projinfo: fix error message regarding --output-id
Even Rouault
2021-05-23
code formatting fix
Even Rouault
2021-05-17
projsync: make it filter out files not intended for the current version
Even Rouault
2021-04-23
projinfo: increase file size limit of files opened with @filename to 1MB to b...
Even Rouault
2021-04-23
projinfo: catch potential exception (master only, CID 193527)
Even Rouault
2021-04-12
Merge pull request #2659 from rouault/fix_2603
Even Rouault
2021-04-11
projinfo --list-crs --area: make it work when multiple areas matches the spec...
Even Rouault
2021-04-11
Reformatting fix
Even Rouault
2021-04-11
projinfo: add option --list-crs (#2663)
Javier Jimenez Shaw
2021-04-11
projinfo: add a --normalize-axis-order undocument switch
Even Rouault
2021-04-10
projinfo: remove spurious -- in help message (master only)
Even Rouault
2021-03-15
projinfo: add a --dump-db-structure switch
Even Rouault
2021-03-15
SQL output: add capability to restrict the authorities into which to look for...
Even Rouault
2021-03-15
projinfo: add a '-o SQL --output-id AUTH:CODE' SQL output
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-07
projinfo: catch exception on bad value for --accuracy (CID 314810)
Even Rouault
2021-03-07
gie.cpp: use correct type in error message (CID 314813)
Even Rouault
2021-03-07
cs2cs: catch exception on bad value for --accuracy (CID 314818)
Even Rouault
2021-03-07
cct: remove useless nullptr checking (CID 314822)
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2020-12-16
cs2cs: add --no-ballpark and --accuracy options
Even Rouault
2020-12-15
projinfo: add a --accuracy option to define the minimum accuracy
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-12-02
cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...
Even Rouault
2020-11-30
Merge pull request #2466 from rouault/fix_2423
Even Rouault
2020-11-30
API cleanup: unexport number of internal symbols, and remove/replace a few un...
Even Rouault
2020-11-29
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Even Rouault
2020-11-28
cs2cs: add --area and --bbox options to restrict candidate coordinate operat...
Even Rouault
2020-11-28
Use same arguments to printf format string for both radians and degrees in ou...
Houder
2020-11-26
Merge pull request #2403 from kbevers/remove-proj_api.h
Kristian Evers
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-22
projinfo.cpp: improve hint when to use --spatial-test intersects
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
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-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro
Kristian Evers
2020-11-20
Remove proj_api.h
Kristian Evers
2020-11-19
Replace line feed in input line by null character
J.H. van de Water
2020-11-17
cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result...
Even Rouault
2020-11-10
cct: allow @filename syntax
Even Rouault
2020-11-10
Allow cct to instantiate operations via object codes or names (#2419)
Kristian Evers
[next]