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

#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

#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

#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

#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

#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