[pdal-commits] [PDAL/PDAL] aede8e: Split inferWriterDriver into two
GitHub
noreply at github.com
Thu May 1 14:48:39 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: aede8eccc62a900fb67014f6e98f4bc9cc818a54
https://github.com/PDAL/PDAL/commit/aede8eccc62a900fb67014f6e98f4bc9cc818a54
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2014-05-01 (Thu, 01 May 2014)
Changed paths:
M include/pdal/StageFactory.hpp
M src/StageFactory.cpp
M src/kernel/Support.cpp
Log Message:
-----------
Split inferWriterDriver into two
Similar to #340, the 2-argument infer{Reader|Writer}Driver might try to
do too much by both modifying options and finding the correct driver.
This patch splits the inferWriterDriver into two pieces. The
inferWriterDriver part does just that, while a new method,
inferWriterOptionsChanges, modifies an options object based upon a given
filename.
Commit: b4edd34d5bbe06c9bcd220e021495368ce95955a
https://github.com/PDAL/PDAL/commit/b4edd34d5bbe06c9bcd220e021495368ce95955a
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-01 (Thu, 01 May 2014)
Changed paths:
M include/pdal/StageFactory.hpp
M src/StageFactory.cpp
M src/kernel/Support.cpp
Log Message:
-----------
Merge pull request #341 from gadomski/feature/split-infer-writer-driver
Split inferWriterDriver into two
Compare: https://github.com/PDAL/PDAL/compare/6e216d464791...b4edd34d5bbe
More information about the pdal-commits
mailing list