[osmium-tool] tag v1.0.1 created (now b3488ca)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to tag v1.0.1
in repository osmium-tool.
at b3488ca (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.
The 110 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