[root]/trunk/crossfire/test/unit/common
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 157 (100.0%) | 5376 (100.0%) | 34.2 |
tchize | 109 (69.4%) | 5301 (98.6%) | 48.6 |
qal21 | 3 (1.9%) | 41 (0.8%) | 13.6 |
quinet | 3 (1.9%) | 32 (0.6%) | 10.6 |
ryo_saeba | 4 (2.5%) | 2 (0.0%) | 0.5 |
mwedel | 38 (24.2%) | 0 (0.0%) | 0.0 |
make branche directories, delete old trunk.
0 lines of code changed in 38 files:
Remove obsolete event system.
0 lines of code changed in 1 file:
Stop complaining about .autorun.xml
1 lines of code changed in 1 file:
Regenerated again.
21 lines of code changed in 1 file:
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.
10 lines of code changed in 1 file:
Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*
5 lines of code changed in 1 file:
Add more files to .cvsignore
31 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Add EVENT_DESTROY. Allow execute_event to be called from common.
5 lines of code changed in 1 file:
more progress in unit testing, marked points of interrest in code
32 lines of code changed in 1 file:
added some test, corrected some indentation, added some TODO and FIXME
118 lines of code changed in 1 file:
update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*
28 lines of code changed in 28 files:
partial update of check_object
228 lines of code changed in 1 file:
made a few methods in object.c static and created empty checks.
Methods in object.c that weren't used anywhere else were made static.
Methods in object.c that weren't static where assigned an empty test in check_object.c
745 lines of code changed in 1 file:
toolkit_common activated in unit test.
check_arch is the first check to use it.
Rebuilded makefiles in accordance
102 lines of code changed in 3 files:
Second part of patch #1453869 courtesy Stefan Huehner (shuehner)
1 lines of code changed in 1 file:
No need to fail when autorun.xml doesn't exist :)
1 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
207 lines of code changed in 32 files:
finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other
291 lines of code changed in 3 files:
corrected check_shstr.c (lacking a few line of code)
5 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 :)
3544 lines of code changed in 37 files: