[pdal-commits] [PDAL/PDAL] b164f3: Support cast of double -> float of NaN. (#2240)

GitHub noreply at github.com
Wed Oct 24 09:35:02 PDT 2018


  Branch: refs/heads/1.8rc
  Home:   https://github.com/PDAL/PDAL
  Commit: b164f3a2de998a010574e71074853b22b4100382
      https://github.com/PDAL/PDAL/commit/b164f3a2de998a010574e71074853b22b4100382
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M pdal/PointView.hpp
    M pdal/util/Utils.hpp
    M test/unit/PointViewTest.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Support cast of double -> float of NaN. (#2240)

* Support cast of double -> float of NaN.
Close #2239

* Actually test something in the test.


  Commit: e635ad3073e7168a441c3eff304e0155f9f8812d
      https://github.com/PDAL/PDAL/commit/e635ad3073e7168a441c3eff304e0155f9f8812d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M filters/DividerFilter.cpp
    M io/HeaderVal.hpp

  Log Message:
  -----------
  Make sure uint8_t gets converted to a reasonable string. (#2244)

Don't use strange characters in description.
Close #2242


  Commit: 32c227729c9ffc0e2378dfbb4f79be6da57b8f0b
      https://github.com/PDAL/PDAL/commit/32c227729c9ffc0e2378dfbb4f79be6da57b8f0b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M plugins/rxp/io/RxpReader.cpp

  Log Message:
  -----------
  Add the minimal option as documented. (#2229)

Close #2225


  Commit: c98310c3e903cba1d44235862d6c43bca19d90d1
      https://github.com/PDAL/PDAL/commit/c98310c3e903cba1d44235862d6c43bca19d90d1
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M pdal/util/FileUtils.cpp
    R test/data/japanese.txt
    A test/data/unicode/japanese-pr2135.txt
    A test/data/unicode/japanese-pr2227.txt
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  Fix path separator lookup in Unicode paths on Windows (#2227)

Apparently, searching UTF8-encoded string with std::string::find* routines
may fail to return correct position for some character sets. Thus, search
for path separator in UTF-16 string.

Update directory operations to convert path name to std::wstring on Windows.
Update related test case in FileUtilsTest.cpp.

Follows up PR #2135 and refines PR #2160.


  Commit: b9e2f2678f213315183bb050c789dfc437fbe9b8
      https://github.com/PDAL/PDAL/commit/b9e2f2678f213315183bb050c789dfc437fbe9b8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M cmake/win32_compiler_options.cmake
    M filters/ChipperFilter.cpp
    M filters/ChipperFilter.hpp
    M filters/ColorinterpFilter.cpp
    M filters/ELMFilter.cpp
    M filters/GreedyProjection.cpp
    M filters/GreedyProjection.hpp
    M filters/MongusFilter.cpp
    M filters/MortonOrderFilter.cpp
    M filters/NormalFilter.cpp
    M filters/PMFFilter.cpp
    M filters/PoissonFilter.cpp
    M filters/SMRFilter.cpp
    M filters/SplitterFilter.cpp
    M filters/private/pnp/Grid.hpp
    M filters/private/pnp/VoxelRayTrace.hpp
    M io/BpfReader.cpp
    M io/BpfWriter.cpp
    M io/FauxReader.cpp
    M io/GDALWriter.cpp
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/OptechReader.hpp
    M io/private/EptSupport.hpp
    M pdal/EigenUtils.cpp
    M pdal/QuadIndex.cpp
    M plugins/fbx/io/FbxWriter.cpp
    M plugins/greyhound/io/GreyhoundWriter.cpp
    M plugins/i3s/io/EsriUtil.cpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp
    M plugins/nitf/CMakeLists.txt
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M test/unit/PointTableTest.cpp
    M test/unit/PointViewTest.cpp
    M test/unit/PolygonTest.cpp
    M test/unit/Support.cpp
    M test/unit/apps/InfoTest.cpp
    M test/unit/filters/DividerFilterTest.cpp
    M test/unit/filters/NeighborClassifierFilterTest.cpp
    M test/unit/filters/RandomizeFilterTest.cpp
    M test/unit/filters/RangeFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/io/BufferTest.cpp
    M test/unit/io/FauxReaderTest.cpp
    M test/unit/io/Ilvis2ReaderTest.cpp
    M test/unit/io/QFITReaderTest.cpp
    M test/unit/io/SbetReaderTest.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Eliminate warnings on vc++ compiler (#2243)

Eliminate lots of Windows compiler warnings.


  Commit: de1ae770463a88c03787b20a20a5c25ddd7d6a8b
      https://github.com/PDAL/PDAL/commit/de1ae770463a88c03787b20a20a5c25ddd7d6a8b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M cmake/win32_compiler_options.cmake
    M pdal/EigenUtils.cpp
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  Super-minor clean-ups.


Compare: https://github.com/PDAL/PDAL/compare/8e1c2499293a...de1ae770463a
      **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