summaryrefslogtreecommitdiff
path: root/src/misc/hashtable.hpp
AgeCommit message (Expand)Author
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-04-01Codechange: Suppress warnings when asserts are disabled (#8917)Patric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-05-19Change [#6689]: Tweak HashTable hash calculation to reduce collisions. (kerni...PeterN
2015-08-08(svn r27363) -Codechange: Fix codestyle of one-line methods and header codest...alberth
2015-08-08(svn r27362) -Codechange: Codestyle fixes for reference var declarations, sta...alberth
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-04-19(svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much sma...smatz
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2010-12-22(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-07(svn r17101) -Revert [FS#3065](r16546): large table on stack caused stack ove...smatz
2009-06-09(svn r16546) -Codechange: use array member instead of allocating in costructo...smatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-01-13(svn r8092) -Codechange: header files with miscellaneous template classes (sm...KUDr