Commit graph

151 commits

Author SHA1 Message Date
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
ed4decb5de added notes from yesterday irc discussion 2007-08-12 04:10:10 +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
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
8b8e0e49c7 just little note 2007-07-19 04:29:02 +02:00
Christian Thaeter
872d24c0e1 better checks, add test for valgrind and execinfo 2007-07-18 23:51:56 +02:00
Christian Thaeter
9927e8053d few whitespace fixes, ''' to """, NoBug test 2007-07-18 19:02:13 +02:00
Christian Thaeter
805399aa7b emacs likes """ more than ''', and some whitespace fixes 2007-07-18 01:45:31 +02:00
Christian Thaeter
815ed3a298 move the Buildhelper.py to ./admin/scons 2007-07-18 00:39:53 +02:00
Christian Thaeter
eed4d24b63 Merge branch 'master' of git://git.pipapo.org/cinelerra3/plouj
Conflicts:

	wiki/support_library.html
2007-07-18 00:22:26 +02:00
Christian Thaeter
faee43342c Merge branch 'master' of git://git.pipapo.org/cinelerra3/mob 2007-07-18 00:16:25 +02:00
Christian Thaeter
4fe6cd6f8b Merge commit 'ichthyo/scons' 2007-07-18 00:13:32 +02:00
Christian Thaeter
834e642e8a typo 2007-07-18 00:11:53 +02:00
Christian Thaeter
c55e72adf4 example interface and C plugin 2007-07-18 00:10:02 +02:00
Christian Thaeter
737c102766 extended example, prepared for C++ plugin 2007-07-17 22:24:46 +02:00
Christian Thaeter
bd218fb7ca example code showing plugin usage 2007-07-17 20:42:07 +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
fe67889504 more notes about upcoming error handling 2007-07-17 04:32:50 +02:00
Simeon Voelkel
4580eb5634 improved git howto for cin3 2007-07-16 20:00:12 +02:00
root
f834e5d168 added git howto for cin3 in wiki/index.html 2007-07-16 18:34:37 +02:00
Michael Ploujnikov
d8dd239883 Various grammar fixes. 2007-07-16 00:05:47 -04:00
Christian Thaeter
25f171dbda proposal about error handling and aborts 2007-07-16 01:04:25 +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
0de8169466 error indicator and reset 2007-07-15 01:34:04 +02:00
Christian Thaeter
05721f504e add few DIR_INFO's in src 2007-07-14 21:28:47 +02:00
Christian Thaeter
fde9659e89 back to more trivial interface definitions, this should be stable now 2007-07-14 20:15:48 +02:00
Christian Thaeter
fb390e4f7f figured out better interface implementation macros 2007-07-14 15:14:11 +02:00
Christian Thaeter
4e6b4040c3 some refinements 2007-07-13 16:18:45 +02:00
Christian Thaeter
cc2af2af36 Plugin versioning matrix explained 2007-07-13 14:09:23 +02:00
Christian Thaeter
4dc12c0884 notes: this is work in progress, have some new ideas, add/modify them later 2007-07-12 13:42:50 +02:00