Directory plugins/cflogger/include/

Directory Created:
2007-01-07 07:56
Total Files:
2
Deleted Files:
2
Lines of Code:
65

[root]/plugins/cflogger/include

Lines of Code

plugins/cflogger/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 629 (100.0%) 31.4
ryo_saeba 10 (50.0%) 614 (97.6%) 61.4
anmaster 7 (35.0%) 14 (2.2%) 2.0
akirschbaum 2 (10.0%) 1 (0.2%) 0.5
partmedia 1 (5.0%) 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:

  • plugins/cflogger/include: cflogger.h (-2)
ryo_saeba 2011-11-08 15:51 Rev.: 15572

Fix #if with #ifdef.

3 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger.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:

  • plugins/cflogger/include: cflogger.h (+8 -7)
ryo_saeba 2010-08-07 04:03 Rev.: 13559

Change event listener prototype for plugins to return int instead of void*.

2 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger_proto.h (+2 -2)
anmaster 2009-02-12 13:48 Rev.: 11461

plugins/cfpython/include/cfpython_proto.h, plugins/cfpython/cfpython.c: Fix
broken give command. Was broken due to MSW removing -Bsymbolic when building
plugins about half a year ago. Also change some other symbols to static in the
plugins to avoid more issues like this.
plugins/cflogger/include/cflogger_proto.h, plugins/cflogger/cflogger.c,
plugins/citylife/include/citylife_proto.h, plugins/citylife/citylife.c,
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c,
plugins/cfanim/include/cfanim.h, plugins/cfanim/include/cfanim_proto.h,
plugins/cfanim/cfanim.c, plugins/cfnewspaper/include/cfnewspaper_proto.h,
plugins/cfnewspaper/cfnewspaper.c: More changes in the same style as the above
python changes to reduce possible symbol lookup conflicts. Also make some
functions static.
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c: Fix a typo in cfrhg
(was "cfrgh" in one place).

1 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger_proto.h (+1 -1)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

1 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger.h (+1 -1)
ryo_saeba 2008-09-19 14:36 Rev.: 9891

Fix for bug #2088893: Assertion in cfanim.c globalEventListener on client connect.

1 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger_proto.h (+1 -1)
anmaster 2008-06-04 16:39 Rev.: 9228

Clean up in plugins, fix a lot of gcc warnings (in plugins), update prototype
headers in plugins, make some functions static. Also update build system for
cflogger to make it not include common plugin stuff in header. Followed example
set by cfnewspaper's Makefile.am. Make the template plugin include prototype
header. (It is a good idea to do so, for various reasons.) Also add some missing
newlines at end of copyright header comments in some files. Also make some
variables const (in python plugin) in order to fix gcc warnings and to make
code cleaner (a string literal is always a const char* in C90 or later, but
char* is allowed for compatibility reasons, though it will actually be a const).

3 lines of code changed in 3 files:

  • plugins/cflogger/include: Makefile.am (del), cflogger.h (+2 -1), cflogger_proto.h (+1 -9)
anmaster 2008-06-01 11:40 Rev.: 9198

Set svn:eol-style to native on *.c and *.h files that were missing it.

2 lines of code changed in 2 files:

  • plugins/cflogger/include: cflogger.h (+1), cflogger_proto.h (+1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

0 lines of code changed in 1 file:

  • plugins/cflogger/include: Makefile.am (-1)
ryo_saeba 2007-04-08 06:15 Rev.: 5978

More API changes.

0 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger_proto.h (-122)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • plugins/cflogger/include: Makefile.in (del)
ryo_saeba 2007-01-07 08:59 Rev.: 5302

Forgot to comment the file :)

2 lines of code changed in 1 file:

  • plugins/cflogger/include: cflogger.h (+2)
ryo_saeba 2007-01-07 07:56 Rev.: 5301

New plugin: cflogger, which logs to sqlite3 database.

606 lines of code changed in 4 files:

  • plugins/cflogger/include: Makefile.am (new 3), Makefile.in (new 414), cflogger.h (new 52), cflogger_proto.h (new 137)
Generated by StatSVN 0.7.0