Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of compatibility with Python 2.4. | Jelmer Vernooij | 2014-08-31 | 1 | -3/+0 |
| | | | | | | Change-Id: I1f900e550f4fbed9d7b3ffdbf30aa5b54e799331 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> | ||||
* | README.Coding: Add __func__ | Volker Lendecke | 2013-11-11 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Nov 11 16:08:09 CET 2013 on sn-devel-104 | ||||
* | Coding: Add comment disproving control-flow changing macros | Volker Lendecke | 2012-09-26 | 1 | -0/+10 |
| | |||||
* | CodingStyle: Add some notes about Python 2.4 compatibility. | Jelmer Vernooij | 2011-10-14 | 1 | -3/+7 |
| | |||||
* | README.Coding: Mention that PEP8 is the standard for Python code. | Jelmer Vernooij | 2011-07-23 | 1 | -1/+5 |
| | | | | | Almost all of our existing code is PEP8, and virtually every other free software project in Python uses PEP8. | ||||
* | README.Coding: fix typos | Stefan Metzmacher | 2010-07-10 | 1 | -5/+6 |
| | | | | | | Thanks to Michael Wood <esiotrot@gmail.com> for the review. metze | ||||
* | README.Coding: add examples for good and bad comments | Stefan Metzmacher | 2010-07-10 | 1 | -1/+72 |
| | | | | metze | ||||
* | README.Coding - cosmetic changes | Matthias Dieter Wallnöfer | 2010-05-11 | 1 | -42/+45 |
| | | | | | | | - Fix typos - Wrap lines - Remove trailing whitespaces - use ":" instead of "::" - one colon should in all cases be enough | ||||
* | README.Coding: fix good example | Stefan Metzmacher | 2010-05-11 | 1 | -1/+2 |
| | | | | metze | ||||
* | README.coding: Update rules about code blocks and braces. | Kai Blin | 2009-11-18 | 1 | -15/+31 |
| | |||||
* | README.Coding: add section about usage of helper variables | Stefan Metzmacher | 2009-11-16 | 1 | -0/+26 |
| | | | | metze | ||||
* | README.Coding: fix error in "good example" | Stefan Metzmacher | 2009-11-16 | 1 | -1/+1 |
| | | | | metze | ||||
* | Mention typedef struct in README.Coding | Volker Lendecke | 2009-11-14 | 1 | -0/+8 |
| | |||||
* | README.Coding: Fix typos. | Matt Kraai | 2009-11-10 | 1 | -7/+7 |
| | |||||
* | README: Fix indentation of bullet point. | Jelmer Vernooij | 2009-06-03 | 1 | -1/+1 |
| | | | | README.Coding: Use consistent header. | ||||
* | Update to refer to 3 and 4, not just Samba 3. | Jelmer Vernooij | 2008-10-01 | 1 | -33/+32 |
| | |||||
* | Fix path, typo. | Jelmer Vernooij | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | README.Coding: A few minor fixes. | Karolin Seeger | 2008-08-05 | 1 | -3/+3 |
| | | | | | Karolin (This used to be commit e61c6963cc25883c0b6e7e20596723397e294807) | ||||
* | r25378: Add a vim configuration example to highlight overly long lines. | Michael Adam | 2007-10-10 | 1 | -0/+5 |
| | | | | (This used to be commit 95b7404836a723334d703825ab6f605ab38efe82) | ||||
* | r25156: Update coding guiding wrt to primitive data types | Gerald Carter | 2007-10-10 | 1 | -0/+15 |
| | | | | (This used to be commit 01d42744903d7ef9044fa4d2ad1cc64594717573) | ||||
* | r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs, | Lars Müller | 2007-10-10 | 1 | -1/+2 |
| | | | | | trailing whitespace, and continued lines visually. (This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2) | ||||
* | r23645: add examples and try to answer some common questions in the coding ↵ | Gerald Carter | 2007-10-10 | 1 | -6/+134 |
| | | | | | | style guide (This used to be commit c955151bb384c3edba3f2f17f1ebb7029b61d36c) | ||||
* | r23636: Adding coding style guide for Samba 3.0 branches (no differences ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+87 |
from Tridge's prog_guide.txt so we should have a similar style throughout the project) (This used to be commit ff1c2fdc08f6198bad1bf9f5bae8dc6bc5fb534a) |