[pdal-commits] [PDAL/PDAL] c8a1f8: nanoflann: Include <cstdlib> for ::malloc().
GitHub
noreply at github.com
Fri Mar 25 09:51:25 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: c8a1f887d7316f76853bd67ffe5a9bb556e54b57
https://github.com/PDAL/PDAL/commit/c8a1f887d7316f76853bd67ffe5a9bb556e54b57
Author: Raphael Kubo da Costa <rakuco at FreeBSD.org>
Date: 2016-03-25 (Fri, 25 Mar 2016)
Changed paths:
M vendor/nanoflann-1.1.8/nanoflann.hpp
Log Message:
-----------
nanoflann: Include <cstdlib> for ::malloc().
malloc() is defined in stdlib.h, which was being included indirectly by
other on Linux. On systems such as FreeBSD, the code was just failing to
build because of the missing symbol.
Commit: cb620cc840bb52a3a080a8c0c135337c53558990
https://github.com/PDAL/PDAL/commit/cb620cc840bb52a3a080a8c0c135337c53558990
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-03-25 (Fri, 25 Mar 2016)
Changed paths:
M vendor/nanoflann-1.1.8/nanoflann.hpp
Log Message:
-----------
Merge pull request #1196 from rakuco/nanoflann-malloc
nanoflann: Include <cstdlib> for ::malloc().
Compare: https://github.com/PDAL/PDAL/compare/4a8a59d0ad66...cb620cc840bb
More information about the pdal-commits
mailing list