[pdal-commits] [PDAL/PDAL] f74da8: Fix Windows linker errors (LNK2005, LNK2019)

GitHub noreply at github.com
Wed Nov 5 05:17:23 PST 2014


  Branch: refs/heads/issues/562-laz-perf
  Home:   https://github.com/PDAL/PDAL
  Commit: f74da8a03d4a4d694c88087bb106a5af975b346e
      https://github.com/PDAL/PDAL/commit/f74da8a03d4a4d694c88087bb106a5af975b346e
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-11-01 (Sat, 01 Nov 2014)

  Changed paths:
    M include/pdal/OStream.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/kernel/Support.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/VariableLengthRecord.cpp

  Log Message:
  -----------
  Fix Windows linker errors (LNK2005, LNK2019)


  Commit: 2e2b8edbd5cb62c41b69aeabc77ed63f093c3249
      https://github.com/PDAL/PDAL/commit/2e2b8edbd5cb62c41b69aeabc77ed63f093c3249
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M src/drivers/nitf/Reader.cpp

  Log Message:
  -----------
  put DESDATA_LENGTH and DESDATA_OFFSET in metadata #568


  Commit: 7dbdd8782c2ade48aa853882ca4f79413cc9a454
      https://github.com/PDAL/PDAL/commit/7dbdd8782c2ade48aa853882ca4f79413cc9a454
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M include/pdal/OStream.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/kernel/Support.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/VariableLengthRecord.cpp

  Log Message:
  -----------
  Merge pull request #566 from PDAL/windows-fixes

Fix Windows linker errors (LNK2005, LNK2019)


  Commit: e03bd52314c656b042346b96ee0a18a1ecb98d52
      https://github.com/PDAL/PDAL/commit/e03bd52314c656b042346b96ee0a18a1ecb98d52
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M cmake/pdal_targets.cmake

  Log Message:
  -----------
  Add PDAL_ADD_TEST cmake macro

This macro can be used to add test executables to the project.
Especially useful for plugins.


  Commit: 75d0426d2ea9e6abef846e47c8f76929673d919b
      https://github.com/PDAL/PDAL/commit/75d0426d2ea9e6abef846e47c8f76929673d919b
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M cmake/pdal_targets.cmake

  Log Message:
  -----------
  Update PDAL_ADD_PLUGIN target_link_libraries

Remove PCL_LIBRARIES and add PDAL_LINKAGE.


  Commit: b7eba456a6036f863e0eb35b2471af9f40ec0e03
      https://github.com/PDAL/PDAL/commit/b7eba456a6036f863e0eb35b2471af9f40ec0e03
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  fix copy/paste bug in drivers.las.writer for CreationDOY/CreationYear


  Commit: db17b0780db17f3762bc3c3eb8cdbb133d82cd29
      https://github.com/PDAL/PDAL/commit/db17b0780db17f3762bc3c3eb8cdbb133d82cd29
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M src/drivers/nitf/Reader.cpp

  Log Message:
  -----------
  Merge pull request #568 from PDAL/issues/568-desdata-offset-length

PDAL pipeline serialializtion does not contain DESDATA_OFFSET or DESDATA_LENGTH since Nitro


  Commit: 5c730eb7088b0d00874d0871797a41ae97d48387
      https://github.com/PDAL/PDAL/commit/5c730eb7088b0d00874d0871797a41ae97d48387
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M cmake/pdal_targets.cmake

  Log Message:
  -----------
  Merge pull request #573 from gadomski/plugin-marco-changes

Plugin marco changes


  Commit: d43d0d3610fba3dd04a0f3ef3f835c7fd7836d0b
      https://github.com/PDAL/PDAL/commit/d43d0d3610fba3dd04a0f3ef3f835c7fd7836d0b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M cmake/pdal_targets.cmake
    M include/pdal/OStream.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/kernel/Support.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/nitf/Reader.cpp

  Log Message:
  -----------
  Merge branch 'master' into issues/562-laz-perf


  Commit: db4337f01757422da9050893bafeed8ea651cf15
      https://github.com/PDAL/PDAL/commit/db4337f01757422da9050893bafeed8ea651cf15
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M plugins/pcl/CMakeLists.txt

  Log Message:
  -----------
  link PCL_LIBRARIES for PCL plugins after tweak in #573


  Commit: e39002bdab90c376093f640c367a4e8a1cdcd7a5
      https://github.com/PDAL/PDAL/commit/e39002bdab90c376093f640c367a4e8a1cdcd7a5
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M plugins/pcl/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' into issues/562-laz-perf


  Commit: 28cb6cbfbcd76ddb57e49278d20cd463f4beae60
      https://github.com/PDAL/PDAL/commit/28cb6cbfbcd76ddb57e49278d20cd463f4beae60
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M include/pdal/Compression.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/XMLSchema.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M include/pdal/drivers/pgpointcloud/common.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M pdal_defines.h.in
    M src/Compression.cpp
    M src/XMLSchema.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M test/unit/CompressionTest.cpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp

  Log Message:
  -----------
  start bolting in lazperf compression


Compare: https://github.com/PDAL/PDAL/compare/7dde9ccd3cdb...28cb6cbfbcd7


More information about the pdal-commits mailing list