[root]/trunk/crossfire/plugins
cfanim
(0 files, 0 lines)
include
(0 files, 0 lines)
cfperl
(0 files, 0 lines)
cfpython
(0 files, 0 lines)
include
(0 files, 0 lines)
common
(0 files, 0 lines)
include
(0 files, 0 lines)
template
(0 files, 0 lines)
include
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 84 (100.0%) | 4.6 |
gros | 3 (16.7%) | 30 (35.7%) | 10.0 |
akirschbaum | 2 (11.1%) | 29 (34.5%) | 14.5 |
tchize | 3 (16.7%) | 12 (14.3%) | 4.0 |
quinet | 1 (5.6%) | 9 (10.7%) | 9.0 |
ryo_saeba | 3 (16.7%) | 2 (2.4%) | 0.6 |
mwedel | 6 (33.3%) | 2 (2.4%) | 0.3 |
make branche directories, delete old trunk.
0 lines of code changed in 4 files:
configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.
9 lines of code changed in 1 file:
Rebuild makefiles, closing bug #1535160 (Python just broke)
1 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
6 lines of code changed in 1 file:
updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.
1 lines of code changed in 1 file:
Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)
5 lines of code changed in 1 file:
Add add_key to set_key (object) for plugins.
1 lines of code changed in 1 file:
*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using
relative path names for files to include in distribution does not work -
need to have a makefile in each directory.
configure{.ac}: Updated as result of new Makefiles.
MSW 2006-02-24
2 lines of code changed in 2 files:
aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh,
*Makefile.in, plugins/cfanim/Makefile, plugins/Makefile: Rebuilt.
29 lines of code changed in 2 files:
Version 2.0 of the Animator and Python plugins. Part of the transition to version 2.0 of the plugin interface.
An empty template for plugins writing as well as a library of common wrappers are also provided.
Gros - 18/10/2005
30 lines of code changed in 3 files: