|
|
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 |
|
|
|
dffd635482
|
switch asset ordering impl to utilize the new custom smart-ptr
passes compiler and test suite, finally!
TODO: also switch the derived asset kinds to use P<Media>, P<Struct>,....
maybe do the same with MObject?
|
2008-04-05 07:26:54 +02:00 |
|
|
|
2b529e3fac
|
customized smart-ptr based on std::shared_ptr
hopefully resolves long standing problems with odering and type relations
of objects handled via smart ptr
|
2008-04-05 05:57:54 +02:00 |
|
|
|
c3b1048fc4
|
merge buildsystem improvements
|
2008-01-27 03:58:24 +01:00 |
|
|
|
809301a60e
|
proof-of-concept visitor implementation now working
|
2008-01-04 01:44:40 +01:00 |
|
|
|
2b0ea4650b
|
reworked factory to get better separation of concerns. But custom allocation can't be done as I intended
|
2007-08-31 14:57:49 +02:00 |
|
|
|
db1a35ca94
|
augmented (static) App initialsation, reorganized NoBug includes...
|
2007-08-17 00:36:07 +02:00 |
|