• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abossenbroek / GeneralTree / 265

Builds Branch Commit Type Ran Committer Via Coverage
265 feature/implementation_cpp_of_treenode_ds Added get_siblings functionality. TreeNode::get_siblings and GeneralTreeInternal::get_siblings now is implemented in both a const and non-const way. push 25 Sep 2016 05:31PM UTC abossenbroek travis-ci pending completion   set done
263 feature/implementation_cpp_of_treenode_ds Replaced GeneralTreeInternal with TreeInternal Major refactor of the code. The new GeneralTreeInternal uses a TreeNode to store the data. It also stores each key in a bimap so that it can find a key in O(log(n)) instead of O(n) in worst case. push 23 Sep 2016 09:15PM UTC abossenbroek travis-ci pending completion   set done
264 feature/implementation_cpp_of_treenode_ds Replaced GeneralTreeInternal with TreeInternal Major refactor of the code. The new GeneralTreeInternal uses a TreeNode to store the data. It also stores each key in a bimap so that it can find a key in O(log(n)) instead of O(n) in worst case. push 23 Sep 2016 09:15PM UTC abossenbroek travis-ci pending completion   set done
262 feature/implementation_cpp_of_treenode_ds Added TreeInternal::get_children_data All the data in a branch can be retrieved with TreeInternal::get_children_data. push 23 Sep 2016 08:38PM UTC abossenbroek travis-ci pending completion   set done
260 feature/implementation_cpp_of_treenode_ds Changed type of TreeNode::key The type of TreeNode::key was tree_key and it is now SEXP. This reduces the amount of overhead in storing and retrieving key information from a TreeNode. push 23 Sep 2016 08:08PM UTC abossenbroek travis-ci pending completion   set done
259 feature/implementation_cpp_of_treenode_ds Optimized insert of TreeNode::get_children The search for the child position in TreeNode::get_children is now optimized by having a more accurate offset of the last position where the insert took place. push 23 Sep 2016 06:58PM UTC abossenbroek travis-ci pending completion   set done
258 feature/implementation_cpp_of_treenode_ds Corrected and added the const attribute of methods and arguments in TreeNode. TreeNode methods and arguments did not have the most accurate const declaration. In this commit I changed the const attribute to reflect what happens in the method. Tr... push 23 Sep 2016 03:08PM UTC abossenbroek travis-ci pending completion   set done
257 feature/implementation_cpp_of_treenode_ds Added tests for TreeNode::get_children and TreeInternal::get_children The tests verify whether the methods yield accurate results when called recursively and not. push 23 Sep 2016 02:08AM UTC abossenbroek travis-ci pending completion   set done
256 feature/implementation_cpp_of_treenode_ds Moved most of get_children from TreeInternal to TreeNode. The main functionality of get_children is moved from TreeInternal to TreeNode. push 23 Sep 2016 01:43AM UTC abossenbroek travis-ci pending completion   set done
255 feature/implementation_cpp_of_treenode_ds Added slack notification to travis.yml file. push 23 Sep 2016 01:35AM UTC abossenbroek travis-ci pending completion   set done
254 feature/implementation_cpp_of_treenode_ds Added get_siblings, get_left_child, tree_node_sp_vec_sp. Two new getters return siblings and left_child. New typedef shortens the notation for shared_ptr to tree_node_sp_vec. push 23 Sep 2016 01:16AM UTC abossenbroek travis-ci pending completion   set done
253 feature/implementation_cpp_of_treenode_ds Added fixes to build system to resolve check fail. push 23 Sep 2016 12:00AM UTC abossenbroek travis-ci pending completion   set done
250 feature/implement_data_storage_in_CPP Removed submodule .maker push 22 Sep 2016 12:21AM UTC abossenbroek travis-ci pending completion   set done
248 feature/implement_data_storage_in_CPP Fixed functionality in gti that caused branch to miss origin node. push 21 Sep 2016 09:15PM UTC abossenbroek travis-ci pending completion   set done
247 feature/implement_data_storage_in_CPP Finished refactoring and started working on branch retrieval. push 15 Sep 2016 12:32AM UTC abossenbroek travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 13
  • 14
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc