]> git.lyx.org Git - lyx.git/history - src/support/regex.h
prepare Qt 5.6 builds
[lyx.git] / src / support / regex.h
2015-11-24 Georg BaumFix C++11 std::regex incompatibility
2015-11-22 Kornel BenkoMerge branch 'master' of git.lyx.org:lyx
2015-11-22 Georg BaumFix some thinkos in MSVC regex hack
2015-05-20 Jean-Marc LasgouttesUse explicit macro to declare that we want to use C++11
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-28 Georg BaumUse std::regex if possible
2014-12-28 Georg BaumGet rid of regex_constants::match_partial
2014-12-23 Georg BaumGet rid of tr1 support
2014-12-21 Georg BaumImprove C++11 support
2014-12-21 Georg BaumAdd missing using declarations
2011-03-02 Peter KümmelFix crash when using msvc10's regex, seems boost's...
2010-06-30 Jean-Marc Lasgouttesrework regexp processor magic ; make tr1 work with...
2010-06-30 Peter KümmelTR1: move TR1 check to config.h / buildsystem
2010-06-30 Peter KümmelTR1: check in cmake for GCC version, fallback in checkt...
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10