Christian Thaeter
e41059497f
refined and corrected framerate caclulation
2007-08-28 19:28:41 +02:00
d54b600382
implemented C++ error handling system
2007-08-26 19:14:39 +02:00
Christian Thaeter
c2898d26f2
put framerate caclulation in a single file
2007-08-25 03:46:07 +02:00
fee63d8f06
added C++ plugin to SCons build; added test for common/appconfig.hpp
2007-08-25 02:07:04 +02:00
8c7a2055e8
integrate Doxygen into SCons build. some doc fixes
2007-08-24 16:41:16 +02:00
Christian Thaeter
2976b2ab29
time handling ok so far
2007-08-24 06:02:29 +02:00
6d9ce217bd
played a bit with doxygen and tried some small tweeks...
2007-08-24 02:58:13 +02:00
5575a7679d
wrapper for cmdline parsing, finished testsuite-runner, solved shutdown-memoryleak
2007-08-23 17:52:33 +02:00
Christian Thaeter
bf32b80521
added error handling, removed timebase from framerate
2007-08-23 11:15:01 +02:00
Christian Thaeter
1b85206c85
time.h for initial! review
2007-08-23 06:57:08 +02:00
Christian Thaeter
e2ffd09f4b
doxycomment errorhandling, small macro improvement
2007-08-23 05:30:29 +02:00
cb13b09360
WIP: started augmenting my test-runner class to be configurable via cmdline
...
Added dependency to boost::program_options. Still trying to get into pace with the testing thing ;-)
2007-08-19 21:57:19 +02:00
Christian Thaeter
0283653026
Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo
...
Conflicts:
tests/plugin/Makefile.am
tests/plugin/plugin_main.c
2007-08-18 05:41:10 +02:00
Christian Thaeter
9507fae565
reverted CINELERRA_DIE(msg) to CINELERRA_DIE
2007-08-18 05:12:14 +02:00
Christian Thaeter
db4ee5b8ad
plugin fixes
2007-08-18 05:05:38 +02:00
Christian Thaeter
7627271ce3
convinience macro CINELERRA_ERROR_SET(flag, err)
2007-08-18 05:05:11 +02:00
06efcf0f77
merge together work done for the Testsuite.
...
- to make it similar to Cehteh's tests, moved my testcode to tests/components
- made scons build the errortest and plugin-example as well
- scons check will run the suite
please note, my implementation work is quite incomplete (warnings, app shuttdown
not yet implemented); I hadn't success running the plugintest.
2007-08-17 11:06:49 +02:00
5bde4020cf
merged cehteh's work for the testsuite, automake and plugins
2007-08-17 05:52:48 +02:00
db1a35ca94
augmented (static) App initialsation, reorganized NoBug includes...
2007-08-17 00:36:07 +02:00
358b9050e9
static Application init, NoBug integration, started a basic Exception hierarchy.
2007-08-14 08:14:21 +02:00
Christian Thaeter
e07dc59e78
use new errorhandling scheme
2007-08-14 04:56:55 +02:00
Christian Thaeter
d36a38a56e
errorhandling finished for now, as proposed
2007-08-14 04:40:13 +02:00
Christian Thaeter
441e192c81
Merge branch 'master' into errorhandling
2007-08-14 04:02:54 +02:00
45c2167700
wrote a very simple Test-Suite runner and provided a Tests source tree
2007-08-13 09:55:32 +02:00
Christian Thaeter
60c033a102
Merge branch 'master' into automake
2007-08-12 04:15:25 +02:00
Christian Thaeter
aaaa31b58f
Merge branch 'master' into errorhandling
2007-08-12 04:12:57 +02:00
8f35701ca8
initial design for a factory encapsulating creation of smart-pointers
2007-08-12 01:04:55 +02:00
91bddede45
better organization of global imports and namespaces
...
avoid spurious quasi-global namespace cinelerra and use namespace hierarchies only where necessary.
document my intended use of namespaces/interfaces in the renderengine-wiki.
2007-08-09 18:51:47 +02:00
ebb4da6cc7
** Start Coding ** Renderengine sources generated, reformatted and made compilable.
2007-08-08 04:50:02 +02:00
8cf5532da1
bring along cumulated model changes from my prototype work last month
2007-08-04 19:15:33 +02:00
Christian Thaeter
fdb691398d
compiles example, segfaults by intention (disabled error handling, no plugin yet)
2007-07-19 06:15:55 +02:00
Christian Thaeter
5946d6961d
some small fixes to make it compile (first try)
2007-07-19 05:49:02 +02:00
Christian Thaeter
e1a072a6d3
config update, small problem with NoBug which shows a warning when valgrind is enabled, dont use valgrind support until this is fixed
2007-07-19 05:48:23 +02:00
Christian Thaeter
471148b7db
basic automake setup
2007-07-19 05:10:14 +02:00
Christian Thaeter
af7bfd6fa7
just a scratch
2007-07-19 04:31:06 +02:00
Christian Thaeter
4fe6cd6f8b
Merge commit 'ichthyo/scons'
2007-07-18 00:13:32 +02:00
Christian Thaeter
ba4a14e183
added a temporary CINELERRA_DIE macro here, all allocation failures are now a CINELERRA_DIE
2007-07-17 16:06:00 +02:00
Christian Thaeter
9d0a2af8c6
plugin lookup
2007-07-17 04:40:07 +02:00
Christian Thaeter
7d669d9abf
add error handling to existing functions
2007-07-15 20:06:20 +02:00
Christian Thaeter
6e9e34caa3
implemented error functions
2007-07-15 17:46:23 +02:00
Christian Thaeter
260e7c0276
license headers
2007-07-15 17:08:45 +02:00
Christian Thaeter
b083e8918c
preparation for next things, TLD, locking, errors...
2007-07-15 16:56:21 +02:00
Christian Thaeter
a06edceb2c
little docing and 3 error messages so far
2007-07-15 02:46:44 +02:00
Christian Thaeter
a313ea87a5
Work in progress, just for review
2007-07-15 02:23:37 +02:00
Christian Thaeter
05721f504e
add few DIR_INFO's in src
2007-07-14 21:28:47 +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
c79d3c906a
implemented additional functions like creating a tarball
2007-07-02 23:11:49 +02:00
7719c710ae
finished basic implementation of SCons build system
2007-07-02 23:10:26 +02:00
Christian Thaeter
74b8f74f3c
add dirs with DIR_INFO files describing intended content
2007-06-18 02:02:16 +02:00