[pdal-commits] [PDAL/PDAL] c5e157: start on a common #include <pdal/pdal.hpp> for ext...

GitHub noreply at github.com
Mon Jan 27 11:31:48 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c5e1579ed5294109cd72f2c08263a09e4499e295
      https://github.com/PDAL/PDAL/commit/c5e1579ed5294109cd72f2c08263a09e4499e295
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-01-20 (Mon, 20 Jan 2014)

  Changed paths:
    A include/pdal/Drivers.hpp
    A include/pdal/Filters.hpp
    A include/pdal/Kernel.hpp
    A include/pdal/pdal.hpp
    M src/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  start on a common #include <pdal/pdal.hpp> for external  usage #228


  Commit: fcc59a7ec4005761c3124cb53b5ac22ce7758a8d
      https://github.com/PDAL/PDAL/commit/fcc59a7ec4005761c3124cb53b5ac22ce7758a8d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-01-20 (Mon, 20 Jan 2014)

  Changed paths:
    M include/pdal/drivers/sqlite/common.hpp

  Log Message:
  -----------
  remove unnecessary includes


  Commit: 21f75927903970ca221f88082680fac6c7adcb5f
      https://github.com/PDAL/PDAL/commit/21f75927903970ca221f88082680fac6c7adcb5f
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-01-26 (Sun, 26 Jan 2014)

  Changed paths:
    M CMakeLists.txt
    M cmake/pdal_utils.cmake
    M doc/Makefile
    M doc/stages/filters.programmable.txt
    M include/pdal/Dimension.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Schema.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M include/pdal/filters/Scaling.hpp
    M include/pdal/kernel/Query.hpp
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/Schema.cpp
    M src/drivers/oci/Reader.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into issues/228-common-include


  Commit: c3062b510cfda722557b19934f0f8548914351ef
      https://github.com/PDAL/PDAL/commit/c3062b510cfda722557b19934f0f8548914351ef
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    A cmake/pdal_options.cmake
    A cmake/pdal_targets.cmake
    M cmake/pdal_utils.cmake
    M include/pdal/drivers/pgpointcloud/Reader.hpp
    M src/CMakeLists.txt
    M src/drivers/pgpointcloud/Reader.cpp
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' into issues/228-common-include


  Commit: c0f498b5b0395c1a53ff807dc3e59eba2f1a3b59
      https://github.com/PDAL/PDAL/commit/c0f498b5b0395c1a53ff807dc3e59eba2f1a3b59
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
    M doc/tutorial/writing.txt
    M include/pdal/pdal.hpp

  Log Message:
  -----------
  only include base stuff in <pdal/pdal.hpp>, not Drivers, Filters, and Kernel, which a user can include separately as needed


  Commit: a807a4224c4d998941bf971d98732afe1628455c
      https://github.com/PDAL/PDAL/commit/a807a4224c4d998941bf971d98732afe1628455c
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
    M doc/tutorial/writing.txt
    A include/pdal/Drivers.hpp
    A include/pdal/Filters.hpp
    A include/pdal/Kernel.hpp
    M include/pdal/drivers/sqlite/common.hpp
    A include/pdal/pdal.hpp
    M src/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #228 from PDAL/issues/228-common-include

common include file for PDAL


Compare: https://github.com/PDAL/PDAL/compare/e4b8f212b445...a807a4224c4d


More information about the pdal-commits mailing list