COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#20 fixed random.h fails to compile on Cygwin Alpar Juttner Alpar Juttner
Description

lemon/random.h fails to compile on Cygwin, because #include<cmath> doesn't define M_E.

This bug appears in [1113f6d12c0c] and also in svn trunk -r3441. In svn trunk similar bugs also appear at other places due to the missing M_X constants.

#21 fixed Wrong '-I' compiler directives Akos Ladanyi Alpar Juttner
Description

When the repository is compiled, -I. -I./lemon -I.. -I.. compilation directives are used, which is seriously wrong. The only directory to be added is the root of the source repository.

Currently, if we use a file name that has a counterpart in the standard directory (e.g. lemon/math.h), the the system files will also include this instead of the right one.

This bug appears both in the [1113f6d12c0c] and in the svn trun -r3441

#22 fixed Transplant error.h into hg main Peter Kovacs Alpar Juttner
Description

error.h is used by the most LEMON elements, therefore it is crucial to have it in hg repo as soon as possible.

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