6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more c api More... over 16 years ago
port las2las More... over 16 years ago
more C API... getting closer More... over 16 years ago
Add SetPointRecordsByReturnCount More... over 16 years ago
add some const correctness More... over 16 years ago
return a reference instead of copy for GetNextPoint More... over 16 years ago
mloskot uses msvc :) More... over 16 years ago
Added Get/SetUserData methods to LASPoint class, test cases included. More... over 16 years ago
more validation stuff More... over 16 years ago
make sure to NULL out void* on Destroy More... over 16 years ago
more c api More... over 16 years ago
Added Get/SetScanAngleRank method to LASPoint class. Test case included. More... over 16 years ago
Moved definition of Set* methods operating on scan flags in LASPoint class from .hpp to .cpp file. More... over 16 years ago
Get rid of magic numbers where coordinates size is used in LASPoint class. More... over 16 years ago
Added more test cases to LASPoint class test suite. More... over 16 years ago
Implemented scan flags setters in liblas::LASPoint class, unit test included. More... over 16 years ago
Fixed EOL characters, mixed CRLF and LF replaced with LF. More... over 16 years ago
add some C API for LASPoint More... over 16 years ago
Added equal-to and not-equal-to operators to LASPoint class. Unit tests included. More... over 16 years ago
Updated Unit Tests to reflect recent changes in interface of LASHeader and LASPoint types. More... over 16 years ago
Fixed stupid bugs with incorrectly calculated size of arrays in memset/memcpy calls in LASPoint ctors. More... over 16 years ago
Moved constants of file signature and sys/soft identifiers to public members of LASHeader. Removed old TODO comments. More... over 16 years ago
Added operator!= to liblas::guid class. More... over 16 years ago
SetX, SetY, and SetZ for LASPoint More... over 16 years ago
don't carry Makefiles around, they are generated by configure More... over 16 years ago
method to fetch error count More... over 16 years ago
manually copy point records instead of memcpy More... over 16 years ago
Added overloaded version of LASPoint::SetCoordiantes accepting reference to LASHeader instance. This new member is used to assign raw coordinates and recalculate to real coordinates using header data. More... over 16 years ago
src/detail/reader.cpp: Fixed issues with mixed ranges in conditional expressions More... over 16 years ago
src/las_c_api.cpp: Fixed missing <fstream> header. Removed unused headers. More... over 16 years ago