Skip to content

Commit adc4858

Browse files
authored
mstd library updated and tools for auto packing (#7)
1 parent 85bf10e commit adc4858

94 files changed

Lines changed: 4283 additions & 134 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.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,3 +414,4 @@ out
414414
third_party
415415
/.idea
416416
/build
417+
/package

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.9 LANGUAGES CXX)
2+
project(pcre2cpp VERSION 1.3.0 LANGUAGES CXX)
33

44
option(BUILD_SHARED_LIBS "Build shared library" OFF)
55
option(PCRE2CPP_BUILD_TESTS "Build tests" ${PROJECT_IS_TOP_LEVEL})
@@ -13,7 +13,7 @@ option(PCRE2CPP_ENABLE_CLANG_TIDY "Enables clang-tidy checks" ${PROJECT_IS_T
1313
option(PCRE2CPP_INSTALL "Enables installation of this project" ${PROJECT_IS_TOP_LEVEL})
1414
option(PCRE2CPP_INSTALL_TEST "This is only to test if installation of pcre2cpp works" OFF)
1515

16-
option(PCRE2CPP_MSTD_EXTERNAL "Uses users own mstd library (tested and compatible with: 1.5.5)" OFF)
16+
option(PCRE2CPP_MSTD_EXTERNAL "Uses users own mstd library (tested and compatible with: 1.5.6)" OFF)
1717
option(PCRE2CPP_PCRE2_EXTERNAL "Uses users own pcre2 library (tested and compatible with: 10.47)" OFF)
1818

1919
option(PCRE2CPP_ENABLE_CXX20 "Enables C++20 features" OFF)

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.9
51+
PROJECT_NUMBER = 1.3.0
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you want to use external libraries not installed by project using CPM
3939

4040
| Cmake option Name | Description | Default |
4141
|:--------------------------|:-----------------------------------------------------------------|:-------:|
42-
| `PCRE2CPP_MSTD_EXTERNAL` | Uses users own mstd library (tested and compatible with: 1.5.5) | OFF |
42+
| `PCRE2CPP_MSTD_EXTERNAL` | Uses users own mstd library (tested and compatible with: 1.5.6) | OFF |
4343
| `PCRE2CPP_PCRE2_EXTERNAL` | Uses users own pcre2 library (tested and compatible with: 10.47) | OFF |
4444

4545
### Project developing options

cmake/third_party.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656

5757
# MSTD
5858
if (DOWNLOAD_MSTD)
59-
CPMAddPackage("gh:maipa01/mstd#v1.5.5")
59+
CPMAddPackage("gh:maipa01/mstd#v1.5.6")
6060
endif()
6161

6262
# GTEST

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.9</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.3.0</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.9</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.3.0</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

docs/html/d1/d3f/match__result_8hpp_source.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.9</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.3.0</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

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.9</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.3.0</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

docs/html/d1/d85/structpcre2cpp_1_1utils_1_1pcre2__data_3_01utf__type_1_1_u_t_f__32_01_4.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.9</span>
30+
<div id="projectname">PCRE2 C++ Wrapper<span id="projectnumber">&#160;1.3.0</span>
3131
</div>
3232
<div id="projectbrief">pcre2cpp</div>
3333
</td>

0 commit comments

Comments
 (0)