Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -138/+0 |
| | |||||
* | get_match() method added to hashtable_t. | Tobias Brunner | 2012-05-24 | 1 | -1/+17 |
| | |||||
* | Adding a remove_at method to the hash table. | Tobias Brunner | 2010-06-07 | 1 | -3/+11 |
| | | | | This allows to remove key-value pairs while enumerating them. | ||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -14/+14 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | hashtable enumerator enumerates over both, key and values | Martin Willi | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | adding general purpose hash table | Tobias Brunner | 2008-12-03 | 1 | -0/+116 |