[pdal-commits] [PDAL/PDAL] 3c7e99: portable_endian: Remove wrong byte-order macro def...

GitHub noreply at github.com
Mon Mar 28 09:36:45 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3c7e9979ea67a56e8d29f7404e1e8153dc93c6bb
      https://github.com/PDAL/PDAL/commit/3c7e9979ea67a56e8d29f7404e1e8153dc93c6bb
  Author: Raphael Kubo da Costa <rakuco at FreeBSD.org>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M include/pdal/util/portable_endian.hpp

  Log Message:
  -----------
  portable_endian: Remove wrong byte-order macro definitions for the BSDs.

Only OpenBSD has {b,l}etoh{16,32,64} in addition to {b,l}e{16,32,64}toh,
so the macro definitions were breaking the build on all those OSes.


  Commit: e4e3f3f3e7e6bff7d30c76335ee76d6f7af1a4a2
      https://github.com/PDAL/PDAL/commit/e4e3f3f3e7e6bff7d30c76335ee76d6f7af1a4a2
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M include/pdal/util/portable_endian.hpp

  Log Message:
  -----------
  Merge pull request #1199 from rakuco/portable_endian-bsd-names

portable_endian: Remove wrong byte-order macro definitions for the BSDs.


Compare: https://github.com/PDAL/PDAL/compare/52c9b6195b1c...e4e3f3f3e7e6


More information about the pdal-commits mailing list