[pdal-commits] [PDAL/PDAL] 15270e: Remove variable-length array use from ILVIS2 reade...

GitHub noreply at github.com
Wed Feb 17 06:44:41 PST 2016


  Branch: refs/heads/windows-warnings-cleanup-hobu
  Home:   https://github.com/PDAL/PDAL
  Commit: 15270e626d9b1d0d516087af9ee40c40042a8083
      https://github.com/PDAL/PDAL/commit/15270e626d9b1d0d516087af9ee40c40042a8083
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M io/ilvis2/Ilvis2MetadataReader.cpp

  Log Message:
  -----------
  Remove variable-length array use from ILVIS2 reader

Fixes compilation using Visual C++ which has no support for
C99 VLAs


  Commit: 9eb0e6218f5f73ef8d9a393e56713659923201f4
      https://github.com/PDAL/PDAL/commit/9eb0e6218f5f73ef8d9a393e56713659923201f4
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M cmake/win32_compiler_options.cmake

  Log Message:
  -----------
  Defined BOOST_ALL_NO_LIB to disable auto-linking

Fixes linker errors about missing pdalboost_filesystem...lib
and others, while building with Visual Studio.


  Commit: 163f9e0bf022c7c4b5383b87d2b3007653955fde
      https://github.com/PDAL/PDAL/commit/163f9e0bf022c7c4b5383b87d2b3007653955fde
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M io/ilvis2/Ilvis2MetadataReader.cpp

  Log Message:
  -----------
  Merge pull request #1125 from mloskot/ml/ilvis2-fix-vla

Remove variable-length array use from ILVIS2 reader


  Commit: 97fc159ef5f0b9236e1bad378eacff2a4064abdb
      https://github.com/PDAL/PDAL/commit/97fc159ef5f0b9236e1bad378eacff2a4064abdb
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Define gtest_force_shared_crt for MSVC

Since tests link CRT dynamically (Visual C++ projects default),
we need to require gtest to link dynamically too.
Otherwise, tests fail to build due to linker error:
LNK2038: mismatch detected for 'RuntimeLibrary':
value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug'


  Commit: 9b764ff0f27ad750a1744879150c27f8145fa892
      https://github.com/PDAL/PDAL/commit/9b764ff0f27ad750a1744879150c27f8145fa892
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M cmake/win32_compiler_options.cmake

  Log Message:
  -----------
  Merge pull request #1126 from mloskot/ml/msvc-disable-boost-autolink

Define BOOST_ALL_NO_LIB to disable auto-linking


  Commit: 476ff90bbe6503b9711547dccf1036a8dfa7c5bb
      https://github.com/PDAL/PDAL/commit/476ff90bbe6503b9711547dccf1036a8dfa7c5bb
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #1127 from mloskot/ml/msvc-fix-gtest-linking

Define gtest_force_shared_crt for MSVC


  Commit: 5bd5a511b7632dd32c458916cfc55612591ef39e
      https://github.com/PDAL/PDAL/commit/5bd5a511b7632dd32c458916cfc55612591ef39e
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M CMakeLists.txt
    M cmake/win32_compiler_options.cmake
    M io/ilvis2/Ilvis2MetadataReader.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into windows-warnings-cleanup-hobu


  Commit: ec70c61d796c5cb32557d7c4e5c3e24057cdf80b
      https://github.com/PDAL/PDAL/commit/ec70c61d796c5cb32557d7c4e5c3e24057cdf80b
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  still need fgt patch


Compare: https://github.com/PDAL/PDAL/compare/afbf28a2b0ef...ec70c61d796c


More information about the pdal-commits mailing list