Andrey Semashev
|
5bb604ee39
|
Updated copyright dates.
|
2015-01-25 17:32:33 +03:00 |
|
Andrey Semashev
|
e01be8c293
|
Switched to Boost.Regex regex backend by default. Performance tests showed that it is faster than Boost.Xpressive for small string matching. std::regex is the slowest across all tested platforms (MSVC 12, gcc 4.8, clang 3.4). Boost.Regex also produces smaller executables than Boost.Xpressive.
|
2014-03-22 18:27:38 +04:00 |
|
Andrey Semashev
|
dad4c881cd
|
Added configuration macros for regex backend selection. The backend is used by string matching filters parsed from strings and settings.
|
2014-03-19 22:32:57 +04:00 |
|
Andrey Semashev
|
a21d096e4a
|
Updated copyright notes to 2014.
|
2014-01-19 18:46:09 +04:00 |
|
Andrey Semashev
|
5204873fa9
|
Merged latest changes from trunk.
[SVN r85461]
|
2013-08-25 14:20:22 +00:00 |
|