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) @10564   9 years landauf bugfix: after receiving a ClassID packet, the client erases the list …
(edit) @10526   9 years landauf identifier removes itself from all related identifiers when being destroyed
(edit) @10512   9 years landauf fixed issue: Class(T) may not be allowed in …
(edit) @10483   9 years landauf avoid dependency on IdentifierManager for as long as possible
(edit) @10482   9 years landauf detail
(edit) @10405   9 years landauf fixed some TODOs in tests and code by using the new unload() function
(edit) @10403   9 years landauf added function to destroy the class hierarchy (i.e. reset all …
(edit) @10400   9 years landauf fixed tests. however there are some open issues: - the …
(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.