summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
AgeCommit message (Expand)Author
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-09-03(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, ...yexo
2010-09-03(svn r20729) -Fix [FS#4107]: assert when overbuilding objectyexo
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-05-30(svn r19909) -Doc: Typo fixes, small doxygen improvements.alberth
2010-02-03(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain a...rubidium
2010-02-03(svn r18993) -Codechange: allow allocating multiple items in a SmallVector wi...rubidium
2009-12-26(svn r18640) -Fix (r18633): don't assert when accessing first invalid item, i...smatz
2009-12-25(svn r18633) -Codechange: fortify SmallVector a bit moresmatz
2009-09-14(svn r17541) -Feature: Filtering in Add-NewGRF dialog.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-04-03(svn r15931) -Codechange: let the host and ban lists use of SmallVector.rubidium
2009-02-11(svn r15447) -Codechange: void functions don't tend to return true if and onl...peter1138
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2008-12-20(svn r14704) -Codechange: Add set capabilities to SmallVector.frosch
2008-12-13(svn r14669) -Codechange: use SmallVector instead of std::list at one placesmatz
2008-07-22(svn r13781) -Feature: NewGRF presets, selected by a drop down list in the Ne...peter1138
2008-06-22(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ...skidd13
2008-06-19(svn r13575) -Codechange: Move small vector to core since it fits better in t...skidd13