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 |