[Tile-serving] [openstreetmap/osm2pgsql] Use fmt library instead of boost::format (#1004)

Jochen Topf notifications at github.com
Mon Nov 25 19:40:47 UTC 2019


The fmt library is included in contrib. Boost::format is not needed any more.
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/osm2pgsql/pull/1004

-- Commit Summary --

  * Put fmt library into contrib and add to cmake config
  * Use fmt library in tests
  * Replace boost::format by fmt::format in several places
  * Remove use of boost::format from SQL exec functions

-- File Changes --

    M CMakeLists.txt (7)
    A contrib/fmt/LICENSE.rst (27)
    A contrib/fmt/README.contrib (2)
    A contrib/fmt/README.rst (501)
    A contrib/fmt/include/fmt/chrono.h (829)
    A contrib/fmt/include/fmt/color.h (585)
    A contrib/fmt/include/fmt/compile.h (466)
    A contrib/fmt/include/fmt/core.h (1414)
    A contrib/fmt/include/fmt/format-inl.h (1000)
    A contrib/fmt/include/fmt/format.h (3600)
    A contrib/fmt/include/fmt/locale.h (77)
    A contrib/fmt/include/fmt/ostream.h (136)
    A contrib/fmt/include/fmt/posix.h (311)
    A contrib/fmt/include/fmt/printf.h (715)
    A contrib/fmt/include/fmt/ranges.h (288)
    A contrib/fmt/include/fmt/safe-duration-cast.h (293)
    M src/db-copy.cpp (3)
    M src/expire-tiles.cpp (23)
    M src/gazetteer-style.hpp (1)
    M src/geometry-processor.cpp (14)
    M src/middle-pgsql.cpp (7)
    M src/node-ram-cache.cpp (15)
    M src/options.cpp (19)
    M src/osm2pgsql.cpp (1)
    M src/output-gazetteer.cpp (11)
    M src/output-gazetteer.hpp (1)
    M src/output.cpp (19)
    M src/parse-osmium.cpp (11)
    M src/pgsql.cpp (1)
    M src/pgsql.hpp (21)
    M src/processor-point.cpp (2)
    M src/table.cpp (67)
    M src/taginfo.cpp (20)
    M src/tagtransform-lua.cpp (55)
    M tests/common-pg.hpp (39)
    M tests/test-db-copy-mgr.cpp (8)
    M tests/test-output-gazetteer.cpp (16)
    M tests/test-output-multi-point-multi-table.cpp (4)
    M tests/test-output-pgsql-z_order.cpp (9)

-- Patch Links --

https://github.com/openstreetmap/osm2pgsql/pull/1004.patch
https://github.com/openstreetmap/osm2pgsql/pull/1004.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1004
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20191125/831d401d/attachment.html>


More information about the Tile-serving mailing list