Menu

CommitPolicy

Christoph Schwarz

Commit Policy

  • no warnings: the code must compile without warnings. The "-Werror" compiler option is used to enforce that.
  • code must build with both MinGW32 and MinGW64 tool chains
  • Linux builds from the Valgrind4Windows code must yield exactly the same binaries as builds from the respective original source. This means that all Windows-related changes must be enclosed in "#ifdef VGO_windows" or "#ifdef VGP_xxx_windows".
  • stick with the formatting rules in use, if possible use the Eclipse project that comes with defined formatters
  • do not reformat existing code
  • do not make changes to files that are not on the list of [CreatedAndModifiedFiles], without prior consultation with project management
  • see also "Development guidelines" on page [DevelopmentOverview]

Related

Wiki: CreatedAndModifiedFiles
Wiki: DevelopmentOverview
Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.