Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Avoid C++11 default keyword | Rodrigo Arias Mallo | |
While we still require C++11 for the macros, there is no need to add another dependency for this case. Reported-by: dogma | |||
2024-07-04 | Fix ASan new-delete-type-mismatch error | Rodrigo Arias Mallo | |
With the adreess sanitizer enabled there was an error: AddressSanitizer: new-delete-type-mismatch Caused by a size mismatch in the delete operator as the called destructor was the incorrect one. | |||
2014-11-14 | Fixed bug in (unused) Vector<T>::insertSorted(). | Sebastian Geerken | |
2014-10-27 | Some smaller changes in lout (backport from RTFL). | Sebastian Geerken | |
2014-08-10 | Optimized usage of Layout::queueQueueResizeList. | Sebastian Geerken | |
2014-03-01 | Merge with main repo. | Sebastian Geerken | |
2014-02-16 | lout: mark getters as const | Johannes Hofmann | |
2014-02-02 | trim some spaces | corvid | |
2013-04-15 | Container::bsearch with a variable range to search. | Sebastian Geerken | |
2013-04-10 | Introduced Comparator. | Sebastian Geerken | |
2013-03-05 | Vector::bsearch and insertSorted. | Sebastian Geerken | |
2013-03-05 | Implemented iterators for Vector. | Sebastian Geerken | |
2013-01-29 | Some cleanup in HashTable; new container HashSet (of which HashTable is a ↵ | Sebastian Geerken | |
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance). | |||
2012-06-24 | First part of hyphenation! And some minor changes in "lout". | sgeerke | |
2011-09-27 | typo | corvid | |
2009-05-30 | spelling | Jeremy Henty | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |