Christian Thaeter
9507fae565
reverted CINELERRA_DIE(msg) to CINELERRA_DIE
2007-08-18 05:12:14 +02:00
Christian Thaeter
8c1f324c55
fixed example for plugins
2007-08-18 05:05:58 +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
Christian Thaeter
4e8cc3d7b6
automake fixes
2007-08-18 05:04:10 +02:00
963ce7ec53
buildsystem: aligned/automated building of tests, now build the core as static lib
2007-08-18 04:28:14 +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
b62b306f88
merged (and amended) cehteh's summarization of IRC 11.8.2007
2007-08-17 04:43:41 +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
d2c13807bb
disable (non finished) plugin test, fix some bugs
2007-08-14 04:21:47 +02:00
Christian Thaeter
441e192c81
Merge branch 'master' into errorhandling
2007-08-14 04:02:54 +02:00
Christian Thaeter
8405b42d64
Merge branch 'testsuite', some bug remain fixed in next commit
...
Conflicts:
Makefile.am
configure.ac
tests/examples/Makefile.am
2007-08-13 21:40:25 +02:00
Christian Thaeter
f72a4238af
add DIR_INFO in otherwise ignored scripts dir
2007-08-13 21:37:51 +02:00
Christian Thaeter
42b3e12180
merge in progress, some files left out
2007-08-13 21:36:22 +02:00
Christian Thaeter
ed2427c653
Merge branch 'automake'
...
Conflicts:
configure.ac
tests/examples/Makefile.am
2007-08-13 21:34:51 +02:00
Christian Thaeter
69c6215277
more automake merges
2007-08-13 21:30:41 +02:00
Christian Thaeter
7470a6d073
cleanup and add stderr to testlog when test failed
2007-08-13 17:45:43 +02:00
Christian Thaeter
ce3eb42131
test suite works now basically
2007-08-13 17:22:07 +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
9404b5d1f1
cosmetics, copyright header
2007-08-12 21:51:24 +02:00
Christian Thaeter
4374fc4b1f
just put tests in place, will not work yet
2007-08-12 21:28:21 +02:00
Christian Thaeter
dd276a9057
little hook improvement
2007-08-12 14:51:33 +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
Christian Thaeter
ed4decb5de
added notes from yesterday irc discussion
2007-08-12 04:10:10 +02:00
8f35701ca8
initial design for a factory encapsulating creation of smart-pointers
2007-08-12 01:04:55 +02:00
cc2705ec31
Merge commit 'pipapo/master'
2007-08-10 23:52:59 +02:00
Christian Thaeter
fd1cada430
only push the users tags, no foreign tags in post-commit hook
2007-08-10 22:42:38 +02:00
Christian Thaeter
9170b3d0f0
add a small gpg howto
2007-08-10 21:01:46 +02:00
Christian Thaeter
6c44f5ae60
make the post-commit hook self-containing
2007-08-10 18:55:35 +02:00
Christian Thaeter
9f894dcd95
add some notes about the scheduler
2007-08-10 18:11:12 +02:00
Christian Thaeter
21396e66b1
newer git doesnt push tags, fixed
2007-08-10 18:09:34 +02:00
Christian Thaeter
0d50921e9d
new post-commit hook, signing now includes username
2007-08-10 18:07:22 +02:00
Christian Thaeter
a1f23048c9
annoying typo
2007-08-10 18:02:11 +02:00
b3b91b732c
some planning and problem analysis re. Memory Management...
2007-08-10 06:11:31 +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
014106f2a8
List of open questions, notes on BOUML, some page tagging.
...
While refining the renderengine model, I came accros some difficult questions I can't quite decide at the moment
2007-08-05 17:54:36 +02:00
049c5e252b
class/modelling refinements
2007-08-05 04:51:55 +02:00
8cf5532da1
bring along cumulated model changes from my prototype work last month
2007-08-04 19:15:33 +02:00
814a584fa1
upgraded UML-Model to BOUML 2.29-1
...
To help with the conversion, which will create a bunch of new object instance nodes,
I separated out the Object diagrams into a separate use case view
2007-08-03 18:40:18 +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
c0a0c08ab1
new scripts/DIR_INFO, add autotools stuff to gitignore
2007-07-19 05:47:10 +02:00
Christian Thaeter
471148b7db
basic automake setup
2007-07-19 05:10:14 +02:00