Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
re
/
re.alg
/
re.alg.search
/
basic.pass.cpp
c32d47c
[test] Add target_info for NetBSD, and XFAIL some of locale tests
by Michal Gorny
· 7 years ago
e161f97
Fix -Wsign-compare warnings in re tests that only run on OS X
by Eric Fiselier
· 9 years ago
fd5ceb2
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
by Marshall Clow
· 9 years ago
f424990
Don't hardcode the Czech locale name.
by Ed Schouten
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp]
e608aed
[libcxx] XFAIL all currently failing libc++ tests for linux.
by Eric Fiselier
· 11 years ago
a85b27f
Add locales to available_features for tests.
by Dan Albert
· 11 years ago
3222708
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
by Marshall Clow
· 13 years ago
cf1589f
Removed several more different 'iterators.h' files in libcxx/test
by Marshall Clow
· 13 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
f36101d
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
6afe8b0
continued regex development...
by Howard Hinnant
· 15 years ago
6ded099
Tests for basic posix regex templated on wchar_t
by Howard Hinnant
· 15 years ago
5d695f0
Fixed to work with generalized iterators.
by Howard Hinnant
· 15 years ago
5699358
Minor optimizations. Minor bug fixes. More tests.
by Howard Hinnant
· 15 years ago
8ab959c
Bracket expressions are working (lightly tested).
by Howard Hinnant
· 15 years ago
fdec08bd
regex_constants icase and collate for matching a single char and for matching back references
by Howard Hinnant
· 15 years ago
aea2afe
back references for BRE
by Howard Hinnant
· 15 years ago
0cbed7e
Redesign number 3. The previous design was not handling matching of empty strings inside of loops.
by Howard Hinnant
· 15 years ago
87ec03a
weekly update to by-chapter-summary, plus left and right anchor support in basic posix.
by Howard Hinnant
· 15 years ago
8c459a1
Marked subexpressions in a loop in basic posix working (only lightly tested so far)
by Howard Hinnant
· 15 years ago
189b212
First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though.
by Howard Hinnant
· 15 years ago
928658c
First test for marked subexpressions
by Howard Hinnant
· 15 years ago
237ee6f
First, very primitive, search results on one engine
by Howard Hinnant
· 15 years ago