summaryrefslogtreecommitdiff
path: root/README.Coding.md
AgeCommit message (Collapse)AuthorFilesLines
2024-09-05README: Add languages to code blocks for highlightingAndreas Schneider1-25/+25
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 5 14:27:30 UTC 2024 on atb-devel-224
2024-06-28doc: Update codeing guidelines for struct initialisationNoel Power1-0/+42
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Fri Jun 28 10:17:14 UTC 2024 on atb-devel-224
2023-11-24Revert "README.Coding.md: add DBG_STARTUP_NOTICE macro"Stefan Metzmacher1-6/+5
This reverts commit bb370b9381e5d223ff4ac62f612888f90a63fcc5. We no longer use log level -1 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Nov 24 10:34:58 UTC 2023 on atb-devel-224
2023-11-20README.Coding.md: add DBG_STARTUP_NOTICE macroBjörn Jacke1-5/+6
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-04-04Fix spelling in README.Coding.mdAndreas Schneider1-1/+1
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-07-21README.Coding: PRINT format specifiers PRIuxxPavel Filipenský1-0/+23
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2022-07-20Add a .clang-format fileAndreas Schneider1-12/+8
How to use: Install 'git-format-clang' which is part of the clang suite (Fedora: git-clang-format, openSUSE: clang-tools). Now do your changes and stage them with `git add`. Once they are staged format the code using `git clang-format` before you commit. Now the formatting changed can be viewed with `git diff` against the staged changes. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Jul 20 18:23:49 UTC 2022 on sn-devel-184
2020-08-03README.Coding: target Python 3.6+Douglas Bagnall1-3/+2
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Aug 3 04:13:37 UTC 2020 on sn-devel-184
2020-06-12doc: Add markup to README.Coding for samba wiki linksDavid Mulder1-0/+562
Adding markup to the README.Coding allows us to link to sections of the document from the samba wiki and prevents documentation duplication. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jun 12 23:32:30 UTC 2020 on sn-devel-184