summaryrefslogtreecommitdiff
path: root/src/stringfilter.cpp
AgeCommit message (Expand)Author
2020-12-15Codechange: Make use of the improved C++17 emplace_back function.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: 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 mallocrubidium
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