aboutsummaryrefslogtreecommitdiff
path: root/src/apps/projsync.cpp
AgeCommit message (Collapse)Author
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-10-24projsync: fix --list-files to be compatible with filtering optionsEven Rouault
2020-05-31projsync.cpp: fix -Wrange-loop-construct clang10 warningsEven Rouault
2020-04-20Moved proj_context_get_url_endpoint & ↵Alan D. Snow
proj_context_get_user_writable_directory to proj.h (#2162) Fixes #2028
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub)
2020-02-06Fix cppcheck warnings and make it work with latest cppcheck 1.90Even Rouault
2020-02-04Add projsync utilityEven Rouault
Fixes #1750