summaryrefslogtreecommitdiff
path: root/src/regex.cpp
AgeCommit message (Expand)Author
2016-01-28[libcxx] Remove pragmas that were needed to suppress warnings producedAkira Hatanaka
2014-07-29Base regex code on char_class_type.Dan Albert
2013-12-14Fix GCC unknown pragma warning in libc++.Logan Chien
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-07-27continued regex development...Howard Hinnant
2010-07-27A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...Howard Hinnant
2010-06-24Continuing to work through regex, and updated libcxx_by_chapter.pdf with week...Howard Hinnant
2010-06-21Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <...Howard Hinnant
2010-06-17Just getting our toes wet on <regex>Howard Hinnant