[pdal-commits] [PDAL/PDAL] be6cf3: have dimension::size_type be a boost::int32_t to s...

noreply at github.com noreply at github.com
Mon Nov 28 11:44:14 EST 2011


  Branch: refs/heads/dimension_types
  Home:   https://github.com/PDAL/PDAL

  Commit: be6cf353d6a35d65184a256b302e7c1d396bb006
      https://github.com/PDAL/PDAL/commit/be6cf353d6a35d65184a256b302e7c1d396bb006
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M include/pdal/dimension/Dimension.hpp
  M src/Dimension.cpp

  Log Message:
  -----------
  have dimension::size_type be a boost::int32_t to support negative indices -- add a createUUID() convenience method


  Commit: 735ea7746656df508ee3d813dadbfe04ced5b6fa
      https://github.com/PDAL/PDAL/commit/735ea7746656df508ee3d813dadbfe04ced5b6fa
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M doc/index.txt

  Log Message:
  -----------
  reformatting


  Commit: c9529bf83b56ea1abd061c23508056f9f6e5c05e
      https://github.com/PDAL/PDAL/commit/c9529bf83b56ea1abd061c23508056f9f6e5c05e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M include/pdal/PointBuffer.hpp
  M src/PointBuffer.cpp

  Log Message:
  -----------
  remove extra m_pointSize field from pdal::PointBuffer... we will always fetch it as a const& from the Schema::getByteSize() in case the PointBuffer's schema were to ever change


  Commit: 48eaceed3fbfe2200e1928233726fcebf30efc16
      https://github.com/PDAL/PDAL/commit/48eaceed3fbfe2200e1928233726fcebf30efc16
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M include/pdal/Schema.hpp

  Log Message:
  -----------
  typedef a schema::size_type and set it to boost::uint32_t so it can't be <0 -- we can change this later if we need to


Compare: https://github.com/PDAL/PDAL/compare/d95d989...48eacee


More information about the pdal-commits mailing list