| age |
author |
description |
| 3 days ago |
Howard Butler |
typodefault tip |
| 3 days ago |
Howard Butler |
fix #176 -- readvlrs reseting the file pointer and #177 -- throw an error when actual number of points in the file does not match header entry |
| 3 days ago |
Howard Butler |
fix #175, more detailed error messages for check_stream_state |
| 9 days ago |
Howard Butler |
actually fail if we can't write points because they are invalid #169 |
| 9 days ago |
Howard Butler |
implement compatibility typedefs for #172 |
| 9 days ago |
Howard Butler |
refactor away LAS prefix from all variables that are already within the liblas:: namespace |
| 9 days ago |
Howard Butler |
use cmake to build an xcode project, this is no longer manually maintained |
| 12 days ago |
Mateusz Loskot |
In las2oci.cpp, added TODO comment where possible memory leak may occur (cannot test myself) |
| 12 days ago |
Mateusz Loskot |
In las2oci.cpp, replaced post-increment with pre-increment for iterators, TODO comment where possible memory leak may occur (cannot test myself), missing include <vector>. |
| 12 days ago |
Mateusz Loskot |
Replaced free with LASString_Free in lasinfo and las2las whenever necessary |
| 12 days ago |
Mateusz Loskot |
Fixed a tiny memory leak in lasinfo |
| 12 days ago |
Mateusz Loskot |
Added LAS_GetFullVersion function to C API (Ticket #170) |
| 12 days ago |
Mateusz Loskot |
Updated CMake Find* modules with better support of *_FIND_QUIETLY specifier. Unscreamified CMake modules. |
| 12 days ago |
Mateusz Loskot |
Improved FindSpatialIndex.cmake to properly handle user-defined SPATIALINDEX_INCLUDE_DIR |
| 12 days ago |
Mateusz Loskot |
Force FindSpatialIndex.cmake to look in standard prefixes first |
| 12 days ago |
Mateusz Loskot |
Moved build/cmake to cmake. Moved CMake Find* modules to cmake/modules. Preparing to modularize CMake configuration |
| 12 days ago |
Mateusz Loskot |
Catch up CMake with Hobu's big refactoring. Unscreamify CMake configuration files. |
| 12 days ago |
Howard Butler |
remove interfaces.hpp #168 |
| 12 days ago |
Howard Butler |
clean up warnings, add function to test if srid is geographic, and commit on execution of pre-block-sql |
| 12 days ago |
Howard Butler |
support using files for sql injections for pre-sql, post-sql, and post-block-sql |
| 13 days ago |
Howard Butler |
uh, this is broken right now |
| 13 days ago |
Howard Butler |
re-enable extent overriding |
| 2 weeks ago |
Howard Butler |
clean up lint |
| 2 weeks ago |
Howard Butler |
fix up num_points binding |
| 2 weeks ago |
Howard Butler |
more oracle array stuff |
| 2 weeks ago |
Howard Butler |
more array consolidation |
| 2 weeks ago |
Howard Butler |
transaction and commit support |
| 2 weeks ago |
Howard Butler |
turn off tracing |
| 2 weeks ago |
Howard Butler |
more condensation of array binding stuff |
| 2 weeks ago |
Howard Butler |
basic array insertion working |
| 2 weeks ago |
Howard Butler |
support NULLs in most Binds |
| 3 weeks ago |
Howard Butler |
more oracle |
| 3 weeks ago |
Howard Butler |
use stack-based OGRSpatialReference instead of heap-based |
| 3 weeks ago |
Howard Butler |
apply Even's patch for #154 |
| 3 weeks ago |
Howard Butler |
apply Even's patch for #167 |
| 3 weeks ago |
Howard Butler |
more OCI binding stuff |
| 3 weeks ago |
Howard Butler |
more capabilities to OCI bindings |
| 3 weeks ago |
Howard Butler |
don't build las2oci if we have OCI but not spatialindex |
| 4 weeks ago |
Howard Butler |
raw dump implementation, not hooked up yet |
| 4 weeks ago |
Howard Butler |
actually use ReaderI and WriterI for pimpls for LASReader/LASWriter |
| 4 weeks ago |
Howard Butler |
remove unused includes |
| 4 weeks ago |
Howard Butler |
clean up unused includes |
| 4 weeks ago |
Howard Butler |
disambiguate stdint types to liblas:: namespace ones |
| 4 weeks ago |
Howard Butler |
use AM_PROG_CC_C_O |
| 4 weeks ago |
Howard Butler |
merge |
| 4 weeks ago |
Howard Butler |
implement WriterI |
| 4 weeks ago |
Howard Butler |
update cmake files |
| 4 weeks ago |
Howard Butler |
move ReaderI into its own interfaces.hpp file |
| 4 weeks ago |
Howard Butler |
ignore CTestTestfile.cmake's |
| 4 weeks ago |
Howard Butler |
small cleanup of warning |
| 4 weeks ago |
Howard Butler |
refactor our ReaderImpl to be a ReaderI |
| 4 weeks ago |
Howard Butler |
start on ReaderI |
| 4 weeks ago |
Howard Butler |
LASPointFormat C and Python API |
| 4 weeks ago |
Howard Butler |
LASPointFormat C API |
| 4 weeks ago |
Howard Butler |
shutdown hobu-writer-refactorhobu-writer-refactor |
| 4 weeks ago |
Howard Butler |
merge hobu-writer-refactor |
| 4 weeks ago |
Howard Butler |
support writing extra data to points in the form of a std::vector<uint8_t> (similar to VLR data). The size of this value can be anything, but it will be clipped according to the header's DataRecordLength as neededhobu-writer-refactor |
| 4 weeks ago |
Howard Butler |
VLR reading should be part of the detail::reader::Header implementation, not its own classhobu-writer-refactor |
| 4 weeks ago |
Howard Butler |
more reorganizationhobu-writer-refactor |
| 5 weeks ago |
Howard Butler |
mostly working detail::writer::Point implementationhobu-writer-refactor |