Directory server/trunk/plugins/template/include/

Total Files:
1
Deleted Files:
0
Lines of Code:
74

[root]/server/trunk/plugins/template/include

Lines of Code

server/trunk/plugins/template/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 24 (100.0%) 3.0
anmaster 1 (12.5%) 8 (33.3%) 8.0
akirschbaum 1 (12.5%) 7 (29.2%) 7.0
ryo_saeba 4 (50.0%) 6 (25.0%) 1.5
quinet 1 (12.5%) 3 (12.5%) 3.0
partmedia 1 (12.5%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (-2)
ryo_saeba 2011-11-08 15:51 Rev.: 15572

Fix #if with #ifdef.

3 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (+3 -1)
anmaster 2010-10-09 16:14 Rev.: 13979

Do not make symbols globally visible by default on *nix (when supported),
on Windows this is always the case. To prevent hidden errors (since most
developers seem to test on *nix), use -fvisibility=hidden when GCC is used
and make the MODULEAPI and CF_PLUGIN macros use __attribute__ to mark those
as visible. This will not break on any compiler not supporting this, but will
prevent future hidden errors of this type.

A further advantage with this is that it reduces risk of symbol name collision
between various dynamic objects.

8 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (+8 -7)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

7 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (+7 -6)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

3 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (+3 -3)
ryo_saeba 2007-04-07 04:49 Rev.: 5954

Change plugin object event interface to send the event object itself.

1 lines of code changed in 1 file:

  • server/trunk/plugins/template/include: plugin_template.h (+1)
ryo_saeba 2007-03-17 14:23 Rev.: 5791

Fix unused include and comment.

2 lines of code changed in 2 files:

  • server/trunk/plugins/template/include: plugin_template.h (+2 -2)
Generated by StatSVN 0.7.0