summaryrefslogtreecommitdiff
path: root/libcxx/src/regex.cpp
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2024-08-05[libc++] Check correctly ref-qualified __is_callable in algorithms (#101553)Louis Dionne
2024-08-01[libc++] Revert "Check correctly ref-qualified __is_callable in algorithms (#...Louis Dionne
2024-08-01[libc++] Check correctly ref-qualified __is_callable in algorithms (#73451)Nhat Nguyen
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2022-01-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2019-11-09[libc++] Validate the entire regex is consumedMark de Wever
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
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