[pdal-commits] [PDAL/PDAL] f32ab9: We generally do not need a copy when using auto.
GitHub
noreply at github.com
Sat Jan 10 17:17:01 PST 2015
Branch: refs/heads/cpack-packaging
Home: https://github.com/PDAL/PDAL
Commit: f32ab9615aa07bb0839cb63a1e7a416af78e351c
https://github.com/PDAL/PDAL/commit/f32ab9615aa07bb0839cb63a1e7a416af78e351c
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M filters/ferry/FerryFilter.cpp
M include/pdal/PointContext.hpp
M kernels/Kernel.cpp
M kernels/KernelFactory.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/rxp/io/RxpReader.cpp
M src/StageFactory.cpp
M test/unit/OptionsTest.cpp
Log Message:
-----------
We generally do not need a copy when using auto.
Commit: c7e6a88f04b39255e1cce2c66e6cdca31da8eacc
https://github.com/PDAL/PDAL/commit/c7e6a88f04b39255e1cce2c66e6cdca31da8eacc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
A cmake/modules/FindP2G.cmake
R cmake/modules/FindPoints2Grid.cmake
M plugins/p2g/CMakeLists.txt
Log Message:
-----------
Rename FindPoints2Grid to FindP2G so that FeatureSummary will behave correctly.
Commit: ace4b45f0e4f4ed6ab11213c6c374601a5561e6e
https://github.com/PDAL/PDAL/commit/ace4b45f0e4f4ed6ab11213c6c374601a5561e6e
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
Log Message:
-----------
make IceBridge work on Vagrant
Commit: 76a82b61fdeadd8f16092873d67bc39168dcef45
https://github.com/PDAL/PDAL/commit/76a82b61fdeadd8f16092873d67bc39168dcef45
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
A cmake/boost.cmake
A cmake/common.cmake
A cmake/compiler_options.cmake
A cmake/directories.cmake
A cmake/gdal.cmake
A cmake/geos.cmake
A cmake/geotiff.cmake
A cmake/hdf5.cmake
A cmake/iconv.cmake
A cmake/laszip.cmake
A cmake/lazperf.cmake
A cmake/libraries.cmake
A cmake/libxml2.cmake
A cmake/macros.cmake
A cmake/modules.cmake
M cmake/modules/FindLASzip.cmake
A cmake/nitro.cmake
R cmake/pdal_options.cmake
R cmake/pdal_targets.cmake
R cmake/pdal_utils.cmake
A cmake/policies.cmake
A cmake/postgres.cmake
A cmake/python.cmake
A cmake/sqlite.cmake
A cmake/threads.cmake
A cmake/unix_compiler_options.cmake
A cmake/win32_compiler_options.cmake
A cmake/zlib.cmake
M filters/chipper/CMakeLists.txt
M filters/chipper/ChipperFilter.cpp
M filters/colorization/CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CMakeLists.txt
M filters/decimation/CMakeLists.txt
M filters/decimation/DecimationFilter.cpp
M filters/ferry/CMakeLists.txt
M filters/ferry/FerryFilter.cpp
M filters/merge/CMakeLists.txt
M filters/mortonorder/CMakeLists.txt
M filters/mortonorder/MortonOrderFilter.cpp
M filters/reprojection/CMakeLists.txt
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/CMakeLists.txt
M filters/sort/SortFilter.hpp
M filters/splitter/CMakeLists.txt
M filters/splitter/SplitterFilter.cpp
M filters/stats/CMakeLists.txt
M filters/stats/StatsFilter.cpp
R include/pdal/Bounds.hpp
M include/pdal/Drivers.hpp
M include/pdal/Filters.hpp
M include/pdal/IStream.hpp
M include/pdal/Kernels.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/pdal_export.hpp
M include/pdal/plang/BufferedInvocation.hpp
M include/pdal/plang/Invocation.hpp
M include/pdal/plang/PythonEnvironment.hpp
M include/pdal/plang/Script.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.cpp
M io/bpf/CMakeLists.txt
M io/faux/CMakeLists.txt
M io/faux/FauxReader.cpp
M io/las/CMakeLists.txt
M io/las/LasHeader.cpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/las/SummaryData.cpp
M io/las/SummaryData.hpp
M io/las/VariableLengthRecord.cpp
M io/las/ZipPoint.cpp
M io/qfit/CMakeLists.txt
M io/qfit/QfitReader.cpp
M io/sbet/CMakeLists.txt
M io/sbet/SbetCommon.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.cpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/CMakeLists.txt
M io/terrasolid/TerrasolidReader.cpp
M io/text/CMakeLists.txt
M io/text/TextWriter.cpp
M kernels/CMakeLists.txt
M kernels/Kernel.cpp
M kernels/delta/CMakeLists.txt
M kernels/diff/CMakeLists.txt
M kernels/info/CMakeLists.txt
M kernels/info/InfoKernel.cpp
M kernels/pipeline/CMakeLists.txt
M kernels/random/CMakeLists.txt
M kernels/sort/CMakeLists.txt
M kernels/sort/SortKernel.cpp
M kernels/translate/CMakeLists.txt
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/CMakeLists.txt
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/CMakeLists.txt
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/oci/CMakeLists.txt
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pgpointcloud/CMakeLists.txt
M plugins/pgpointcloud/test/Pgtest-Support.hpp.in
M plugins/python/CMakeLists.txt
M plugins/python/test/PredicateFilterTest.cpp
M plugins/python/test/ProgrammableFilterTest.cpp
M plugins/rxp/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
R src/Bounds.cpp
M src/CMakeLists.txt
M src/plang/BufferedInvocation.cpp
M src/plang/Invocation.cpp
M src/plang/PythonEnvironment.cpp
M src/plang/Redirector.cpp
M src/plang/Redirector.hpp
M src/plang/Script.cpp
M test/unit/io/las/LasWriterTest.cpp
R test/unit/runsingly.sh
A tools/CMakeLists.txt
A tools/lasdump/CMakeLists.txt
A tools/lasdump/Dumper.cpp
A tools/lasdump/Dumper.hpp
A tools/lasdump/Header.cpp
A tools/lasdump/Header.hpp
A tools/lasdump/Lasdump.hpp
A tools/lasdump/Vlr.hpp
A util/Bounds.cpp
A util/Bounds.hpp
A util/CMakeLists.txt
A util/README
A util/pdal
M vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h
Log Message:
-----------
Add lasdump and separate build dependencies.
Commit: 5ddb812c1e35ed401b00a216168d8e75cbb80f69
https://github.com/PDAL/PDAL/commit/5ddb812c1e35ed401b00a216168d8e75cbb80f69
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.hpp
Log Message:
-----------
need <iostream> in Dumper for std::cout
Commit: 03a8bebc98db21f6409c6f0b30f4f04932ce2036
https://github.com/PDAL/PDAL/commit/03a8bebc98db21f6409c6f0b30f4f04932ce2036
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
Log Message:
-----------
Merge pull request #683 from PDAL/hdf5-linux-updates
make IceBridge work on Vagrant
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: c2b9d8f2bc402b72ad5e5349cbc289fb495bdb9f
https://github.com/PDAL/PDAL/commit/c2b9d8f2bc402b72ad5e5349cbc289fb495bdb9f
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M Vagrantfile
M cmake/examples/hobu-config.sh
A cmake/modules/FindJSONCPP.cmake
R cmake/modules/FindJsoncpp.cmake
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/sqlite/io/SQLiteCommon.hpp
A scripts/vagrant/lazperf.sh
M scripts/vagrant/loadpgpointcloud.xml
M scripts/vagrant/pcl.sh
M scripts/vagrant/pdal.sh
M scripts/vagrant/readpgpointcloud.xml
R scripts/vagrant/soci.sh
A scripts/vagrant/websocketpp.sh
Log Message:
-----------
Big bunch of cmake-related fixes to get Vagrant config going #684
Commit: b0ac7b37a2baf148fb14f95e9156738e3c0e9c23
https://github.com/PDAL/PDAL/commit/b0ac7b37a2baf148fb14f95e9156738e3c0e9c23
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M CMakeLists.txt
M Vagrantfile
M apps/CMakeLists.txt
A cmake/boost.cmake
A cmake/common.cmake
A cmake/compiler_options.cmake
A cmake/directories.cmake
M cmake/examples/hobu-config.sh
A cmake/gdal.cmake
A cmake/geos.cmake
A cmake/geotiff.cmake
A cmake/hdf5.cmake
A cmake/iconv.cmake
A cmake/laszip.cmake
A cmake/lazperf.cmake
A cmake/libraries.cmake
A cmake/libxml2.cmake
A cmake/macros.cmake
A cmake/modules.cmake
A cmake/modules/FindJSONCPP.cmake
R cmake/modules/FindJsoncpp.cmake
M cmake/modules/FindLASzip.cmake
R cmake/modules/FindLazperf.cmake
A cmake/modules/FindP2G.cmake
R cmake/modules/FindPoints2Grid.cmake
A cmake/nitro.cmake
R cmake/pdal_options.cmake
R cmake/pdal_targets.cmake
R cmake/pdal_utils.cmake
A cmake/policies.cmake
A cmake/postgres.cmake
A cmake/python.cmake
A cmake/sqlite.cmake
A cmake/threads.cmake
A cmake/unix_compiler_options.cmake
A cmake/win32_compiler_options.cmake
A cmake/zlib.cmake
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
M filters/chipper/CMakeLists.txt
M filters/chipper/ChipperFilter.cpp
M filters/colorization/CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CMakeLists.txt
M filters/decimation/CMakeLists.txt
M filters/decimation/DecimationFilter.cpp
M filters/ferry/CMakeLists.txt
M filters/ferry/FerryFilter.cpp
M filters/merge/CMakeLists.txt
M filters/mortonorder/CMakeLists.txt
M filters/mortonorder/MortonOrderFilter.cpp
M filters/reprojection/CMakeLists.txt
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/CMakeLists.txt
M filters/sort/SortFilter.hpp
M filters/splitter/CMakeLists.txt
M filters/splitter/SplitterFilter.cpp
M filters/stats/CMakeLists.txt
M filters/stats/StatsFilter.cpp
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
R include/pdal/Bounds.hpp
M include/pdal/Compression.hpp
M include/pdal/Drivers.hpp
M include/pdal/Filters.hpp
M include/pdal/IStream.hpp
M include/pdal/Kernels.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/PointContext.hpp
M include/pdal/pdal_export.hpp
M include/pdal/plang/BufferedInvocation.hpp
M include/pdal/plang/Invocation.hpp
M include/pdal/plang/PythonEnvironment.hpp
M include/pdal/plang/Script.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.cpp
M io/bpf/CMakeLists.txt
M io/faux/CMakeLists.txt
M io/faux/FauxReader.cpp
M io/las/CMakeLists.txt
M io/las/LasHeader.cpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/las/SummaryData.cpp
M io/las/SummaryData.hpp
M io/las/VariableLengthRecord.cpp
M io/las/ZipPoint.cpp
M io/qfit/CMakeLists.txt
M io/qfit/QfitReader.cpp
M io/sbet/CMakeLists.txt
M io/sbet/SbetCommon.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.cpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/CMakeLists.txt
M io/terrasolid/TerrasolidReader.cpp
M io/text/CMakeLists.txt
M io/text/TextWriter.cpp
M kernels/CMakeLists.txt
M kernels/Kernel.cpp
M kernels/KernelFactory.cpp
M kernels/delta/CMakeLists.txt
M kernels/diff/CMakeLists.txt
M kernels/info/CMakeLists.txt
M kernels/info/InfoKernel.cpp
M kernels/pipeline/CMakeLists.txt
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/CMakeLists.txt
M kernels/sort/CMakeLists.txt
M kernels/sort/SortKernel.cpp
M kernels/translate/CMakeLists.txt
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/CMakeLists.txt
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/greyhound/CMakeLists.txt
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/CMakeLists.txt
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/oci/CMakeLists.txt
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pgpointcloud/CMakeLists.txt
M plugins/pgpointcloud/test/Pgtest-Support.hpp.in
M plugins/python/CMakeLists.txt
M plugins/python/test/PredicateFilterTest.cpp
M plugins/python/test/ProgrammableFilterTest.cpp
M plugins/rxp/CMakeLists.txt
M plugins/rxp/io/RxpReader.cpp
M plugins/sqlite/CMakeLists.txt
M plugins/sqlite/io/SQLiteCommon.hpp
A scripts/vagrant/lazperf.sh
M scripts/vagrant/loadpgpointcloud.xml
M scripts/vagrant/pcl.sh
M scripts/vagrant/pdal.sh
M scripts/vagrant/readpgpointcloud.xml
R scripts/vagrant/soci.sh
A scripts/vagrant/websocketpp.sh
R src/Bounds.cpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/plang/BufferedInvocation.cpp
M src/plang/Invocation.cpp
M src/plang/PythonEnvironment.cpp
M src/plang/Redirector.cpp
M src/plang/Redirector.hpp
M src/plang/Script.cpp
M test/unit/CMakeLists.txt
M test/unit/OptionsTest.cpp
A test/unit/filters/TransformationFilterTest.cpp
M test/unit/io/las/LasWriterTest.cpp
R test/unit/runsingly.sh
A tools/CMakeLists.txt
A tools/lasdump/CMakeLists.txt
A tools/lasdump/Dumper.cpp
A tools/lasdump/Dumper.hpp
A tools/lasdump/Header.cpp
A tools/lasdump/Header.hpp
A tools/lasdump/Lasdump.hpp
A tools/lasdump/Vlr.hpp
A util/Bounds.cpp
A util/Bounds.hpp
A util/CMakeLists.txt
A util/README
A util/pdal
M vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h
Log Message:
-----------
Merge branch 'master' into cpack-packaging
Compare: https://github.com/PDAL/PDAL/compare/76e23b95f4b0...b0ac7b37a2ba
More information about the pdal-commits
mailing list