[osmium-tool] tag v1.1.1 created (now c59a3c3)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:16:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to tag v1.1.1
in repository osmium-tool.
at c59a3c3 (commit)
This tag includes the following new commits:
new 159a100 First commit
new 5eaadf5 BBox rename in libosmium
new 0f9b876 Add output-header option to osmium cat
new a5deede Use new overwrite flag in libosmium.
new 8df46a8 Update because libosmium moved some classes out of the 'osm' namespace.
new 6751c8e Track libosmium changes.
new 8c14f3c Some subcommands can't handle changesets, so make sure we don't read any.
new 86efe92 Fix osmium-subcommand command names.
new 5efd806 Remove defunct ostream.hpp include.
new 85f1f5f Rename osmium::Object to osmium::OSMObject in libosmium.
new 70061c5 Add first and last timestamp to fileinfo output.
new 2ff8fdb Also report number of changesets for fileinfo -e.
new 1a1b509 Added new and improved existing man pages.
new 43be77e Add/improve verbose output for some commands.
new f9a067f Option to "osmium cat": Only write out specified object types.
new bdbbf7a Improve man pages.
new 7acc96b Build and debian packaging fixes.
new ca73b07 Update debhelper version.
new 3d8c243 Add cmake build stuff.
new 73c960f Update mailinglist link for manpages.
new fa3b5f8 Improved cmake setup.
new 110e504 Add 'format' target to cmake makefile.
new 24fae05 Various cmake build, debian packaging, and doc updates.
new 97ac6f0 Only install README.md in debian, not on "make install".
new 7b762b0 Add ZSH completion rules.
new 89ea2bb Fix zsh completion for osmium command.
new 5b233a5 Fix include order so that USE_CRYPTOPP macros is included.
new d9dc67a Ups. Sorry. Include order updated again.
new 3e87a7b Extra checks for missing libraries.
new af1f7b7 Fix typo.
new c9a4464 minimal fix for windows compilation
new 1e9a1e6 fix includes for MSVC
new 69b9247 avoid {} initialization
new 5efff76 Fix indentation/spacing.
new 83481e2 Make "osmium" command work on Windows, too.
new 8cc540c Use value instead of reference captures in lambda.
new 3424e40 reorder libraries and add ws2_32 for MinGW
new 7d1bad3 Merge pull request #4 from alex85k/mingw
new 4abfe76 Formatting includes.
new 588b629 Only output time range for fileinfo if there are objects in the file.
new a1344c1 Fix include order. This fixes build problem on OSX.
new 9d0cce4 Add Makefile for simpler builds, update build instructions in README.
new 6e0c6a3 Updated cmake config.
new 34effba Improved cmake config.
new bd43cc1 Change cmake config to allow specifying C++ version to use.
new 98299d9 Move essential compile options from OsmiumOptions.cmake to FindOsmium.cmake.
new 2c73fea Small updates to wrapper Makefile and README.
new ad49155 Detect if objects in OSM file are ordered and if there are mulitple versions.
new 8d84ffe Make CMake config work with older versions of CMake.
new 0fe5d56 Fix .gitignores.
new 63af431 Add 'Dev' build type. Remove need for OsmiumOptions.cmake.
new 3355bf8 CMake config: Add threading support for all IO functions, not only PBF.
new 3e69fd8 CMake config: Formatting.
new ab1b70e Remove superfluous std::move().
new 565b547 Get FindOsmium.cmake from upstream.
new be9c27a Updated FindOsmium.cmake from upstream (libosmium repository).
new 70fb845 Add travis and appveyor config.
new 2b0b701 Add appveyor build badge to README.
new 6ac81b8 travis build: fix install of dependencies
new 0bddb0b Updated FindOsmium.cmake from upstream (libosmium repository).
new 25fb567 Simplified libcryptopp check and make use of lib optional.
new c119033 Simplified configuration. Removed need for config.hpp.
new 943e857 Updated copyright date.
new 914e103 Build fixes: Dev build, Windows build. Cmake config cleanup.
new 5c0e028 Add YouCompleteMe vim plugin config.
new 7ab2dc6 Move namespace alias into smaller scope.
new 0a4788e Extend output of --version with copyright and build info.
new bedcb4c Tweak travis build, update README.
new e72e224 Remove unneeded definitions from CMake command line for win build.
new d574c7e Do not set -std=c++11 option for MSVC.
new 9230141 Workaround for MSVC bug.
new 248d4d2 Remove unused vars from appveyor config.
new d85b715 Use non-mutable lambda in the hope that this will work with MSVC.
new 9d63d2b Another try to make MSVC happy.
new 42f0e98 Update copyright date in man pages.
new 3597ff2 Bugfix: Don't show that a file has multiple object versions if it is unordered.
new 4a1f621 Document that SHA support might not be available.
new d955ad1 Add wrapper script for uninstalled osmium. Simplified man page building.
new 2a08b01 Revert "Another try to make MSVC happy."
new 146995d Revert "Use non-mutable lambda in the hope that this will work with MSVC."
new e10755b Provide some simple test cases.
new 1fb7cf8 CMake: Add option to build with or without libcryptopp.
new 724dd3b Set MANPATH before running tests.
new 44acba1 Make it compile with very strict warnings.
new 60f84ad Call ctest in travis build.
new 7cdae9d Fix travis script.
new 3fa8ae4 Only run test that needs man pages if man pages are built.
new d2302bf Update FindOsmium.cmake from libosmium repos
new 778f08d Update appveyor conf similar to the one from libosmium.
new 9bd1dca CMake workaround: Set CMAKE_CONFIGURATION_TYPES before project().
new 265a9d1 Fix path and use lowercase for all commands in appveyor conf.
new 678d003 Add compiler and linker flag settings.
new 5c41d85 Fix appveyor build.
new 3388d65 Use CRC32 instead of SHA checksum.
new 893f55d Remove now superfluous cmake script to find libcrypto++.
new 4ef5dd5 New FindOsmium CMake script from libosmium repos.
new 06bcd2c Set version to 1.0.0.
new 06a8da1 Update contact information in man pages.
new 3e04262 Use absolute paths to includes in YouCompleteMe configuration.
new 345fa14 Remove vestiges of old Makefile-based build system.
new 4122ea6 Remove debian directory.
new aedff73 Move manpages from 'doc' to 'man' directory.
new e7e33ef Bring man page format more in line with usual man pages.
new 73fad7b Bring README.md up to date.
new 9b049f3 Move boilerplate variable settings in man pages to CMake scripts.
new 5667f94 Fix typo in README.md.
new c26fa26 Document new pbf_sort_stringtables option.
new 54cfca5 Fix formatting.
new d6c5fb7 Remove 'format' target, use fix-formatting.sh script instead.
new b3488ca Added CHANGELOG.md. Updated version to 1.0.1.
new 7515889 Tell CMake to output json file with compile commands.
new 3c9af2f Remove remnant of old cryptopp cmake config.
new 883a6ff Bugfix: add missing return character.
new 76e2a14 Updated FindOsmium.cmake from libosmium.
new ddccfd3 Cleanup travis
new baf982b Fix description in man page: CRC32 instead of SHA checksum.
new 092f88c Fix man page: osmium fileinfo uses -F not -f option for input format.
new 966d420 Use functor class instead of lambda.
new 441834e Explicitly make constant 0 a size_t to avoid warning on MSVC.
new a5a41e2 Make help output a bit more flexible.
new f500c78 Appveyor: Use shallow cloning and reformat appveyor config file.
new fe69d08 Formatting fix.
new 951f28a Add check-refs subcommand to check referential integrity of OSM file.
new 9c50a01 Add JSON output and output of just one variable to fileinfo command.
new 203e6b1 Also calculate largest ID of each type in fileinfo command.
new a0c1c7c Add tests for time-filter and clean up implementation.
new 73fe958 appveyor.yml: new URL for binary deps
new 6690b77 Use cmake script instead of shell for tests (so it will run on Windows).
new c55d085 Distribute CMake test config into subdirectories.
new 54153c7 Document missing data.maxid variables.
new a9fefb6 Use new min_op/max_op helper functions from libosmium.
new 57c3932 Move bool vector wrapper class into libosmium.
new 6058b92 Add some tests for check-refs subcommand.
new 94f91cc Test new travis setup.
new ffb514e Use exceptions to communicate errors from Command setup() functions.
new a4a8f3d Refactoring of command line parsing code for input/output files.
new a9ea4de Fix osm test files for check-refs.
new e154dcc Add renumber subcommand.
new 8e63cb6 Extend test helper functions to allow two commands to be called.
new db10ea6 Extend renumber subcommand: Can serialize mapping to disk.
new f4a140b Add getid subcommand.
new 4a6eea4 Man page improvements.
new 9524641 Add zsh completion for getid subcommand.
new 0400588 Put handling of --generator and --output-header into with_osm_output class.
new d227494 Move namespace alias into common header file.
new a78b8c6 Refactoring: Add output options in common function.
new 3dd0cea Move handling of common cmd line options into common functions.
new 78224c8 Refactor: reordering.
new 7c5cdb2 Extract handling of input options in common function.
new 8988b30 Refactoring: Put display of arguments (verbose mode) into extra function.
new 6ed718b Use uniform initialization.
new 01d722e Workaround for Windows build failure.
new f4a6fba Another MSVC workaround.
new 22bafd9 Release v1.1.0
new d8fa7b3 Bugfix: osmium fileinfo --show-variables didn't work properly.
new 0e624d3 Improved zsh autocompletion.
new c59a3c3 Release v1.1.1
The 157 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.
--
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