diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-31 00:00:41 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-31 19:07:38 +0100 |
| commit | db040122c566442500e3ea0d7928d32ac3a3ed29 (patch) | |
| tree | 3e120457cc63b28e487e0cadf7465d71e4af83d4 /scripts/reformat_cpp.sh | |
| parent | ea73297ea426eac1dcc0133c4cd730ff029e26a8 (diff) | |
| download | PROJ-db040122c566442500e3ea0d7928d32ac3a3ed29.tar.gz PROJ-db040122c566442500e3ea0d7928d32ac3a3ed29.zip | |
Add a SQLite3 local cache of downloaded chunks
Diffstat (limited to 'scripts/reformat_cpp.sh')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index ca20e0d8..1b54fb3b 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -18,7 +18,8 @@ TOPDIR="$SCRIPT_DIR/.." for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp \ "$TOPDIR"/src/iso19111/*.cpp "$TOPDIR"/test/unit/*.cpp "$TOPDIR"/src/apps/projinfo.cpp \ "$TOPDIR"/src/tracing.cpp "$TOPDIR"/src/grids.hpp "$TOPDIR"/src/grids.cpp \ - "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp ; do + "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp \ + "$TOPDIR"/src/sqlite3.hpp "$TOPDIR"/src/sqlite3.cpp ; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; fi |
