[pdal-commits] [PDAL/PDAL] a6cd59: Remove much include file cruft.
GitHub
noreply at github.com
Thu Oct 4 09:01:42 PDT 2018
Branch: refs/heads/i3s
Home: https://github.com/PDAL/PDAL
Commit: a6cd59aa45fdf3fb17f917ec416a7be570795811
https://github.com/PDAL/PDAL/commit/a6cd59aa45fdf3fb17f917ec416a7be570795811
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
M plugins/i3s/io/EsriUtil.cpp
M plugins/i3s/io/EsriUtil.hpp
M plugins/i3s/io/I3SReader.cpp
M plugins/i3s/io/I3SReader.hpp
M plugins/i3s/io/SlpkReader.cpp
M plugins/i3s/io/SlpkReader.hpp
Log Message:
-----------
Remove much include file cruft.
Remove EsriUtil code from global pdal namespace.
Use consistent throw/catch.
Formatting stuff.
Various small changes.
Commit: 190bb813fd339576813e40370223140f68eee318
https://github.com/PDAL/PDAL/commit/190bb813fd339576813e40370223140f68eee318
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriUtil.cpp
Log Message:
-----------
Remove comment.
Commit: f38cb106ba3cb5cd30ca268e167db17eca207d92
https://github.com/PDAL/PDAL/commit/f38cb106ba3cb5cd30ca268e167db17eca207d92
Author: kylemann16 <kyle at hobu.co>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
added retry block
Commit: 97f8713428c295c41cd4c8aa4014e110b92baff0
https://github.com/PDAL/PDAL/commit/97f8713428c295c41cd4c8aa4014e110b92baff0
Author: kylemann16 <kyle at hobu.co>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
removed cout
Commit: 5d89923ac7cc3c9d33f82edc11a4fc9d2a342455
https://github.com/PDAL/PDAL/commit/5d89923ac7cc3c9d33f82edc11a4fc9d2a342455
Author: kylemann16 <kyle at hobu.co>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
changed continue to break in retry
Commit: 1cc29d4e0f9c5a25efb879ce24c3a819b2b0a192
https://github.com/PDAL/PDAL/commit/1cc29d4e0f9c5a25efb879ce24c3a819b2b0a192
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
Log Message:
-----------
Simplify ternary logic.
Commit: e7963b1aa4b8f9ef874492a161b459ef9a625ebb
https://github.com/PDAL/PDAL/commit/e7963b1aa4b8f9ef874492a161b459ef9a625ebb
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/i3s-cleanup' into i3s-cleanup
Commit: a7e00926ee1413299e28f0de278ff2453a21b0ee
https://github.com/PDAL/PDAL/commit/a7e00926ee1413299e28f0de278ff2453a21b0ee
Author: kylemann16 <kyle at hobu.co>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
changed try logic
Commit: 5e91460b608a8da0feaaa07615641bad78390b8e
https://github.com/PDAL/PDAL/commit/5e91460b608a8da0feaaa07615641bad78390b8e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Changed paths:
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
Don't throwError() on last line to avoid return warning.
Commit: 540639b05d6b9ad59bddb33a963bb14fd97ddd53
https://github.com/PDAL/PDAL/commit/540639b05d6b9ad59bddb33a963bb14fd97ddd53
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Changed paths:
M plugins/i3s/io/I3SReader.cpp
Log Message:
-----------
Fix logic bug.
Commit: 2f3129106332bc66053d59d16798cb6c973d3e8d
https://github.com/PDAL/PDAL/commit/2f3129106332bc66053d59d16798cb6c973d3e8d
Author: kylemann16 <kyle at hobu.co>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Changed paths:
M plugins/i3s/CMakeLists.txt
Log Message:
-----------
changed i3s test variable
Commit: e3cfdc628c1c6d4759ff62127b01c58e48e046d0
https://github.com/PDAL/PDAL/commit/e3cfdc628c1c6d4759ff62127b01c58e48e046d0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Changed paths:
M cmake/options.cmake
M plugins/i3s/CMakeLists.txt
M plugins/i3s/lepcc/CMakeLists.txt
Log Message:
-----------
Build cleanup.
Commit: f40be313de454b2e9ac3ddb4a20b90e27440a05d
https://github.com/PDAL/PDAL/commit/f40be313de454b2e9ac3ddb4a20b90e27440a05d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-10-04 (Thu, 04 Oct 2018)
Log Message:
-----------
Merge remote-tracking branch 'origin/i3s-cleanup' into i3s-cleanup
Compare: https://github.com/PDAL/PDAL/compare/6b8cade1fd2e...f40be313de45
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list