[pdal-commits] [PDAL/PDAL] 7b8e94: Add link to libLAS website
GitHub
noreply at github.com
Wed Jun 28 12:39:18 PDT 2017
Branch: refs/heads/matlab-updates
Home: https://github.com/PDAL/PDAL
Commit: 7b8e94fac3899883813cffdae7d47ed593256bc2
https://github.com/PDAL/PDAL/commit/7b8e94fac3899883813cffdae7d47ed593256bc2
Author: Mateusz Loskot <mateusz at loskot.net>
Date: 2017-06-22 (Thu, 22 Jun 2017)
Changed paths:
M doc/development/goals.rst
Log Message:
-----------
Add link to libLAS website
Commit: 2db460d99a000399e8bb9f93e0302e6f9a2d23b9
https://github.com/PDAL/PDAL/commit/2db460d99a000399e8bb9f93e0302e6f9a2d23b9
Author: Mateusz Loskot <mateusz at loskot.net>
Date: 2017-06-22 (Thu, 22 Jun 2017)
Changed paths:
M .gitignore
Log Message:
-----------
Ignore /.vs and /.vscode folders
Commit: e881b581e3b91a928105d67db44c567f3b6d1afe
https://github.com/PDAL/PDAL/commit/e881b581e3b91a928105d67db44c567f3b6d1afe
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2017-06-22 (Thu, 22 Jun 2017)
Changed paths:
M cmake/macros.cmake
M cmake/unix_compiler_options.cmake
M cmake/win32_compiler_options.cmake
M dimbuilder/CMakeLists.txt
M vendor/arbiter/CMakeLists.txt
Log Message:
-----------
Refactor compiler settings to target-based assignment (#1613)
* Fix indentation
Three? Mreh?
* Remove unused cmake variables
* Rename CXX_STANDARD to PDAL_CXX_STANDARD
Since we allow CMake 2.8.12, we can't rely on CXX_STANDARD to do
anything. Renaming the variable ensures that we aren't implicitly
relying on some CXX_STANDARD behaviors when developing on CMake 3.0+.
* Update compiler options to be (mostly) targeted
Using directory-specific or global CMake variables prevents downstream
projects from easily picking up necessary (or useful) compiler settings.
This patch converts most (but not all) uses of `CXX_FLAGS` and friends
to `target_compile_options` and `target_compile_definitions`. Some
global variables are left, usually with comments on why they make sense.
This patch applies this changes for both *nix and Windoze systems.
Fixes #1608.
Commit: 31f2363b026ddfcf1f264c70b7f5f7e15cae20d5
https://github.com/PDAL/PDAL/commit/31f2363b026ddfcf1f264c70b7f5f7e15cae20d5
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-26 (Mon, 26 Jun 2017)
Changed paths:
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/Script.cpp
M plugins/matlab/filters/Script.hpp
M plugins/matlab/io/MatlabWriter.cpp
Log Message:
-----------
matlab -> PDAL WIP
Commit: f72bdb1655a8705e836065e2bfe458ab56e6d412
https://github.com/PDAL/PDAL/commit/f72bdb1655a8705e836065e2bfe458ab56e6d412
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-26 (Mon, 26 Jun 2017)
Changed paths:
M .gitignore
M cmake/macros.cmake
M cmake/unix_compiler_options.cmake
M cmake/win32_compiler_options.cmake
M dimbuilder/CMakeLists.txt
M doc/development/goals.rst
M vendor/arbiter/CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into matlab-updates
Commit: c8ac9ebfff1259f75517b2449b8bfd579ef3c927
https://github.com/PDAL/PDAL/commit/c8ac9ebfff1259f75517b2449b8bfd579ef3c927
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-06-26 (Mon, 26 Jun 2017)
Changed paths:
M pdal/EigenUtils.cpp
Log Message:
-----------
Should be computing sample covariance
Commit: dc7f7515ad82450560f53dfd6d926037504b0427
https://github.com/PDAL/PDAL/commit/dc7f7515ad82450560f53dfd6d926037504b0427
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
M pdal/EigenUtils.cpp
Log Message:
-----------
Merge pull request #1614 from PDAL/sample-cov
Should be computing sample covariance
Commit: 95b81b33e32bf88a85765cef3f79481b9202306d
https://github.com/PDAL/PDAL/commit/95b81b33e32bf88a85765cef3f79481b9202306d
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
M plugins/matlab/CMakeLists.txt
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/Script.cpp
M plugins/matlab/filters/Script.hpp
A plugins/matlab/io/MatlabReader.cpp
A plugins/matlab/io/MatlabReader.hpp
M plugins/matlab/io/MatlabWriter.cpp
R plugins/matlab/test/MLangTest.cpp
A plugins/matlab/test/MatlabFilterTest.cpp
Log Message:
-----------
working filters.matlab
Commit: 982e41391189fd2ad48ef1b6eff495e21c85b07b
https://github.com/PDAL/PDAL/commit/982e41391189fd2ad48ef1b6eff495e21c85b07b
Author: Mateusz Loskot <mateusz at loskot.net>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
M doc/stages/readers.faux.rst
Log Message:
-----------
[doc] Fix option name in reader.faux example
Commit: 23a0b2f2145705b2baa44877ed8b974e306e5f83
https://github.com/PDAL/PDAL/commit/23a0b2f2145705b2baa44877ed8b974e306e5f83
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
A doc/stages/readers.matlab.rst
M pdal/StageFactory.cpp
M plugins/matlab/CMakeLists.txt
M plugins/matlab/filters/Script.cpp
M plugins/matlab/filters/Script.hpp
M plugins/matlab/io/MatlabReader.cpp
M plugins/matlab/io/MatlabReader.hpp
M plugins/matlab/io/MatlabWriter.cpp
M plugins/matlab/io/MatlabWriter.hpp
A plugins/matlab/test/MatlabReaderTest.cpp
A test/data/matlab/autzen.mat
Log Message:
-----------
working readers.matlab
Commit: 0abebe8cb37a9861d8477d3369900e5d24ad17ac
https://github.com/PDAL/PDAL/commit/0abebe8cb37a9861d8477d3369900e5d24ad17ac
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M doc/stages/filters.matlab.rst
M doc/stages/writers.matlab.rst
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/MatlabFilter.hpp
M plugins/matlab/filters/Script.hpp
Log Message:
-----------
matlab cleanups
Commit: 60992478c9b853eb0a4cefae79a422c59a1d9a87
https://github.com/PDAL/PDAL/commit/60992478c9b853eb0a4cefae79a422c59a1d9a87
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M pdal/EigenUtils.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into matlab-updates
Commit: 69e234ed4e499403cf7f2da60c87c2a3251fb1e5
https://github.com/PDAL/PDAL/commit/69e234ed4e499403cf7f2da60c87c2a3251fb1e5
Author: Howard Butler <howard at hobu.co>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M doc/pipeline.rst
M doc/python.rst
R doc/stages/filters.predicate.rst
R doc/stages/filters.programmable.rst
A doc/stages/filters.python.rst
M doc/stages/readers.rxp.rst
M doc/tutorial/clipping-with-shapefile.rst
M doc/tutorial/python-filtering.rst
Log Message:
-----------
programmable/predicate -> python doc updates
Compare: https://github.com/PDAL/PDAL/compare/e800a9396f9c...69e234ed4e49
More information about the pdal-commits
mailing list