[pdal-commits] [PDAL/PDAL] 6a78d9: Catch up with changes in pdal output.

GitHub noreply at github.com
Fri Feb 19 09:26:51 PST 2016


  Branch: refs/heads/hobu-docs-rollup
  Home:   https://github.com/PDAL/PDAL
  Commit: 6a78d9b469287caa5f62ce0089f2151302b1e15f
      https://github.com/PDAL/PDAL/commit/6a78d9b469287caa5f62ce0089f2151302b1e15f
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Catch up with changes in pdal output.

Utils::run_shell_command uses popen which only
captures stdout, but pdal command outputs some
diagnostics to stderr too.
So, pc2pcTest case has been updated to redirect pdal
stderr to stdout to allow capturing expected output.


  Commit: 8ba6b37c0574f916a2d9cca367600a36d13a8012
      https://github.com/PDAL/PDAL/commit/8ba6b37c0574f916a2d9cca367600a36d13a8012
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Merge pull request #1136 from mloskot/ml/fix-test-pc2pc

Catch up with changes in pdal output.


  Commit: c88c98c60cfccb54945ea03dd197c41e40976d33
      https://github.com/PDAL/PDAL/commit/c88c98c60cfccb54945ea03dd197c41e40976d33
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M plugins/pcl/CMakeLists.txt

  Log Message:
  -----------
  Limit compiler option to appropriate compiler.


  Commit: 9a970cd9a828f09c7e2d6ab295498c3c0bfe8823
      https://github.com/PDAL/PDAL/commit/9a970cd9a828f09c7e2d6ab295498c3c0bfe8823
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M src/util/FileUtils.cpp
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  Make getFilename aware of portable path separator on Windows.

Previously, on Windows, getFilename always looked for preferred
separator only while it should look for both, preferred (backslash)
and portable (slash) which are equally supported by Windows.
PDAL in general seems to prefer portable slash separator anyway,
so this change only aligns the impl. with the tests, docs, etc.

Add more related test cases to FileUtilsTest.

Fixes #1131.


  Commit: d93b09d228c8f17992ffbed8871e9d25785d9716
      https://github.com/PDAL/PDAL/commit/d93b09d228c8f17992ffbed8871e9d25785d9716
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M io/bpf/BpfHeader.cpp

  Log Message:
  -----------
  Open bundle files in binary mode.


  Commit: 824780e995e3b9962a758502348a85b95fd53139
      https://github.com/PDAL/PDAL/commit/824780e995e3b9962a758502348a85b95fd53139
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M include/pdal/FlexWriter.hpp
    M include/pdal/Options.hpp
    M include/pdal/Writer.hpp
    M io/bpf/BpfHeader.cpp
    M io/derivative/DerivativeWriter.cpp
    M io/derivative/DerivativeWriter.hpp
    M io/las/LasReader.cpp
    M src/Writer.cpp

  Log Message:
  -----------
  Allow derivative writer to produce output for multiple primitive types in
one command.


  Commit: 36b7e006db3606afaf5dee1046c465c543581647
      https://github.com/PDAL/PDAL/commit/36b7e006db3606afaf5dee1046c465c543581647
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Suppress ridiculous warning.


  Commit: 80416ef988df00cec885e8fb33c71ced768bcdbc
      https://github.com/PDAL/PDAL/commit/80416ef988df00cec885e8fb33c71ced768bcdbc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M include/pdal/FlexWriter.hpp
    M include/pdal/Options.hpp
    M include/pdal/Writer.hpp
    M io/derivative/DerivativeWriter.cpp
    M io/derivative/DerivativeWriter.hpp
    M io/las/LasReader.cpp
    M src/Writer.cpp

  Log Message:
  -----------
  Merge pull request #1141 from PDAL/derivative-multi

Allow derivative writer to produce output for multiple primitive types in one command


  Commit: 8b2eb4e41516945fb02656598ce10d408e23fc5b
      https://github.com/PDAL/PDAL/commit/8b2eb4e41516945fb02656598ce10d408e23fc5b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M src/util/FileUtils.cpp
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  Merge pull request #1139 from mloskot/ml/win-portable-path-sep

Make getFilename aware of portable path separator on Windows.


  Commit: b2f3922eade8f2da8da9ccb444942f162be1dd50
      https://github.com/PDAL/PDAL/commit/b2f3922eade8f2da8da9ccb444942f162be1dd50
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Don't use initializer list for map.


  Commit: a97409ab39ab05e4f234226269257ffa0822b1be
      https://github.com/PDAL/PDAL/commit/a97409ab39ab05e4f234226269257ffa0822b1be
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M include/pdal/FlexWriter.hpp
    M include/pdal/Options.hpp
    M include/pdal/Writer.hpp
    M io/bpf/BpfHeader.cpp
    M io/derivative/DerivativeWriter.cpp
    M io/derivative/DerivativeWriter.hpp
    M io/las/LasReader.cpp
    M plugins/pcl/CMakeLists.txt
    M src/Writer.cpp
    M src/util/FileUtils.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into hobu-docs-rollup


Compare: https://github.com/PDAL/PDAL/compare/959dc0145ca4...a97409ab39ab


More information about the pdal-commits mailing list