COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Owner Reporter Resolution Summary
#434 Alpar Juttner Alpar Juttner done Phase out Autotools in favor of CMAKE
Description

The most important missing feature of the CMAKE based build environment is the generation of the release tarball. The good thing is that cmake needs basically no generated files (like the configure script and the Makefile.in files in case of Autotools). Still, it should generate

  • cmake/version.cmake and
  • the HTML documentation

and add them to the release tarbal.

#443 Peter Kovacs Alpar Juttner fixed Doc is fully broken with Doxygen 1.8
Description

The doc generated with doxygen 1.8 is fully broken. Either the format or some configuration option has substantially changed.

#444 Alpar Juttner Alpar Juttner fixed Strange bug in ListPath<>
Description

Valgrind report an error on the following code:

    ListPath<ListDigraph> p,q;
    p.addBack(a);
    q=p;

The problem seems to be that q=p tries to copy bitwise instead of using the template ListPath<>::operator=() implementation.

Implementing a non-template version solves the problem, but I don't understand why the template version is used.

I fear that this issue may affect other Path structures, or even other tools, too.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.