94c7d4a38a
Fix start of extended character range.
...
See https://svn.boost.org/trac/boost/ticket/11524
2015-09-24 19:01:44 +01:00
5e98fe9a6a
Shared library doesn't work with Oracle compiler.
2015-08-19 18:20:20 +01:00
b9ee7a2f2e
Oracle compiler in C++11 mode doesn't like external template instances in shared library.
2015-08-17 19:28:21 +01:00
5da9b940a5
Fix indentation issue, see https://github.com/boostorg/regex/pull/13
2015-05-05 13:05:09 +01:00
6ffcc5ede0
Change detail namespace.
...
Big search and replace to change name of internal namepace so it's mangled with the Boost version number - the aim is to reduce the chances of mixing different header and library versions.
2015-04-04 19:10:37 +01:00
297e87360c
Fix for bug in recursive expressions, see http://lists.boost.org/Archives/boost/2015/03/221018.php
2015-03-24 19:09:17 +00:00
74d6318135
Add missing function bodies for sub_match::begin/end and enhance tests.
2015-03-19 19:50:00 +00:00
eaeb38c7e9
Remove use of register keyword as it's deprecated in C++11.
2015-03-19 19:07:00 +00:00
668279010d
Add workaround for broken Cygwin ctype facet, plus some warning suppression.
2015-03-19 19:06:26 +00:00
3fde6e8ddd
Make sub_match a valid range as per https://svn.boost.org/trac/boost/ticket/11036
2015-03-19 18:14:41 +00:00
3c8ecc2b35
Update history.
2015-02-14 13:21:37 +00:00
a87ecdc49c
Merge branch 'develop' of https://github.com/boostorg/regex into develop
2015-02-13 19:24:19 +00:00
13f707b381
Latest ICU doesn't permit the delayload option :(
2015-02-13 19:24:05 +00:00
6a0a22f174
Merge pull request #10 from jhunold/variant
...
Only specify debug library name for msvc and intel
2015-02-13 19:22:03 +00:00
8921188b70
Only specify debug library name for msvc and intel
...
Boost.Build can then fallback to the release libraries for these
compilers for user-defined variants.
2015-02-09 12:09:56 +01:00
39aa10d82d
Fix for: https://github.com/boostorg/regex/pull/9
2014-12-31 19:31:20 +00:00
f6a9bce728
Fix icu behaviour with partial matches. See https://svn.boost.org/trac/boost/ticket/10114
2014-12-02 09:31:42 +00:00
115c4e7f42
Fix typo, see https://svn.boost.org/trac/boost/ticket/10268
2014-11-13 11:23:12 +00:00
dbda6314da
Initialize all members in initializer list, see https://github.com/boostorg/regex/pull/6
2014-11-13 11:02:36 +00:00
ddd48205b8
Silence Covertity warnings, see https://github.com/boostorg/regex/pull/7
2014-11-13 11:01:50 +00:00
e930d21bd2
Merge branch 'patch-3' of https://github.com/tempoz/regex into develop
2014-11-13 10:17:11 +00:00
abf57b082b
Initialize m_position, m_end, and m_flags
...
The constructor for basic_regex_formatter left m_position, m_end, and m_flags uninitialized, as uncovered by Coverity CID12310. We now value-initialize them in the initializer list.
2014-11-11 13:57:37 -05:00
406b2a9aa1
Apply patch from https://svn.boost.org/trac/boost/ticket/10682
2014-10-21 09:15:40 +01:00
741e684ac3
Merge branch 'develop'
boost-1.57.0
2014-10-18 16:54:49 +01:00
a50c438d77
Document {} behaving as literals in some contexts.
...
Regen docs.
2014-09-25 11:54:14 +01:00
21d73e9851
Merge branch 'develop' of https://github.com/boostorg/regex into develop
2014-09-25 11:45:51 +01:00
05b582761d
Fix case that differs from Perl behavior.
2014-09-25 11:45:26 +01:00
d96023f45d
Merge pull request #5 from danieljames/metadata
...
Create metadata file.
2014-08-18 17:37:03 +01:00
55841a73fc
Add metadata file.
2014-08-18 15:10:09 +01:00
b61c07c264
Merge branch 'develop'
boost-1.56.0
2014-06-29 18:09:24 +01:00
7bdb2122d4
Remove dead file.
2014-06-29 17:47:30 +01:00
34e1a6e0a0
Merge branch 'develop'
2014-06-18 17:46:06 +01:00
d90fa5bb92
Merge branch 'fix/9544' of https://github.com/pabigot/boost-regex into develop
2014-06-18 17:20:18 +01:00
a1771b6465
Merge branch 'develop'
2014-05-23 13:17:38 +01:00
4da55ec468
Doc update.
2014-05-23 13:16:30 +01:00
778b7881ca
Merge branch 'develop' of https://github.com/boostorg/regex into develop
2014-04-24 11:36:22 +01:00
7a9887f7eb
Remove use of deprecated register keyword, see: https://svn.boost.org/trac/boost/ticket/9640
2014-04-24 11:35:58 +01:00
0d2807279d
Merge pull request #3 from Lastique/patch-1
...
Remove register storage specifier
2014-03-23 16:40:12 +00:00
9c00e47bac
Remove register storage specifier
...
Remove register storage specifier to silence clang warnings "'register' storage class specifier is deprecated".
2014-03-23 15:23:20 +03:00
cd0e501062
Merge branch 'develop'
2014-02-08 16:21:53 +00:00
88107e2c7b
Revised tentative fix for VC11/12 failures which occur when calling wcsxfrm for "\0".
2014-01-22 19:00:40 +00:00
8ee162b2af
Merge branch 'develop' of https://github.com/boostorg/regex into develop
2014-01-22 13:47:14 +00:00
330a033177
Tentative fix for case where a transformation of a NULL string is requested.
2014-01-22 13:46:38 +00:00
1b8322ecbf
fix trac 9544: gcc 4.9.0 -std=c++1y breakage
...
This is GCC bug PR C++/59681 but the Boost fix is trivial and the GCC
one is (probably) not.
See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681
2014-01-04 22:03:10 -06:00
dc63209905
Fix no-exception handling build with GCC.
2013-12-20 11:44:50 +00:00
f1aa75af2c
Add checks for invalid UTF-8 sequences, see: https://svn.boost.org/trac/boost/ticket/9473
2013-12-19 10:48:06 +00:00
0983ff065e
Fix generic mutex usage, see https://svn.boost.org/trac/boost/ticket/9461 .
2013-12-18 18:15:41 +00:00
b9b3966fd2
Update history and version number, regenerate docs.
2013-12-18 17:25:26 +00:00
d9cb36d0d3
Fix GCC test compiles with exception handling disabled.
2013-12-18 17:06:08 +00:00
6230db51b1
Fix for std::locale's which produce collate keys with embedded null's, see https://svn.boost.org/trac/boost/ticket/9451
2013-12-18 16:54:36 +00:00