This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Coding guidelines
The following is not necessarily the best style. However, it is the one currently in use in the source base, so in the interest of presenting a coherent form to contributors, please adopt it for code that you wish to be included in SamePlace.
- no tabs
- four indentation spaces
- no brace delimiters for bodies of
if,while,foretc. that are only one line long - functions under the appropriate source sections (e.g. GUI actions/reactions, utilities, etc., see the random development notes)
- one blank line between a function definitions and the next one; two before section start
- lowercase filenames with multiple words separated by underscores
- single-line regular commit comments (extended commit comments can be multi-line)
- if a patch resolves bug 242098 (in whole or in part), prefix the log message with LP#242098
- also prefix log message with the part of the system modified by the patch, e.g. “LP#242098 TCP Connector: completely abstracted socket+proxy handling into a separate object with timeout support.”







