diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-02-17 21:51:34 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-05-19 11:12:13 +0100 |
| commit | c6e48fef4382ed9fc8113733fb6e2b960506728d (patch) | |
| tree | 6be36351fd5a53553966e755886d0f3d5d2df2ae /src/errors.h | |
| parent | 099029853b4ffdd3bdafe4fae82a621665ada248 (diff) | |
| download | libgit2-c6e48fef4382ed9fc8113733fb6e2b960506728d.tar.gz | |
regex: allow regex selection in cmake
Users can now select which regex implementation they want to use: one of
the system `regcomp_l`, the system PCRE, the builtin PCRE or the
system's `regcomp`.
By default the system `regcomp_l` will be used if it exists, otherwise
the system PCRE will be used. If neither of those exist, then the
builtin PCRE implementation will be used.
The system's `regcomp` is not used by default due to problems with
locales.
Diffstat (limited to 'src/errors.h')
0 files changed, 0 insertions, 0 deletions
