[pdal-commits] [PDAL/PDAL] 25063d: clean up comparison warning

GitHub noreply at github.com
Sun Apr 8 15:36:53 EDT 2012


  Branch: refs/tags/0.7.0
  Home:   https://github.com/PDAL/PDAL
  Commit: 25063db9462718361a001ba741b1149ca0f081d0
      https://github.com/PDAL/PDAL/commit/25063db9462718361a001ba741b1149ca0f081d0
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
    M test/unit/drivers/pipeline/PipelineReaderTest.cpp

  Log Message:
  -----------
  clean up comparison warning


  Commit: a0959711e10011dbd18dc3fd9f277bf971b96385
      https://github.com/PDAL/PDAL/commit/a0959711e10011dbd18dc3fd9f277bf971b96385
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
    A test/data/pipeline/bad/pipeline_bad01.xml
  A test/data/pipeline/bad/pipeline_bad02.xml
  A test/data/pipeline/bad/pipeline_bad03.xml
  A test/data/pipeline/bad/pipeline_bad04.xml
  A test/data/pipeline/bad/pipeline_bad05.xml
  A test/data/pipeline/bad/pipeline_bad06.xml
  A test/data/pipeline/bad/pipeline_bad07.xml
  A test/data/pipeline/bad/pipeline_bad08.xml
  A test/data/pipeline/bad/pipeline_bad09.xml
  A test/data/pipeline/bad/pipeline_bad10.xml
  R test/data/pipeline/pipeline_bad01.xml
  R test/data/pipeline/pipeline_bad02.xml
  R test/data/pipeline/pipeline_bad03.xml
  R test/data/pipeline/pipeline_bad04.xml
  R test/data/pipeline/pipeline_bad05.xml
  R test/data/pipeline/pipeline_bad06.xml
  R test/data/pipeline/pipeline_bad07.xml
  R test/data/pipeline/pipeline_bad08.xml
  R test/data/pipeline/pipeline_bad09.xml
  R test/data/pipeline/pipeline_bad10.xml
  M test/unit/drivers/pipeline/PipelineReaderTest.cpp

  Log Message:
  -----------
  move the bad pipeline test cases into their own directory


  Commit: 9dae027bc6c7e46b938614730af545433bb0be18
      https://github.com/PDAL/PDAL/commit/9dae027bc6c7e46b938614730af545433bb0be18
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
    M boost/boost/property_tree/detail/json_parser_write.hpp

  Log Message:
  -----------
  shut up silly warning described in https://svn.boost.org/trac/boost/ticket/5598


  Commit: e3a3b450670ce7c67656b8069554682933a1f793
      https://github.com/PDAL/PDAL/commit/e3a3b450670ce7c67656b8069554682933a1f793
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
    M include/pdal/Metadata.hpp
  M src/Metadata.cpp
  M src/drivers/las/Reader.cpp
  M src/drivers/nitf/NitfFile.cpp
  M test/unit/MetadataTest.cpp
  M test/unit/drivers/nitf/NitfReaderTest.cpp

  Log Message:
  -----------
  rework pdal::Metadata to be constructed like pdal::Options is in preparation for their soon-to-be happy marriage


  Commit: 3d30248dc66ed40c44477ec32021aebcf4bda964
      https://github.com/PDAL/PDAL/commit/3d30248dc66ed40c44477ec32021aebcf4bda964
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  put back full linking of all PDAL dependencies for WIN32 case


  Commit: 536c5234acda3456b9ca13caa6623aa124c5e640
      https://github.com/PDAL/PDAL/commit/536c5234acda3456b9ca13caa6623aa124c5e640
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M include/pdal/Metadata.hpp

  Log Message:
  -----------
  Metadata entries need not be unique


  Commit: 058a88fbfc2490712f71acccffa0aef8a9a03d97
      https://github.com/PDAL/PDAL/commit/058a88fbfc2490712f71acccffa0aef8a9a03d97
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-08 (Sun, 08 Apr 2012)

  Changed paths:
    M apps/AppSupport.cpp

  Log Message:
  -----------
  add ntif as an open-able driver for pcinfo, etc


  Commit: 5bf620508dd8a65e5c486f7c9e6eaa7adc2bb527
      https://github.com/PDAL/PDAL/commit/5bf620508dd8a65e5c486f7c9e6eaa7adc2bb527
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-08 (Sun, 08 Apr 2012)

  Changed paths:
    M apps/pcinfo.cpp

  Log Message:
  -----------
  add ability to dump xml metadata for stage


  Commit: 228bafe715ff4ed1973c9436dc52a59fa8a2b5f5
      https://github.com/PDAL/PDAL/commit/228bafe715ff4ed1973c9436dc52a59fa8a2b5f5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-04-08 (Sun, 08 Apr 2012)

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

  Log Message:
  -----------
  add a Metadata::to_xml method, this is duplication of the pipelinewriter static method of the same name, but I think these should probably be pulled closer to the objects themselves than out in some auxillary class


Compare: https://github.com/PDAL/PDAL/compare/ba30472...228bafe


More information about the pdal-commits mailing list