summaryrefslogtreecommitdiff
path: root/lout/container.cc
AgeCommit message (Collapse)Author
2016-07-12cppcheck: Fix realloc mistake (3 times).Jorge Arellano Cid
realloc may fail and return NULL, in that case the array contents were lost. Dillo would exit a couple of lines later anyway, but it's better to exit in a clean way.
2014-10-27Some smaller changes in lout (backport from RTFL).Sebastian Geerken
2014-08-10trim spacescorvid
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
2014-03-03Some more RTFL.Sebastian Geerken
2014-03-01Merge with main repo.Sebastian Geerken
2014-02-25Even more RTFL.Sebastian Geerken
2014-02-25Fixed RTFL.Sebastian Geerken
2014-02-21RTFL stuff.Sebastian Geerken
2014-02-16lout: mark getters as constJohannes Hofmann
2014-02-02trim some spacescorvid
2013-05-29Fixed a bug in Vector::bsearch (empty vector).Sebastian Geerken
2013-04-18Fixed limited floats search, and integrated it into textblock widget. (Still ↵Sebastian Geerken
not fully working.)
2013-04-15Container::bsearch with a variable range to search.Sebastian Geerken
2013-04-10Introduced Comparator.Sebastian Geerken
2013-03-05Fixed a bug in Vector::bsearch.Sebastian Geerken
2013-03-05Vector::bsearch and insertSorted.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-03-05Implemented iterators for Vector.Sebastian Geerken
2013-01-29Some 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).
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid