Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.4
wildmatch
Browse files
May 23, 2016
wildmatch: add a C++ API
· 006797ea
davvid
authored
May 17, 2016
View commits for tag v0.4
v0.4
006797ea
.gitignore: ignore default install directory
· c2dd206e
davvid
authored
May 17, 2016
c2dd206e
tests: add character class TODO tests
· be1db6f4
davvid
authored
May 17, 2016
be1db6f4
tests: add additional tests from the javascript implementation
· baa98e75
davvid
authored
May 17, 2016
baa98e75
wildmatch: make the case sensitivity feature more robust
· 7bd193f2
davvid
authored
May 17, 2016
View commits for tag v0.3
v0.3
7bd193f2
tests: add recursion tests
· b4ebc7ef
davvid
authored
May 17, 2016
b4ebc7ef
tests: small cleanups
· 620b93c2
davvid
authored
May 17, 2016
620b93c2
tests: add malformed input and additional tests
· f79eb837
davvid
authored
May 17, 2016
f79eb837
wildmatch: handle foo/**/bar matching foo/bar
· 378a6c94
davvid
authored
May 17, 2016
View commits for tag v0.2
v0.2
378a6c94
wildmatch: install wildmatch.h into include/wildmatch
· ffcc9147
davvid
authored
May 17, 2016
ffcc9147
wildmatch.h: add short wildmatch description
· 4d92554a
davvid
authored
May 17, 2016
4d92554a
tests: move tests into functions for easier debugging
· 6cd42537
davvid
authored
May 17, 2016
6cd42537
wildmatch: properly collapse sequential **/**/** patterns
· d8cca29d
davvid
authored
May 17, 2016
View commits for tag v0.1
v0.1
d8cca29d
wildmatch: add initial support for wildstar matching
· 28b3f8a4
davvid
authored
May 17, 2016
28b3f8a4
wildmatch: handle the backslash edge case from the Git tests case
· 964de4c5
davvid
authored
May 16, 2016
964de4c5
wildmatch: add OpenBSD fnmatch base implementation and tests
· 69ee7e9a
davvid
authored
May 16, 2016
View commits for tag v0.0
v0.0
69ee7e9a
build: add cmake scripts and a Makefile wrapper
· 7c2cb09a
davvid
authored
May 15, 2016
7c2cb09a
wildmatch: initial project skeleton
· 07d45c68
davvid
authored
May 15, 2016
07d45c68
Loading