summaryrefslogtreecommitdiff
path: root/src/core/pool_type.hpp
AgeCommit message (Expand)Author
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-04-01Fix: building on Raspberry Pi failed because of const vs constexpr (#8924)Patric Stout
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-01-07Codechange: Remove std::function from Pool iteration wrapperJonathan G Rennison
2019-12-21Fix: unused variable warningsglx
2019-12-21Cleanup: remove FOR_ALL_ITEMSglx
2019-12-21Add: Allow iteration of pools in range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2014-02-11(svn r26333) -Fix: Compilation without static_assert.frosch
2014-02-10(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.fonsinchen
2013-10-20(svn r25887) -Fix: Ignore NULL pointers in delete operator of PoolItem.fonsinchen
2013-08-09(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...rubidium
2013-06-15(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destru...planetmaker
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-19(svn r22115) -Fix (r22114): some comments and code ordering were wrongsmatz
2011-02-19(svn r22112) -Codechange: register all pools in a pool vectorsmatz
2011-02-09(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateIte...smatz
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2009-11-11(svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "n...rubidium
2009-10-21(svn r17839) -Codechange: implement the concept of 'caching' pool items to po...rubidium
2009-10-21(svn r17838) -Document: the Pool struct's template parametersrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-05(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing ite...smatz
2009-05-22(svn r16380) -Codechange: rename pool.hpp to pool_type.hppsmatz