index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
dom
Age
Commit message (
Expand
)
Author
2014-11-21
According to my lords holy command I enacted his graces order of moving all p...
Benjamin Paassen
2014-11-21
working on ManagedContainers.hpp
Andreas Stöckel
2014-11-15
added event system to Node class (needed for updating name->node maps in pare...
Andreas Stöckel
2014-11-14
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Benjamin Paassen
2014-11-14
added TestNode unit test
Andreas Stöckel
2014-11-14
fixed equals operator in Handle class when comparing Handles of different types
Andreas Stöckel
2014-11-13
deleted files with content that has been merged into the Node class
Andreas Stöckel
2014-11-13
Node.cpp and Node.hpp now containts the new Node base class (which always is ...
Andreas Stöckel
2014-11-13
allow the Handle class to be converted to const pointers
Andreas Stöckel
2014-11-13
fixed static type assertion in the Handle class for incomplete types
Andreas Stöckel
2014-11-13
refactored NodeManager and Node class to Manager and Managed classes
Andreas Stöckel
2014-11-06
current working copy
Andreas Stöckel
2014-11-03
fixed bugs in garbage collector, improved handle classes, added some more uni...
Andreas Stöckel
2014-11-03
fixed node purging
Andreas Stöckel
2014-11-03
implemented equals operator, fixed assignment operator, NodeManager now asser...
Andreas Stöckel
2014-11-02
fixed gc sweep rooting detection, added new gc unit test
Andreas Stöckel
2014-11-02
implemented garbage collecting node graph
Andreas Stöckel