COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #658, comment 4


Ignore:
Timestamp:
10/28/21 17:51:39 (3 years ago)
Author:
Alpar Juttner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #658, comment 4

    initial v1  
    44
    55Please find it in the [attachment:76253ddee3ce.patch attached] chset [76253ddee3ce].
    6 
    7  It wouldn't change any reformatting other than the lower case functions names. Those massive amount of white space changes make it very difficult to track the changes.
    8 >
    9 > Another issue is the project versioning. Unfortunately, the "standard" way of adding a `VERSION` attribute to the `project()` call is not flexible enough as we also add the hg revision hash (and the number of the changesets since the last tagged version) for the development versions.
    10 > In fact, it this standard versioning scheme is so limiting that even CMAKE uses a custom scheme for its own versioning, see e.g. Brad King's comment here: https://gitlab.kitware.com/cmake/cmake/-/issues/16716#note_590854