[osmium-tool] branch upstream updated (c8e5ea4 -> 0ed0bda)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jun 8 19:47:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository osmium-tool.

      from  c8e5ea4   Imported Upstream version 1.3.0
       new  0ed0bda   Imported Upstream version 1.3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  149 +-
 CHANGELOG.md                                       |   26 +-
 CMakeLists.txt                                     |   16 +-
 Makefile                                           |    5 +-
 README.md                                          |    4 +-
 cmake/run_test_compare_output.cmake                |   12 +-
 man/common-options.md                              |    9 +
 man/input-options.md                               |    8 +
 man/osmium-add-locations-to-ways.md                |   94 +
 man/osmium-apply-changes.md                        |   48 +-
 man/osmium-cat.md                                  |   46 +-
 man/osmium-changeset-filter.md                     |   66 +-
 man/osmium-check-refs.md                           |   36 +-
 man/osmium-fileinfo.md                             |   17 +-
 man/osmium-getid.md                                |  110 +-
 man/osmium-merge-changes.md                        |   58 +-
 man/osmium-renumber.md                             |   69 +-
 man/osmium-show.md                                 |   95 +
 man/osmium-sort.md                                 |   52 +-
 man/osmium-time-filter.md                          |   50 +-
 man/osmium.md                                      |   37 +
 man/output-options.md                              |   26 +
 scripts/travis_script.sh                           |   36 -
 src/CMakeLists.txt                                 |    2 +-
 src/cmd.cpp                                        |   84 +
 src/cmd.hpp                                        |   40 +-
 src/cmd_factory.cpp                                |    2 +-
 src/command_add_locations_to_ways.cpp              |  173 ++
 src/command_add_locations_to_ways.hpp              |   76 +
 src/command_apply_changes.cpp                      |   26 +-
 src/command_apply_changes.hpp                      |   10 +-
 src/command_cat.cpp                                |   55 +-
 src/command_cat.hpp                                |   12 +-
 src/command_changeset_filter.cpp                   |   26 +-
 src/command_changeset_filter.hpp                   |   10 +-
 src/command_check_refs.cpp                         |  100 +-
 src/command_check_refs.hpp                         |   10 +-
 src/command_fileinfo.cpp                           |   24 +-
 src/command_fileinfo.hpp                           |   10 +-
 src/command_getid.cpp                              |  369 ++-
 src/command_getid.hpp                              |   52 +-
 src/command_help.cpp                               |    9 +-
 src/command_help.hpp                               |   11 +-
 src/command_merge_changes.cpp                      |   26 +-
 src/command_merge_changes.hpp                      |   10 +-
 src/command_renumber.cpp                           |  214 +-
 src/command_renumber.hpp                           |   96 +-
 src/command_show.cpp                               |  225 ++
 src/{command_cat.hpp => command_show.hpp}          |   30 +-
 src/command_sort.cpp                               |   26 +-
 src/command_sort.hpp                               |   10 +-
 src/command_time_filter.cpp                        |   24 +-
 src/command_time_filter.hpp                        |   11 +-
 src/exception.hpp                                  |    2 +-
 src/io.cpp                                         |   31 +-
 src/main.cpp                                       |   13 +-
 test/CMakeLists.txt                                |   27 +-
 test/add-locations-to-ways/CMakeLists.txt          |   17 +
 test/{getid => add-locations-to-ways}/input.osm    |    8 +-
 .../output-n.osm}                                  |   18 +-
 test/add-locations-to-ways/output.osm              |   17 +
 test/cat/output1.osm.opl                           |    6 +-
 test/changeset-filter/output1-all.osm              |    2 +-
 test/changeset-filter/output1-first.osm            |    2 +-
 test/check-refs/CMakeLists.txt                     |   44 +-
 test/check-refs/fail-n-in-r.osm                    |    6 +
 test/check-refs/{nw-okay.osm => fail-n-in-w.osm}   |    6 -
 test/check-refs/fail-r-in-r-1.osm                  |    6 +
 test/check-refs/fail-r-in-r-2.osm                  |    6 +
 test/check-refs/fail-w-in-r.osm                    |    6 +
 test/check-refs/okay-r-in-r.osm                    |    9 +
 test/check-refs/{nw-okay.osm => okay.osm}          |    4 +
 test/check-refs/{nw-okay.osm => way-okay.osm}      |    2 +-
 test/formats/f1.osm.opl                            |    8 +-
 test/getid/CMakeLists.txt                          |   38 +
 test/getid/idfile                                  |    5 +
 test/getid/in10.id                                 |    1 +
 test/getid/in10.osm                                |    4 +
 test/getid/in19.id                                 |    1 +
 test/getid/in19.osm                                |    4 +
 test/getid/in21.id                                 |    1 +
 test/getid/in21.osm                                |    7 +
 test/getid/in29.id                                 |    1 +
 test/getid/in29.osm                                |    7 +
 test/getid/in30.id                                 |    1 +
 test/getid/in30.osm                                |    8 +
 test/getid/in31.id                                 |    1 +
 test/getid/in31.osm                                |    6 +
 test/getid/in32.id                                 |    1 +
 test/getid/in32.osm                                |    6 +
 test/getid/in39.id                                 |    1 +
 test/getid/in39.osm                                |    6 +
 test/getid/out10.osm                               |    4 +
 test/getid/{output.osm => out21.osm}               |    3 +-
 test/{check-refs/nw-okay.osm => getid/out30.osm}   |    6 +-
 test/{sort/output-simple.osm => getid/out31.osm}   |   14 +-
 test/getid/out32.osm                               |    7 +
 test/getid/relloop-out.osm                         |    9 +
 test/getid/relloop.id                              |    2 +
 test/getid/relloop.osm                             |    9 +
 .../output-simple.osm => getid/source-no-rr.osm}   |   17 +-
 test/{sort/output-simple.osm => getid/source.osm}  |   20 +-
 test/help/CMakeLists.txt                           |    8 +-
 test/include/catch.hpp                             | 3045 ++++++++++++--------
 test/misc/CMakeLists.txt                           |    2 +-
 test/{getid/output.osm => order/fail-order-n.osm}  |   10 +-
 .../nw-okay.osm => order/fail-order-r.osm}         |    7 +
 .../nwr-okay.osm => order/fail-order-rw.osm}       |    5 +-
 .../nw-okay.osm => order/fail-order-w.osm}         |    9 +-
 .../nw-okay.osm => order/fail-order-wn.osm}        |    9 +-
 test/renumber/CMakeLists.txt                       |   24 +-
 test/sort/output-bounds.osm                        |    2 +-
 zsh_completion/_osmium                             |   53 +-
 113 files changed, 4446 insertions(+), 2000 deletions(-)
 create mode 100644 man/common-options.md
 create mode 100644 man/input-options.md
 create mode 100644 man/osmium-add-locations-to-ways.md
 create mode 100644 man/osmium-show.md
 create mode 100644 man/output-options.md
 delete mode 100755 scripts/travis_script.sh
 create mode 100644 src/cmd.cpp
 create mode 100644 src/command_add_locations_to_ways.cpp
 create mode 100644 src/command_add_locations_to_ways.hpp
 create mode 100644 src/command_show.cpp
 copy src/{command_cat.hpp => command_show.hpp} (61%)
 create mode 100644 test/add-locations-to-ways/CMakeLists.txt
 copy test/{getid => add-locations-to-ways}/input.osm (77%)
 copy test/{sort/output-simple.osm => add-locations-to-ways/output-n.osm} (68%)
 create mode 100644 test/add-locations-to-ways/output.osm
 create mode 100644 test/check-refs/fail-n-in-r.osm
 copy test/check-refs/{nw-okay.osm => fail-n-in-w.osm} (58%)
 create mode 100644 test/check-refs/fail-r-in-r-1.osm
 create mode 100644 test/check-refs/fail-r-in-r-2.osm
 create mode 100644 test/check-refs/fail-w-in-r.osm
 create mode 100644 test/check-refs/okay-r-in-r.osm
 copy test/check-refs/{nw-okay.osm => okay.osm} (82%)
 copy test/check-refs/{nw-okay.osm => way-okay.osm} (100%)
 create mode 100644 test/getid/idfile
 create mode 100644 test/getid/in10.id
 create mode 100644 test/getid/in10.osm
 create mode 100644 test/getid/in19.id
 create mode 100644 test/getid/in19.osm
 create mode 100644 test/getid/in21.id
 create mode 100644 test/getid/in21.osm
 create mode 100644 test/getid/in29.id
 create mode 100644 test/getid/in29.osm
 create mode 100644 test/getid/in30.id
 create mode 100644 test/getid/in30.osm
 create mode 100644 test/getid/in31.id
 create mode 100644 test/getid/in31.osm
 create mode 100644 test/getid/in32.id
 create mode 100644 test/getid/in32.osm
 create mode 100644 test/getid/in39.id
 create mode 100644 test/getid/in39.osm
 create mode 100644 test/getid/out10.osm
 copy test/getid/{output.osm => out21.osm} (90%)
 copy test/{check-refs/nw-okay.osm => getid/out30.osm} (78%)
 copy test/{sort/output-simple.osm => getid/out31.osm} (72%)
 create mode 100644 test/getid/out32.osm
 create mode 100644 test/getid/relloop-out.osm
 create mode 100644 test/getid/relloop.id
 create mode 100644 test/getid/relloop.osm
 copy test/{sort/output-simple.osm => getid/source-no-rr.osm} (66%)
 copy test/{sort/output-simple.osm => getid/source.osm} (59%)
 copy test/{getid/output.osm => order/fail-order-n.osm} (56%)
 copy test/{check-refs/nw-okay.osm => order/fail-order-r.osm} (71%)
 rename test/{check-refs/nwr-okay.osm => order/fail-order-rw.osm} (86%)
 copy test/{check-refs/nw-okay.osm => order/fail-order-w.osm} (75%)
 rename test/{check-refs/nw-okay.osm => order/fail-order-wn.osm} (75%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list