aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/regex.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-165/+128
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-2/+2
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-3/+3
2022-01-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed1-0/+120
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2019-11-09[libc++] Validate the entire regex is consumedMark de Wever1-0/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-01-28[libcxx] Remove pragmas that were needed to suppress warnings producedAkira Hatanaka1-18/+0
2014-07-29Base regex code on char_class_type.Dan Albert1-3/+3
2013-12-14Fix GCC unknown pragma warning in libc++.Logan Chien1-0/+8
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-0/+10
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-2/+2
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant1-2/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-2/+0
2010-07-27continued regex development...Howard Hinnant1-0/+4
2010-07-27A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...Howard Hinnant1-0/+58
2010-06-24Continuing to work through regex, and updated libcxx_by_chapter.pdf with week...Howard Hinnant1-14/+21
2010-06-21Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <...Howard Hinnant1-2/+47
2010-06-17Just getting our toes wet on <regex>Howard Hinnant1-0/+203