You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
jzmaddock c21b52d87c Merge branch 'develop' 4 years ago
build change ICU_LINK configuration 4 years ago
doc Update installation instructions for icu. 4 years ago
example Inheriting std::iterator is deprecated in c++17. 6 years ago
include/boost Update hash.hpp include path 5 years ago
meta Add metadata file. 10 years ago
performance Update hash.hpp include path 5 years ago
src Fix potential double-definition of WIN32_LEAN_AND_MEAN macro 5 years ago
test Merge branch 'develop' 5 years ago
tools/generate Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp. 7 years ago
.gitattributes Initial boost-regex++ release 24 years ago
.travis.yml Update CI scripts to handle new module layout. 5 years ago
README.md Add README.md 6 years ago
appveyor.yml Merge pull request #71 from jeking3/cygwin-ci 5 years ago
index.html Removed old HTML docs, and redirected indexes to point to new quickbook docs. 17 years ago
readme.txt Updated more license terms. 19 years ago

README.md

Boost Regex Library

The Boost Regex library provides regular expression support for C++, this library is the ancestor to std::regex and still goes beyond and offers some advantages to, the standard version.

The full documentation is available on boost.org.

Support, bugs and feature requests

Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed issues).

You can submit your changes through a pull request.

There is no mailing-list specific to Boost Regex, although you can use the general-purpose Boost mailing-list using the tag [regex].

Development

Clone the whole boost project, which includes the individual Boost projects as submodules (see boost+git doc):

git clone https://github.com/boostorg/boost
cd boost
git submodule update --init

The Boost Regex Library is located in libs/regex/.

Running tests

First, make sure you are in libs/regex/test. You can either run all the tests listed in Jamfile.v2 or run a single test:

../../../b2                        <- run all tests
../../../b2 regex_regress          <- single test