Age | Commit message (Expand) | Author |
---|---|---|
2020-12-15 | Codechange: Make use of the improved C++17 emplace_back function. | Michael Lutz |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-26 | Codechange: Replaced SmallVector::[Begin|End]() with std alternatives | Henry Wilson |
2019-03-26 | Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b... | Henry Wilson |
2019-03-26 | Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_... | Henry Wilson |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2014-04-21 | (svn r26480) -Fix (r26479): forgot to remove a * | rubidium |
2014-04-21 | (svn r26479) -Codechange: use MallocT instead of malloc | rubidium |
2012-10-27 | (svn r24632) -Feature: Add text filtering to advanced settings. | frosch |
2012-06-09 | (svn r24337) -Feature: Allow filtering for multiple words (separated by white... | frosch |