Skip to content

Commit d4daa57

Browse files
authored
is_valid_pattern function added (#3)
* is_valid_pattern function added - also changed sub_values_table key from string to string_view - changed logic with using pcre2cpp_assert * documentation update
1 parent f41d649 commit d4daa57

149 files changed

Lines changed: 3590 additions & 3197 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.30)
2-
project(pcre2cpp VERSION 1.2.6 LANGUAGES CXX)
2+
project(pcre2cpp VERSION 1.2.7 LANGUAGES CXX)
33

44
option(BUILD_SHARED_LIBS "Build shared library" OFF)
55
option(PCRE2CPP_BUILD_TESTS "Build tests" ${PROJECT_IS_TOP_LEVEL})

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "PCRE2 C++ Wrapper"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.2.6
51+
PROJECT_NUMBER = 1.2.7
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

docs/html/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tbody>
2828
<tr id="projectrow">
2929
<td id="projectalign">
30-
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.6</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.7</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

docs/html/classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tbody>
2828
<tr id="projectrow">
2929
<td id="projectalign">
30-
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.6</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.7</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

docs/html/d1/d3f/match__result_8hpp_source.html

Lines changed: 231 additions & 232 deletions
Large diffs are not rendered by default.

docs/html/d1/d3f/namespacepcre2cpp_1_1utils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tbody>
2828
<tr id="projectrow">
2929
<td id="projectalign">
30-
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.6</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.2.7</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<map id="pcre2cpp::basic_match_value&lt; utf &gt;" name="pcre2cpp::basic_match_value&lt; utf &gt;">
2-
<area shape="rect" id="Node000001" title="Match value container." alt="" coords="5,72,162,115"/>
2+
<area shape="rect" id="Node000001" title="Match value container." alt="" coords="5,105,162,148"/>
33
<area shape="rect" id="Node000002" href="$df/d63/structpcre2cpp_1_1basic__match__value.html" title=" " alt="" coords="347,5,526,48"/>
4-
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="169,65,185,61,268,46,349,36,344,38,269,51,186,67,171,70"/>
4+
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="134,96,185,73,267,51,349,37,345,39,268,56,187,79,137,100"/>
55
<area shape="rect" id="Node000003" href="$df/d63/structpcre2cpp_1_1basic__match__value.html" title=" " alt="" coords="344,72,529,115"/>
6-
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="177,91,345,92,341,95,177,96"/>
6+
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="176,115,345,100,341,104,177,121"/>
77
<area shape="rect" id="Node000004" href="$df/d63/structpcre2cpp_1_1basic__match__value.html" title=" " alt="" coords="344,139,529,181"/>
8-
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="170,116,186,120,346,148,341,151,185,125,170,122"/>
8+
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="177,143,186,144,267,152,346,158,341,159,266,157,185,149,178,148"/>
9+
<area shape="rect" id="Node000005" href="$df/d63/structpcre2cpp_1_1basic__match__value.html" title=" " alt="" coords="348,205,524,248"/>
10+
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="127,154,157,171,187,184,268,206,350,221,345,221,267,211,185,189,154,175,127,159"/>
911
</map>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b030f4c138881c1b0b0f7bdb76cf6b6
1+
878fb33c998f67d49abd50b56416b03a

docs/html/d1/d48/structpcre2cpp_1_1basic__match__value__inherit__graph.svg

Lines changed: 44 additions & 24 deletions
Loading

0 commit comments

Comments
 (0)