diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-02 03:18:32 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-02 14:54:20 +0100 |
| commit | d9064c3de62982c461a36ed9997eab56d1cb9f85 (patch) | |
| tree | 0689ff513a9de2c2cc9521ed447cded9ad9fd134 /scripts/reformat_cpp.sh | |
| parent | 00608cc1c892a0d0522ffd08127a4494d4844e19 (diff) | |
| download | PROJ-d9064c3de62982c461a36ed9997eab56d1cb9f85.tar.gz PROJ-d9064c3de62982c461a36ed9997eab56d1cb9f85.zip | |
Add tracing framework, and improve createOperations() performance
Diffstat (limited to 'scripts/reformat_cpp.sh')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index cc10b53e..a8002a6c 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -15,7 +15,7 @@ esac 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; do +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; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; fi |
