|
|
88fc2f6099
|
WIP reworked to replace boost::variant by a custom solution
Not a big simplification, but at least the actual codepath is shorter,
while it's not so general as boost::variant (and not threadsafe!)
|
2008-05-17 04:34:46 +02:00 |
|
|
|
85b0029166
|
WIP: how to get at the actual wrapper (here Placement) from within BuilderTool.
Nasty problem ... draft solution using boost::variant. To be reconsidered later...
|
2008-05-11 15:44:24 +02:00 |
|
|
|
03047e6d17
|
WIP maybe a solution for getting the correct wrapper within Builder Tools.
works, but problem is: you need to know the exact type of the wrapper, e.g. Placement<Clip> or shared_ptr<Media>
|
2008-04-26 05:38:19 +02:00 |
|
|
|
d9e6adfe02
|
make Placement<MObject> implement the interface Buildable.
WIP: works, but isnt what I intended. Rather need a specialisation to be able to define functions
treat (Placement<TY>) based on the concrete TY....
|
2008-04-23 05:48:45 +02:00 |
|
|
|
0baf15ca94
|
Cinelerra-3 renamed to Lumiera -- copyright and documentation
|
2008-03-10 04:25:03 +01:00 |
|
|
|
8fe1a901ba
|
use typelists to declare to visit a collection of types
|
2008-01-05 18:54:10 +01:00 |
|
|
|
9aa3cc11e8
|
new visitor implementation now running.
Veryfied the tests, cleaned up. TODO: concurrency, error checks and convienience shortcuts.
|
2008-01-05 14:26:28 +01:00 |
|
|
|
0bb8051fc5
|
WIP adjusted BuilderTool (specialisation) and tests....
compiles ok, but segfaults
|
2008-01-05 01:38:32 +01:00 |
|
|
|
46b200809e
|
WIP desperately trying to work out a really usable visitor implementation
|
2007-12-22 08:45:09 +01:00 |
|
|
|
89c9d2f3df
|
covered the more esoteric cases for visiting tools and made BuilderTool work
|
2007-11-29 07:07:14 +01:00 |
|
|
|
6d4133cefe
|
WIP generalizing my builder tools to use the acyclic visitor.
inspired by Loki; ichthyo intends to use this pattern for typesafe visiting within the EDL too...
|
2007-11-27 06:40:51 +01:00 |
|