Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/libraries/core/class/Identifier.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10399   9 years landauf use typeid(T) instead of typeid(T).name() to identify a class. this …
(edit) @10396   9 years landauf detail
(edit) @10395   9 years landauf create and initialize Identifiers explicitly via registerClass(). …
(edit) @10381   9 years landauf removed check from r10379 again
(edit) @10379   9 years landauf check if all classes are registered
(edit) @10377   9 years landauf added a check which tries to detect wrongly configured class hierarchy …
(edit) @10376   9 years landauf added helper function to reduce code duplication
(edit) @10375   9 years landauf trying to keep the correct order of parents
(edit) @10374   9 years landauf added flag to define if a class should be used as a virtual parent …
(edit) @10372   9 years landauf use lists instead of sets to store parent identifiers. this allows to …
(edit) @10371   9 years landauf trying to make the initialization of parents of an identifier better …
(edit) @10366   9 years landauf found a better solution to find identifiers that don't belong to the …
(edit) @10363   9 years landauf bugfix: class hierarchy wrongly considered the classes of nested …
(copy) @10328   9 years landauf created branch to work on new core features
copied from code/trunk/src/libraries/core/class/Identifier.cc:
(copy) @9667   11 years landauf merged core6 back to trunk
Note: See TracRevisionLog for help on using the revision log.