Commit History

Author SHA1 Message Date
  Mukund Sivaraman 055a835258 [2218] Add DomainTree::largestNode() to return the largest node in tree-of-trees 12 years ago
  Mukund Sivaraman 328b5fc4db [2218] Add test for DomainTreeNode::getLargestInSubTree() 12 years ago
  Mukund Sivaraman 10018747ad [2218] Add test for DomainTreeNode::getSubTreeRoot() 12 years ago
  Mukund Sivaraman 60c7cde711 [2218] Make DomainNode::isSubTreeRoot() a public function 12 years ago
  Mukund Sivaraman 5b8f36f524 [2150] Add a diagram of the DomainTree after the node has been added 12 years ago
  Mukund Sivaraman dc8237b412 [2150] Add test to find the same non-absolute label sequence at two different places 12 years ago
  Mukund Sivaraman 4e25ff76b6 [2150] Find a relative label sequence that's more than 1 node away from chain.top() 12 years ago
  Mukund Sivaraman 65ef86855e [2150] Check label sequence to see that it's correct 12 years ago
  Mukund Sivaraman 0ccc72ed6a [2150] Clear chain before re-use 12 years ago
  Mukund Sivaraman 0b66c1db1a [2150] Check that non-absolute label sequence + empty chain throws in find() 12 years ago
  Mukund Sivaraman 3c03d322a1 [2150] Allow DomainTree::find() to start at a lower level 12 years ago
  JINMEI Tatuya 542d9e20cd [2098] resolved other conflict after rebase on master 12 years ago
  JINMEI Tatuya 068ecfa5b8 [2098] copy getAbsoluteLabels() from rbtree with trivial modifications. 12 years ago
  Mukund Sivaraman e69183d61f [2107] Fix a typo in a comment 12 years ago
  JINMEI Tatuya 558b2dbe02 [2107] have DomainTreeNode::setData() return pointer to old data. 12 years ago
  JINMEI Tatuya 6679f424fb [2107] revised tree-data deleter mechanism: we now pass deleter to destroy. 12 years ago
  Mukund Sivaraman 13b16c09be [2105] Pass memory segment to operator() of the deleter class 12 years ago
  Mukund Sivaraman 65976ab225 [2105] Add #2054 (nodeFission changes) into DomainTree 12 years ago
  Mukund Sivaraman 1319a26ec4 [2105] Rename other instances of rbtree/rbnode 12 years ago
  Mukund Sivaraman 1fdb15bd59 [2105] Add explicit default constructor for the DeleterType class 12 years ago
  JINMEI Tatuya ad0d2ac48f [2105] trivial style fix: adjusted place of * 12 years ago
  Mukund Sivaraman ff3f282be6 [2105] Introduce node deleter as a template parameter 12 years ago
  Mukund Sivaraman 26d871cfc6 [2105] Copy RBTree to DomainTree class in datasrc/memory; also copy tests 12 years ago