Age | Commit message (Expand) | Author |
2021-02-22 | Add: A simple, templated cache map that uses a least recently used eviction s... | Michael Lutz |
2021-01-08 | Codechange: Remove min/max functions in favour of STL variants (#8502) | Charles Pigott |
2020-12-27 | Codechange: Replace assert_compile macro with static_assert | Charles Pigott |
2020-07-03 | Fix: Globally apply preprocessor directive coding style | TechGeekNZ |
2020-06-27 | Codechange: Add WARN_FORMAT to vseprintf and fix the cascade of warnings that... | Charles Pigott |
2020-06-05 | Add: introduce CMake for project management | Patric Stout |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-09-29 | Fix: Some typos found using codespell | JMcKiern |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott |
2018-05-19 | Change [#6689]: Tweak HashTable hash calculation to reduce collisions. (kerni... | PeterN |
2015-08-10 | (svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecM... | frosch |
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 |
2014-04-24 | (svn r26506) -Codechange: replace most of vsnprintf with vseprintf | rubidium |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
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-09-02 | (svn r22875) -Codechange: Add some asserts and checks to better prevent overf... | michi_cc |
2011-05-02 | (svn r22411) -Document: another bunch of bits | rubidium |
2011-04-19 | (svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much sma... | smatz |
2011-02-25 | (svn r22145) -Codechange: Do explicit test for non-bool values. | alberth |
2011-02-25 | (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' | alberth |
2011-02-18 | (svn r22101) -Codechange (r22098): Unify a bit of code. | alberth |
2011-02-18 | (svn r22098) -Codechange: Have an array of option data, use it in the option ... | alberth |
2011-02-18 | (svn r22097) -Fix (r22096): Add files before commit. | alberth |
2011-01-22 | (svn r21890) -Cleanup: remove some unneeded includes | rubidium |
2010-12-22 | (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. | alberth |
2010-10-30 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | alberth |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-23 | (svn r20603) -Codechange: silence some ICC warnings | rubidium |
2010-08-12 | (svn r20474) -Cleanup: remove some unused code | yexo |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
2010-07-24 | (svn r20211) -Codechange: Indented code should have curly braces around it. | alberth |
2010-04-12 | (svn r19614) -Codechange: "it's" => "its" where appropriate | smatz |
2010-03-24 | (svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden) | glx |
2010-03-24 | (svn r19516) -Fix (r19467): MSVC 64bit warnings | glx |
2010-03-23 | (svn r19509) -Codechange: remove superfluous semicolons after function defini... | smatz |
2010-03-19 | (svn r19477) -Fix (r1946x): removed a few too functions including the copy co... | yexo |
2010-03-19 | (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) | yexo |
2010-03-19 | (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc cod... | yexo |
2010-03-19 | (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero... | yexo |
2010-03-19 | (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) | yexo |
2010-03-19 | (svn r19470) -Codechange: rename blob internals (skidd13) | yexo |
2010-03-19 | (svn r19469) -Codechange: remove unused functions from Blob (skidd13) | yexo |
2010-03-19 | (svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13) | yexo |
2010-03-19 | (svn r19467) -Codechange: Use uint and byte direct instead of declaring inter... | yexo |
2010-02-25 | (svn r19247) -Codechange: Rename methods to fit better to common style (skidd13) | yexo |