[pdal-commits] [PDAL/PDAL] 0505cc: std:: prefix cout for dumper
GitHub
noreply at github.com
Sat Jan 10 21:31:32 PST 2015
Branch: refs/heads/greyhound-compression
Home: https://github.com/PDAL/PDAL
Commit: 0505ccad9818e2ef8f61de8772d6a8aa7f05625c
https://github.com/PDAL/PDAL/commit/0505ccad9818e2ef8f61de8772d6a8aa7f05625c
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.hpp
Log Message:
-----------
std:: prefix cout for dumper
Commit: f1cfd6406b7dbcb74e29e32b2daf1740088c6004
https://github.com/PDAL/PDAL/commit/f1cfd6406b7dbcb74e29e32b2daf1740088c6004
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
Add transformation filter
This filter applies an arbitrary 4x4 matrix to each xyz triplet. There
is no checking to ensure the matrix is a valid affine transformation, or
anything of the sort.
Commit: 00001681e8ad17912ae0d3416e8690c35a1431aa
https://github.com/PDAL/PDAL/commit/00001681e8ad17912ae0d3416e8690c35a1431aa
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
Merge branch 'filters/transformation'
Closes #685
Commit: 278d2d7e73373c6af8635576019d1806bfcf5245
https://github.com/PDAL/PDAL/commit/278d2d7e73373c6af8635576019d1806bfcf5245
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
Log Message:
-----------
Remove FindLazperf.cmake module.
Commit: a66f62ab43acf2ac9079b6612d9d01d96c5e7df2
https://github.com/PDAL/PDAL/commit/a66f62ab43acf2ac9079b6612d9d01d96c5e7df2
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
Log Message:
-----------
Merge pull request #686 from PDAL/find-lazperf
Remove FindLazperf.cmake module.
Commit: d873736606744c39f38c979e0b80333ea9f91981
https://github.com/PDAL/PDAL/commit/d873736606744c39f38c979e0b80333ea9f91981
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M include/pdal/Compression.hpp
Log Message:
-----------
Update lazperf include.
Commit: ae15793827dee382b1143b757282e4baf69033ab
https://github.com/PDAL/PDAL/commit/ae15793827dee382b1143b757282e4baf69033ab
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.cpp
M tools/lasdump/Lasdump.hpp
Log Message:
-----------
Allow build on GCC.
Commit: 880b81f8d68f0377a06f3292425308f06503ac17
https://github.com/PDAL/PDAL/commit/880b81f8d68f0377a06f3292425308f06503ac17
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
M tools/lasdump/CMakeLists.txt
M util/CMakeLists.txt
Log Message:
-----------
Get installer working with new directory structure.
Commit: f37c31d35f00dcc09a9f30a24b37ce6cb3011676
https://github.com/PDAL/PDAL/commit/f37c31d35f00dcc09a9f30a24b37ce6cb3011676
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.cpp
M tools/lasdump/Lasdump.hpp
Log Message:
-----------
Merge pull request #691 from PDAL/gcc-lasdump
Warning/error free GCC build.
Commit: 1c016a75b65844204d71af7cf701a6a0e11753df
https://github.com/PDAL/PDAL/commit/1c016a75b65844204d71af7cf701a6a0e11753df
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
M tools/lasdump/CMakeLists.txt
M util/CMakeLists.txt
Log Message:
-----------
Merge pull request #692 from PDAL/make-install
Get installer working with new directory structure.
Commit: a1f8087245caa8e782413604772e110d1604fbdd
https://github.com/PDAL/PDAL/commit/a1f8087245caa8e782413604772e110d1604fbdd
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Compression.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
M tools/lasdump/Dumper.hpp
Log Message:
-----------
Merge branch 'master' into greyhound-compression
Commit: a8ff88fb39e85270b2d915f7788d7a5321417bca
https://github.com/PDAL/PDAL/commit/a8ff88fb39e85270b2d915f7788d7a5321417bca
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
M tools/lasdump/CMakeLists.txt
M tools/lasdump/Dumper.cpp
M tools/lasdump/Lasdump.hpp
M util/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' into greyhound-compression
Commit: 631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
https://github.com/PDAL/PDAL/commit/631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M src/Stage.cpp
Log Message:
-----------
Expected schema response from Greyhound was out of date.
Compare: https://github.com/PDAL/PDAL/compare/82db0a82b1b7...631c8d3db571
More information about the pdal-commits
mailing list