[pdal-commits] [PDAL/PDAL] 58b419: Fix uninitialized variable (#2871)
Howard Butler
noreply at github.com
Thu Jan 16 06:48:32 PST 2020
Branch: refs/heads/readers.numpy-script
Home: https://github.com/PDAL/PDAL
Commit: 58b41990bada8d9f2f84c010e87299e087f9bb56
https://github.com/PDAL/PDAL/commit/58b41990bada8d9f2f84c010e87299e087f9bb56
Author: Ryan Pals <ryan at hobu.co>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M examples/writing-reader/MyReader.cpp
Log Message:
-----------
Fix uninitialized variable (#2871)
Commit: a42fe29ab01891f3d9232451ede78d56533c199f
https://github.com/PDAL/PDAL/commit/a42fe29ab01891f3d9232451ede78d56533c199f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M doc/stages/readers.text.rst
M io/TextReader.cpp
M io/TextReader.hpp
A test/data/text/quoted.txt
M test/unit/io/TextReaderTest.cpp
Log Message:
-----------
Handle quoted header lines in readers.text (#2872)
* Stronger dimension name checking.
* Trim spaces.
* Add missed test file.
Commit: a321b57116ec4687bb7984df2892827ce687c8e0
https://github.com/PDAL/PDAL/commit/a321b57116ec4687bb7984df2892827ce687c8e0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M plugins/e57/CMakeLists.txt
M plugins/e57/io/E57Reader.hpp
M plugins/e57/io/E57Writer.hpp
Log Message:
-----------
Remove E57 dependencies from headers. (#2868)
Commit: a8955601947438f6c5e2daf033b88029819a7dfa
https://github.com/PDAL/PDAL/commit/a8955601947438f6c5e2daf033b88029819a7dfa
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M io/BpfCompressor.cpp
M io/BpfReader.cpp
M io/BpfReader.hpp
M io/Ilvis2MetadataReader.cpp
M io/OptechReader.cpp
M io/PcdReader.cpp
M io/PlyReader.cpp
M kernels/TIndexKernel.cpp
M pdal/Geometry.cpp
M plugins/pgpointcloud/io/PgCommon.hpp
M test/unit/io/Ilvis2MetadataReaderTest.cpp
Log Message:
-----------
Fixes memory leaks found when runing ctest (#2874)
Found with a -fsanitize=address build
Commit: 52c46678e5babce900cd19275f0f2a4b29ab65ff
https://github.com/PDAL/PDAL/commit/52c46678e5babce900cd19275f0f2a4b29ab65ff
Author: Howard Butler <howard at hobu.co>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M doc/stages/readers.text.rst
M examples/writing-reader/MyReader.cpp
M io/BpfCompressor.cpp
M io/BpfReader.cpp
M io/BpfReader.hpp
M io/Ilvis2MetadataReader.cpp
M io/OptechReader.cpp
M io/PcdReader.cpp
M io/PlyReader.cpp
M io/TextReader.cpp
M io/TextReader.hpp
M kernels/TIndexKernel.cpp
M pdal/Geometry.cpp
M plugins/e57/CMakeLists.txt
M plugins/e57/io/E57Reader.hpp
M plugins/e57/io/E57Writer.hpp
M plugins/pgpointcloud/io/PgCommon.hpp
A test/data/text/quoted.txt
M test/unit/io/Ilvis2MetadataReaderTest.cpp
M test/unit/io/TextReaderTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into readers.numpy-script
Commit: fddec900a5c59978842bd541e53784e578215084
https://github.com/PDAL/PDAL/commit/fddec900a5c59978842bd541e53784e578215084
Author: Howard Butler <howard at hobu.co>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M plugins/python/io/NumpyReader.cpp
M test/data/plang/threedim.py
Log Message:
-----------
address review comments in #2867
Compare: https://github.com/PDAL/PDAL/compare/887d81d85d43...fddec900a5c5
More information about the pdal-commits
mailing list