summaryrefslogtreecommitdiff
path: root/src/core/smallmap_type.hpp
AgeCommit message (Expand)Author
2012-11-14(svn r24741) -Add: Const-methods to SmallMap.frosch
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2010-12-26(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.alberth
2010-10-16(svn r20951) -Codechange: Add SmallMap::Contains() and use it.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-06-13(svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new...frosch
2009-10-17(svn r17790) -Feature: translatable base sound/graphics set descriptionsrubidium
2009-09-13(svn r17527) -Codechange: use QSortT instead of qsort for sorting smallmapsrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-02-11(svn r15447) -Codechange: void functions don't tend to return true if and onl...peter1138
2009-02-11(svn r15446) -Revert(r15445): Seems that "iff" stands for "if and only if". ...belugas
2009-02-11(svn r15445) -Fix: little typosbelugas
2008-12-30(svn r14776) -Fix (r14742): ListPositionMap relied on std::map having sorted ...peter1138
2008-12-26(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation tim...smatz