Changes between Version 11 and Version 12 of DevWikiComitGuidelines


Ignore:
Timestamp:
Feb 24, 2011, 12:03:46 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiComitGuidelines

    v11 v12  
    5454such experimentation is stable, this can then be merged into the trunk after approval from PSC members.
    5555    * All source code in SVN should be in Unix text format as opposed to DOS text mode.
     56    * C code should follow our designated A-style format and astyle should be applied before commit
    5657    * When committing new features or significant changes to existing source code, the committer should take reasonable measures to insure that the source code continues to build and work on the most commonly supported platforms (currently Linux and Windows), either by testing on those platforms directly, running Buildbot tests, or by getting help from other developers working on those platforms. If new files or library dependencies are added, then the configure.in, Makefile.in, Makefile.vc and related documentations should be kept up to date.
    5758    * In the event of buildbot failure notice, the person who caused the break must fix the break before working on anything else