Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / gbmhunter/mlist issues and pull requests
#24 - Add List::InsertIntoSorted() method which allows you to insert a node into the correct place in a sorted list.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#23 - Remove the printing of data to ostream, the data object may not support the '<<' operator.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#22 - Add support for >= operator on Iterator objects so that you used it <= list.Start() as an end condition for a for loop.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#21 - Raise an assert if iterator operations are called before an iterator is assigned to a list.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#20 - Add constructor for List::Iterator which takes a target List as a input.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#19 - Add unit test which iterates through a list backwards.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#18 - Restructure the debug printing settings so that they are not type dependent (currently you have to access them with List<dataT>::debugVarHere).
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#17 - Add postfix decrement operator overload for Iterator class.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#16 - Rename BasicTests.cpp to InsertNodeTests.cpp.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#15 - Change std::ostream to MOStream to get rid of dependence on C++ standard library.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#14 - Add basic example to README.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#13 - Refractor the List::Insert() method so that it has the same structure as List::Delete().
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#12 - Add unit tests that delete nodes from the start and the end of lists, as well as many from the middle.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#11 - Add List::NumNodes() method which returns the number of nodes in list.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#10 - Raise an assert if memory allocation fails when you create a new node.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#9 - Add ability to delete a node.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#8 - Add the ability to add a node into the middle of an existing list.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#7 - Add ability to enable/disable debug printing.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#6 - Add operator overload for addition of Iterator and integer so we can increment/decrement more than one node at a time.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#5 - Add unit test that inserts many nodes.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#4 - Removed unnecessary dependencies from README.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#3 - Add unit test for inserting two nodes into list.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#2 - List::Insert() should take an iterator as an input parameter rather than a integer position.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#1 - Remove <= operator overload and instead implement != overload for halting iterator for loop.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement