[pdal-commits] [PDAL/PDAL] 98cda6: Fix typo (#3021)
Andrew Bell
noreply at github.com
Tue Apr 14 12:15:35 PDT 2020
Branch: refs/heads/issue-3019
Home: https://github.com/PDAL/PDAL
Commit: 98cda6455295351fa659d78975dca765efe2777e
https://github.com/PDAL/PDAL/commit/98cda6455295351fa659d78975dca765efe2777e
Author: Paul Blottiere <blottiere.paul at gmail.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M filters/NeighborClassifierFilter.cpp
Log Message:
-----------
Fix typo (#3021)
Commit: 9927a4b6235e286f87db4c59d52b4a3bdb9a6cc3
https://github.com/PDAL/PDAL/commit/9927a4b6235e286f87db4c59d52b4a3bdb9a6cc3
Author: cgodkin <carl at dgi.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M tools/lasdump/Dumper.cpp
Log Message:
-----------
Modified not to assume std namespace. (#3023)
* Fixed hiding of local variable (principally the warning)
* Proposed fix to Issue #3008
Here's a simple fix to the issue I just opened.
Hope these trivial fixes aren't too annoying but we always compile on Windows with -W4 so I'm going to find things that are technically incorrect but don't affect behavior. Thanks.
* Update Dumper.cpp not to assume std namespace
If a fix to https://github.com/LASzip/LASzip/issues/69 is applied, then Dumper.cpp won't compile since it inherits "using namespace std" from laszip_api.h. This commit adds "std::" in three places to avoid the dependency. (Alternatively, "using namespace std" could be added to the top of this source file.)
* Revert proposed change
https://github.com/PDAL/PDAL/issues/3008
Commit: 954beaf3e4ff4d614d43674c0872852710983d07
https://github.com/PDAL/PDAL/commit/954beaf3e4ff4d614d43674c0872852710983d07
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
R test/data/las/tile/file1.las
R test/data/las/tile/file2.las
R test/data/las/tile/file3.las
A test/data/tile/tile.txt
M test/unit/CMakeLists.txt
M test/unit/apps/TileTest.cpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Fix tests to support various reprojection behavior (#3025)
Create data on the fly to support proj 6 + 7.
Commit: f7d69d0efa5e358e93a56288e7e729a8418b0f4b
https://github.com/PDAL/PDAL/commit/f7d69d0efa5e358e93a56288e7e729a8418b0f4b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/MatlabFilter.hpp
Log Message:
-----------
Fix busted code. (#3024)
Commit: d381da7c2055a29d34aef58cecc19eae9c892cd7
https://github.com/PDAL/PDAL/commit/d381da7c2055a29d34aef58cecc19eae9c892cd7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M filters/CropFilter.cpp
M filters/HexBinFilter.cpp
M filters/OverlayFilter.cpp
M filters/StatsFilter.cpp
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M pdal/SpatialReference.cpp
M pdal/SpatialReference.hpp
M pdal/pdal_types.hpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Better transform() error handling. (#3026)
* Better transform() error handling.
* Change structure name.
Commit: b8960d0665f128ee9a80de84449fe2c016dc0a55
https://github.com/PDAL/PDAL/commit/b8960d0665f128ee9a80de84449fe2c016dc0a55
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M filters/CropFilter.cpp
M filters/HexBinFilter.cpp
M filters/NeighborClassifierFilter.cpp
M filters/OverlayFilter.cpp
M filters/StatsFilter.cpp
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M pdal/SpatialReference.cpp
M pdal/SpatialReference.hpp
M pdal/pdal_types.hpp
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/MatlabFilter.hpp
R test/data/las/tile/file1.las
R test/data/las/tile/file2.las
R test/data/las/tile/file3.las
A test/data/tile/tile.txt
M test/unit/CMakeLists.txt
M test/unit/SpatialReferenceTest.cpp
M test/unit/apps/TileTest.cpp
M test/unit/io/EptReaderTest.cpp
M tools/lasdump/Dumper.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-3019
Compare: https://github.com/PDAL/PDAL/compare/1fe24959dc16...b8960d0665f1
More information about the pdal-commits
mailing list