[root]/server/trunk/plugins/template/include
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 |
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 1 file:
Fix #if with #ifdef.
3 lines of code changed in 1 file:
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:
Whitespace changes: consistently reformat code.
7 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
3 lines of code changed in 1 file:
Change plugin object event interface to send the event object itself.
1 lines of code changed in 1 file:
Fix unused include and comment.
2 lines of code changed in 2 files: