Open main menu

Difference between revisions of "TODO"

363 bytes removed ,  17:02, 13 March 2018
Remove iterator handling from the todo list. It is too much of a pitfall for GSoC students.
(Remove some obsolete TODO items)
(Remove iterator handling from the todo list. It is too much of a pitfall for GSoC students.)
Line 79: Line 79:
** backend specific stuff into ??? (maybe new namespace "Backends" ?)  not sure about this one.
** backend specific stuff into ??? (maybe new namespace "Backends" ?)  not sure about this one.
* Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems.
* Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems.
==== Iterator handling ====
* Implement proper reverse_iterators for Common::List. Our current implementation is the same as forward iterators, just that rbegin will return the last element instead of the first and there is no rend. Check [http://www.sgi.com/tech/stl/ReverseIterator.html SGI Documentation] for proper description of revese_iterator in the STL.


=== Events ===
=== Events ===
53

edits