[osmium-tool] tag v1.1.0 deleted (was 22bafd9)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:17:10 UTC 2015


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

sebastic pushed a change to tag v1.1.0
in repository osmium-tool.

*** WARNING: tag v1.1.0 was deleted! ***

       was  22bafd9   Release v1.1.0

This change permanently discards the following revisions:

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

-- 
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