Commit graph

18 commits

Author SHA1 Message Date
9a396c6725 went over the "outer space" draft, expanded on some points
also answered some questions inline. Please see all of this as a proposal
and feel free to merge in parts....
2010-08-01 03:18:11 +02:00
Stefan Kangas
fd32f66202 Add "tests/,*" to .gitignore 2010-07-06 13:58:38 +02:00
Michael Ploujnikov
a668095f60 ignore automake-related files in the m4 directory 2010-01-05 20:11:34 -05:00
e0ad992f30 spinn-off: collecting some frequently used bits to support unit testing 2009-05-30 23:49:02 +02:00
c7c6fe547f improved the architecture overview (drawing) 2008-09-04 18:04:53 +02:00
4746dcd233 Fix build with gcc 4.3
(Explanation: 4.3 detects when a local typedef redeclares a templated type
 from an enclosing scope. This was never legal anyway)
2008-08-20 15:45:36 +01:00
878ce2319b integrated SVG Icon rendering into the SCons build 2008-08-19 05:03:29 +02:00
7a6b987a50 merge after integrating the GUI draft; now using multiple build environments and check via pkg-config 2008-07-11 05:35:48 +02:00
e2ee8f081b augment the singleton factory to create a subclass.
Helps avoiding dependency problems, because client code is no longer coupled to the implementation class
2008-02-01 03:48:09 +01:00
c3b1048fc4 merge buildsystem improvements 2008-01-27 03:58:24 +01:00
fee63d8f06 added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
aaf2ee4928 now the testsuite runs with SCons as well.. 2007-08-18 06:13:39 +02:00
5bde4020cf merged cehteh's work for the testsuite, automake and plugins 2007-08-17 05:52:48 +02:00
358b9050e9 static Application init, NoBug integration, started a basic Exception hierarchy. 2007-08-14 08:14:21 +02:00
Christian Thaeter
ed2427c653 Merge branch 'automake'
Conflicts:

	configure.ac
	tests/examples/Makefile.am
2007-08-13 21:34:51 +02:00
45c2167700 wrote a very simple Test-Suite runner and provided a Tests source tree 2007-08-13 09:55:32 +02:00
0a9c2599dd some cleanup. Set Version=3+alpha.01, add a helloworld-main to make it compile 2007-07-03 00:13:12 +02:00
Christian Thaeter
4e6eb3ffc5 add gitignore with some defaults 2007-06-18 02:02:47 +02:00