[pdal-commits] [PDAL/PDAL] 7d1552: testing for LIBXML2_FOUND rather than WITH_LIBXML2...

GitHub noreply at github.com
Tue Oct 23 20:16:51 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 7d1552a63d88564f9b357fcaf14b0b674da7cb21
      https://github.com/PDAL/PDAL/commit/7d1552a63d88564f9b357fcaf14b0b674da7cb21
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M apps/CMakeLists.txt

  Log Message:
  -----------
  testing for LIBXML2_FOUND rather than WITH_LIBXML2 to project against the case of the library just not being found


  Commit: d7f0be28710398ab78fb7da533636c05f0511e8c
      https://github.com/PDAL/PDAL/commit/d7f0be28710398ab78fb7da533636c05f0511e8c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M include/pdal/Utils.hpp
    M src/Utils.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp

  Log Message:
  -----------
  fix #104, fix #105

fixes two issues revealed when building on MSVC. toupper and isxdigit are ambiguous-
changing to global namespace seems to clear things up. if replaceAll() is used
outside of the tests, it shouldn't be buried in Support class.


  Commit: 63e406c3849c0bc7f614d6edba99f5de4e11ddfb
      https://github.com/PDAL/PDAL/commit/63e406c3849c0bc7f614d6edba99f5de4e11ddfb
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M include/pdal/Writer.hpp
    M src/Writer.cpp

  Log Message:
  -----------
  fix #106


  Commit: 3b1c0a3419f2d2bc7899c95dcce5fe63af1990a2
      https://github.com/PDAL/PDAL/commit/3b1c0a3419f2d2bc7899c95dcce5fe63af1990a2
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M include/pdal/pdal_export.hpp
    M include/pdal/pdal_internal.hpp
    M src/CMakeLists.txt
    M src/pdal_config.cpp
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  fix #103, #106, #107


  Commit: a49431168254335053e1fe4676fd1891f86b8d36
      https://github.com/PDAL/PDAL/commit/a49431168254335053e1fe4676fd1891f86b8d36
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M include/pdal/GDALUtils.hpp
    M include/pdal/drivers/oci/Reader.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M src/drivers/oci/Reader.cpp
    M src/drivers/text/Writer.cpp
    M src/filters/Colorization.cpp
    M src/filters/InPlaceReprojection.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


Compare: https://github.com/PDAL/PDAL/compare/2dda8bfdf4b6...a49431168254


More information about the pdal-commits mailing list