summaryrefslogtreecommitdiff
path: root/README.Coding
AgeCommit message (Collapse)AuthorFilesLines
2012-09-26Coding: Add comment disproving control-flow changing macrosVolker Lendecke1-0/+10
2011-10-14CodingStyle: Add some notes about Python 2.4 compatibility.Jelmer Vernooij1-3/+7
2011-07-23README.Coding: Mention that PEP8 is the standard for Python code.Jelmer Vernooij1-1/+5
Almost all of our existing code is PEP8, and virtually every other free software project in Python uses PEP8.
2010-07-10README.Coding: fix typosStefan Metzmacher1-5/+6
Thanks to Michael Wood <esiotrot@gmail.com> for the review. metze
2010-07-10README.Coding: add examples for good and bad commentsStefan Metzmacher1-1/+72
metze
2010-05-11README.Coding - cosmetic changesMatthias Dieter Wallnöfer1-42/+45
- Fix typos - Wrap lines - Remove trailing whitespaces - use ":" instead of "::" - one colon should in all cases be enough
2010-05-11README.Coding: fix good exampleStefan Metzmacher1-1/+2
metze
2009-11-18README.coding: Update rules about code blocks and braces.Kai Blin1-15/+31
2009-11-16README.Coding: add section about usage of helper variablesStefan Metzmacher1-0/+26
metze
2009-11-16README.Coding: fix error in "good example"Stefan Metzmacher1-1/+1
metze
2009-11-14Mention typedef struct in README.CodingVolker Lendecke1-0/+8
2009-11-10README.Coding: Fix typos.Matt Kraai1-7/+7
2009-06-03README: Fix indentation of bullet point.Jelmer Vernooij1-1/+1
README.Coding: Use consistent header.
2008-10-01Update to refer to 3 and 4, not just Samba 3.Jelmer Vernooij1-33/+32
2008-09-18Fix path, typo.Jelmer Vernooij1-1/+1
2008-08-05README.Coding: A few minor fixes.Karolin Seeger1-3/+3
Karolin (This used to be commit e61c6963cc25883c0b6e7e20596723397e294807)
2007-10-10r25378: Add a vim configuration example to highlight overly long lines.Michael Adam1-0/+5
(This used to be commit 95b7404836a723334d703825ab6f605ab38efe82)
2007-10-10r25156: Update coding guiding wrt to primitive data typesGerald Carter1-0/+15
(This used to be commit 01d42744903d7ef9044fa4d2ad1cc64594717573)
2007-10-10r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,Lars Müller1-1/+2
trailing whitespace, and continued lines visually. (This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2)
2007-10-10r23645: add examples and try to answer some common questions in the coding ↵Gerald Carter1-6/+134
style guide (This used to be commit c955151bb384c3edba3f2f17f1ebb7029b61d36c)
2007-10-10r23636: Adding coding style guide for Samba 3.0 branches (no differences ↵Gerald Carter1-0/+87
from Tridge's prog_guide.txt so we should have a similar style throughout the project) (This used to be commit ff1c2fdc08f6198bad1bf9f5bae8dc6bc5fb534a)