[pdal-commits] [PDAL/PDAL] 3c0f9f: Exclude pipeline_mosaic test when built w/o Python

GitHub noreply at github.com
Mon Apr 7 09:26:48 PDT 2014


  Branch: refs/heads/issues/264-pdal-linkage
  Home:   https://github.com/PDAL/PDAL
  Commit: 3c0f9f74a17d3c3075d0a57273ec82bd2fea48d2
      https://github.com/PDAL/PDAL/commit/3c0f9f74a17d3c3075d0a57273ec82bd2fea48d2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M test/unit/filters/MosaicFilterTest.cpp

  Log Message:
  -----------
  Exclude pipeline_mosaic test when built w/o Python

The pipeline file `pipeline/mosaic.xml` includes a filters.programmable,
which depends on Python. This patch excludes the test when we are not
built with Python.


  Commit: 096c7c47165c24a93bb6f313c3f7c9787001765a
      https://github.com/PDAL/PDAL/commit/096c7c47165c24a93bb6f313c3f7c9787001765a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/oci/Reader.hpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/oci/Reader.cpp

  Log Message:
  -----------
  fixups related to the big change in acbellgithub's 24828059066a77f56be6bec002a605c5d95af266


  Commit: 04a488a2519fba761e1569fe5177e186602ef976
      https://github.com/PDAL/PDAL/commit/04a488a2519fba761e1569fe5177e186602ef976
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M include/pdal/filters/HexBin.hpp
    M src/filters/HexBin.cpp

  Log Message:
  -----------
  more cleanups for 24828059066a77f56be6bec002a605c5d95af266 for filters.hexbin


  Commit: 7591080d6fcfa0a64b834521a2574786c4ce79cf
      https://github.com/PDAL/PDAL/commit/7591080d6fcfa0a64b834521a2574786c4ce79cf
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M include/pdal/filters/HexBin.hpp
    M src/filters/HexBin.cpp

  Log Message:
  -----------
  more fixups to filters.hexbin for 24828059066a77f56be6bec002a605c5d95af266


  Commit: d63d1e6e66c3a8268c80f31d56f311598014495c
      https://github.com/PDAL/PDAL/commit/d63d1e6e66c3a8268c80f31d56f311598014495c
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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


  Commit: 1d5520e0b902cc52173924b5c5c8300909600399
      https://github.com/PDAL/PDAL/commit/1d5520e0b902cc52173924b5c5c8300909600399
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M apps/pdal.cpp
    M doc/apps.txt
    A include/pdal/kernel/Delta.hpp
    M include/pdal/kernel/Kernel.hpp
    R include/pdal/kernel/Query.hpp
    M src/CMakeLists.txt
    A src/kernel/Delta.cpp
    R src/kernel/Query.cpp

  Log Message:
  -----------
  Rename 'pdal query' to 'pdal diff' and add some simple
XYZ delta statistics for default output #273


  Commit: 7468f4cf2a44522f7a54a4d20966ff118f7f731a
      https://github.com/PDAL/PDAL/commit/7468f4cf2a44522f7a54a4d20966ff118f7f731a
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M include/pdal/Options.hpp
    M include/pdal/PipelineReader.hpp
    M src/Options.cpp
    M src/PipelineReader.cpp

  Log Message:
  -----------
  Add word expansion (shell syntax handling) for filenames in pipelines on
non-Windows systems.
Use some C++11 and use the boost::property_tree namespace to simplify code
in Options.*


  Commit: ffd4754d85446b4c097db992c92e101dff674123
      https://github.com/PDAL/PDAL/commit/ffd4754d85446b4c097db992c92e101dff674123
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M include/pdal/Options.hpp
    M include/pdal/PipelineReader.hpp
    M src/Options.cpp
    M src/PipelineReader.cpp

  Log Message:
  -----------
  Merge pull request #276 from PDAL/issues/272-rel-filenames

Add word expansion (shell syntax handling) for filenames in pipelines on


  Commit: 85af57e1419f1159f55eeff83b1911f1eec5162d
      https://github.com/PDAL/PDAL/commit/85af57e1419f1159f55eeff83b1911f1eec5162d
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M test/unit/filters/MosaicFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #274 from gadomski/pipeline-mosaic-without-python

Exclude pipeline_mosaic test when built w/o Python


  Commit: da2025d84b87b057885e4d86d104d9efd6272d2b
      https://github.com/PDAL/PDAL/commit/da2025d84b87b057885e4d86d104d9efd6272d2b
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M include/pdal/drivers/las/Reader.hpp
    M src/drivers/las/Reader.cpp

  Log Message:
  -----------
  Fix point count in las iterators.


  Commit: 9894a12fa4c31c877dbc9df669afe6fe8df386fd
      https://github.com/PDAL/PDAL/commit/9894a12fa4c31c877dbc9df669afe6fe8df386fd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M include/pdal/drivers/las/Reader.hpp
    M src/drivers/las/Reader.cpp

  Log Message:
  -----------
  Merge pull request #279 from PDAL/fixup

Fix point count in las iterators.


  Commit: 8cd25bcc5d9d719790da53c93dd08d112cfbf06e
      https://github.com/PDAL/PDAL/commit/8cd25bcc5d9d719790da53c93dd08d112cfbf06e
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Make things in the las Writer fit in 80 columns.
Remove a few superfluous "return" statements.
A couple of other small fixes to simplify code - no functional change.


  Commit: cb1f9a094ee912bc14f830559aa810561f437dd6
      https://github.com/PDAL/PDAL/commit/cb1f9a094ee912bc14f830559aa810561f437dd6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Merge pull request #280 from abellgithub/format

Make things in the las Writer fit in 80 columns.


  Commit: 6ee092ad8d0d0965b11a78ce60a658c64bac496c
      https://github.com/PDAL/PDAL/commit/6ee092ad8d0d0965b11a78ce60a658c64bac496c
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/kernel/Info.cpp
    M test/unit/apps/pcinfoTest.cpp

  Log Message:
  -----------
  Remove -s flag for --schema option in `pdal info`

The -s flag conflicted with --stdin. This patch removes the -s option
for --schema, and adds a test to check the fix.


  Commit: df9d32deec569fac897c9260637b7e909ce4ecfe
      https://github.com/PDAL/PDAL/commit/df9d32deec569fac897c9260637b7e909ce4ecfe
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/kernel/Info.cpp
    M test/unit/apps/pcinfoTest.cpp

  Log Message:
  -----------
  Merge pull request #281 from gadomski/pdal-info-s-flag

Remove -s flag for --schema option in `pdal info`


  Commit: 1d83a098e6559f58ae2ec2f6156120d2b7a8db2e
      https://github.com/PDAL/PDAL/commit/1d83a098e6559f58ae2ec2f6156120d2b7a8db2e
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  Change return type of getField from reference to value.


  Commit: e0fc02a4c9e96c652293bf756a3db9e583f299bb
      https://github.com/PDAL/PDAL/commit/e0fc02a4c9e96c652293bf756a3db9e583f299bb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  Merge pull request #283 from abellgithub/getfield

Change return type of getField from reference to value.


  Commit: f7834240273102e6a43a4da7f8e590b75a41bb98
      https://github.com/PDAL/PDAL/commit/f7834240273102e6a43a4da7f8e590b75a41bb98
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M src/filters/Crop.cpp

  Log Message:
  -----------
  Fix small comment typo


  Commit: fd41a43d96f165d509093c850a8f5e5a246ecd51
      https://github.com/PDAL/PDAL/commit/fd41a43d96f165d509093c850a8f5e5a246ecd51
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M src/filters/Crop.cpp

  Log Message:
  -----------
  Merge pull request #284 from gadomski/typo-fixes

Fix small comment typo


  Commit: c2bbde26130cf07f5d0de8b3b7f68c17207555ff
      https://github.com/PDAL/PDAL/commit/c2bbde26130cf07f5d0de8b3b7f68c17207555ff
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M apps/pdal.cpp
    M doc/apps.txt
    M include/pdal/Options.hpp
    M include/pdal/PipelineReader.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/oci/Reader.hpp
    M include/pdal/filters/HexBin.hpp
    A include/pdal/kernel/Delta.hpp
    M include/pdal/kernel/Kernel.hpp
    R include/pdal/kernel/Query.hpp
    M src/CMakeLists.txt
    M src/Options.cpp
    M src/PipelineReader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/oci/Reader.cpp
    M src/filters/Crop.cpp
    M src/filters/HexBin.cpp
    A src/kernel/Delta.cpp
    M src/kernel/Info.cpp
    R src/kernel/Query.cpp
    M test/unit/apps/pcinfoTest.cpp
    M test/unit/filters/MosaicFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into issues/264-pdal-linkage


Compare: https://github.com/PDAL/PDAL/compare/3fb8aa446a93...c2bbde26130c


More information about the pdal-commits mailing list