[pdal-commits] [PDAL/PDAL] 37762a: misc refactoring and cleanups

GitHub noreply at github.com
Tue May 12 15:29:23 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 37762a883684007455543a00334eb99a87fc6ea2
      https://github.com/PDAL/PDAL/commit/37762a883684007455543a00334eb99a87fc6ea2
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  misc refactoring and cleanups

- regularized the log() function
- added getVersion functions
- lifted a couple spatialite operations up into the header
- fixed a bug when column type is null (hit by spatialite version call)
- passing “1” to the spatiality init function now, which yields a big
speedup (http://hub.qgis.org/issues/8340)


  Commit: 02977f10f6a043e4fbec0a0a8f593d6ed60fad14
      https://github.com/PDAL/PDAL/commit/02977f10f6a043e4fbec0a0a8f593d6ed60fad14
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  cleaner LogPtr

and less whitespace


  Commit: 16294591702c3cc7a9e4cdd07586cab0b487108b
      https://github.com/PDAL/PDAL/commit/16294591702c3cc7a9e4cdd07586cab0b487108b
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp

  Log Message:
  -----------
  boost removals

as per code review

and no one-line ifs anymore


  Commit: 246ff7ff29cd4bc70ed233fe482cc7c4ba69706b
      https://github.com/PDAL/PDAL/commit/246ff7ff29cd4bc70ed233fe482cc7c4ba69706b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp

  Log Message:
  -----------
  Merge pull request #911 from PDAL/sqlite_improvements

misc SQLite refactoring and cleanups


Compare: https://github.com/PDAL/PDAL/compare/053285c90d80...246ff7ff29cd


More information about the pdal-commits mailing list