{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

mloskot (2 matches)

Ticket Summary Component Milestone Type Created
Description
#52 Replace manually maintained Visual C++ projects with complete CMake setup Build System enhancement 05/21/08

Proposal

Maintenance of the Visual C++ solutions and projects are usually a big hassle. My aim is to replace it (trunk/build/msvc60 and trunk/build/msvc80) with complete configuration for CMake.

Summarizing, there will be only two build systems officially supported:

  • autotools - standard and well-known GNU Build System used on Linux and other Unix platforms, packaging-friendly for Linux distributions, works well.
  • CMake - multi-platform, stable and easy to use builder, automatically generates solutions for Microsoft Visual Studio, autotools replacement for those who don't want to use libtool.

#18 Comparison operator for LASFile and LASReader/LASWriter Base Library 1.0 task 02/12/08

This task is about adding equal-to and not-equal-to operators that will compare LASFile object to LASReader and LASWriter.

Equality of objects of these classes should be determined by comparison of stream objects underneath.

Requirements:

  • read-only instance of LASFile always *not* equal to any instance of LASWrite

These operators will simplify and improve C API implementation as well as users' code.


Note: See TracReports for help on using and creating reports.