COIN-OR::LEMON - Graph Library

Changes between Version 10 and Version 11 of CommitGuides


Ignore:
Timestamp:
07/06/08 09:09:00 (16 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommitGuides

    v10 v11  
    88   - the '''{{{Makefile.am}}}''' in the related directory for autotool
    99   - the '''{{{CMakeLists.txt}}}''' in the related directory for CMake
     10 - Before you commit revise your changes (e.g. with '''hg status''' and '''hg diff'''). Be sure
     11   - not to do whitespace changes. (Emacs' '''ediff''', or '''kdiff3''' will help you in getting rid of them.)
     12   - not to make reordering of declarations unless it is really necessary. If you must, do it in a separate changeset.
    1013 - Make sure that '''{{{make check}}}''' passes without any compilation warning for each commit with {{{g++-4.3}}}.
    1114   - When files are renamed or new ones added also check the changset with '''{{{make distcheck}}}'''