mirror of
https://github.com/boostorg/json.git
synced 2025-05-12 14:11:40 +00:00
replaced references to cppalliance/json with references to boostorg/json where appropriate
This commit is contained in:
parent
0a7860fcfc
commit
0273148f69
@ -4,16 +4,13 @@
|
|||||||
|
|
||||||
Here is minimal sequence of steps required to prepare development environment:
|
Here is minimal sequence of steps required to prepare development environment:
|
||||||
|
|
||||||
1. Download Boost superproject
|
1. Download Boost
|
||||||
2. Download Boost.JSON
|
2. Bootstrap Boost
|
||||||
3. Bootstrap Boost
|
3. Build Boost.JSON tests, benchmarks and examples
|
||||||
4. Build Boost.JSON tests, benchmarks and examples
|
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules --jobs 8 https://github.com/boostorg/boost.git
|
git clone --recurse-submodules --jobs 8 https://github.com/boostorg/boost.git
|
||||||
cd boost/libs
|
cd boost
|
||||||
git clone --recurse-submodules https://github.com/cppalliance/json.git
|
|
||||||
cd ..
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./b2 headers
|
./b2 headers
|
||||||
cd libs/json
|
cd libs/json
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[](http://master.json.cpp.al/)
|
[](https://www.boost.org/doc/libs/release/libs/json)
|
||||||
|
|
||||||
Branch | [`master`](https://github.com/CPPAlliance/json/tree/master) | [`develop`](https://github.com/CPPAlliance/json/tree/develop) |
|
Branch | [`master`](https://github.com/boostorg/json/tree/master) | [`develop`](https://github.com/boostorg/json/tree/develop) |
|
||||||
--------------- | ----------------------------------------------------------- | ------------------------------------------------------------- |
|
--------------- | ----------------------------------------------------------- | ------------------------------------------------------------- |
|
||||||
[Azure](https://azure.microsoft.com/en-us/services/devops/pipelines/) | [](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=5&branchName=master) | [](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=8&branchName=develop)
|
[Azure](https://azure.microsoft.com/en-us/services/devops/pipelines/) | [](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=5&branchName=master) | [](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=8&branchName=develop)
|
||||||
Docs | [](https://www.boost.org/doc/libs/master/libs/json/) | [](https://www.boost.org/doc/libs/develop/libs/json/)
|
Docs | [](https://www.boost.org/doc/libs/master/libs/json/) | [](https://www.boost.org/doc/libs/develop/libs/json/)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#
|
#
|
||||||
# Official repository: https://github.com/cppalliance/json
|
# Official repository: https://github.com/boostorg/json
|
||||||
#
|
#
|
||||||
|
|
||||||
project json/doc ;
|
project json/doc ;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
// Official repository: https://github.com/cppalliance/json
|
// Official repository: https://github.com/boostorg/json
|
||||||
//
|
//
|
||||||
|
|
||||||
----------------------------- DOCUMENTATION STYLE GUIDE -------------------------------
|
----------------------------- DOCUMENTATION STYLE GUIDE -------------------------------
|
||||||
@ -591,4 +591,4 @@ a list of relevant named requirements that this type meets.
|
|||||||
|
|
||||||
{See Also}]
|
{See Also}]
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
http://master.json.cpp.al/[image:https://raw.githubusercontent.com/CPPAlliance/json/master/doc/images/repo-logo-3.png[Boost.JSON]]
|
https://www.boost.org/doc/libs/release/libs/json/[image:https://raw.githubusercontent.com/CPPAlliance/json/master/doc/images/repo-logo-3.png[Boost.JSON]]
|
||||||
|
|
||||||
[width="100%",cols="12%,43%,45%",options="header",]
|
[width="100%",cols="12%,43%,45%",options="header",]
|
||||||
|===
|
|===
|
||||||
|Branch |https://github.com/CPPAlliance/json/tree/master[`master`]
|
|Branch |https://github.com/boostorg/json/tree/master[`master`]
|
||||||
|https://github.com/CPPAlliance/json/tree/develop[`develop`]
|
|https://github.com/boostorg/json/tree/develop[`develop`]
|
||||||
|https://azure.microsoft.com/en-us/services/devops/pipelines/[Azure]
|
|https://azure.microsoft.com/en-us/services/devops/pipelines/[Azure]
|
||||||
|https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=5&branchName=master[image:https://img.shields.io/azure-devops/build/vinniefalco/2571d415-8cc8-4120-a762-c03a8eda0659/8/master[Build
|
|https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=5&branchName=master[image:https://img.shields.io/azure-devops/build/vinniefalco/2571d415-8cc8-4120-a762-c03a8eda0659/8/master[Build
|
||||||
Status]]
|
Status]]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[section Benchmarks]
|
[section Benchmarks]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[section:comparison Comparison to Other Libraries]
|
[section:comparison Comparison to Other Libraries]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[section:dom Document Model]
|
[section:dom Document Model]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<section id="json.index">
|
<section id="json.index">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[library Boost.JSON
|
[library Boost.JSON
|
||||||
@ -28,8 +28,8 @@
|
|||||||
[template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></indexterm>''']
|
[template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></indexterm>''']
|
||||||
[template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term2]'''</secondary></indexterm>''']
|
[template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term2]'''</secondary></indexterm>''']
|
||||||
|
|
||||||
[template include_file[path][^<'''<ulink url="https://github.com/cppalliance/json/blob/master/include/'''[path]'''">'''[path]'''</ulink>'''>]]
|
[template include_file[path][^<'''<ulink url="https://github.com/boostorg/json/blob/master/include/'''[path]'''">'''[path]'''</ulink>'''>]]
|
||||||
[template issue[n] '''<ulink url="https://github.com/cppalliance/json/issues/'''[n]'''">#'''[n]'''</ulink>''']
|
[template issue[n] '''<ulink url="https://github.com/boostorg/json/issues/'''[n]'''">#'''[n]'''</ulink>''']
|
||||||
|
|
||||||
[/ Named Requirements ]
|
[/ Named Requirements ]
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[section Overview]
|
[section Overview]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
]
|
]
|
||||||
|
|
||||||
[/-----------------------------------------------------------------------------]
|
[/-----------------------------------------------------------------------------]
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
Official repository: https://github.com/cppalliance/json
|
Official repository: https://github.com/boostorg/json
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
|
@ -152,7 +152,7 @@ rule fuzzer-props ( props * )
|
|||||||
<linkflags>-fsanitize=fuzzer
|
<linkflags>-fsanitize=fuzzer
|
||||||
# explicitly set BOOST_JSON_STACK_BUFFER_SIZE small so interesting
|
# explicitly set BOOST_JSON_STACK_BUFFER_SIZE small so interesting
|
||||||
# code paths are taken also for small inputs
|
# code paths are taken also for small inputs
|
||||||
# (see https://github.com/CPPAlliance/json/issues/333)
|
# (see https://github.com/boostorg/json/issues/333)
|
||||||
<define>BOOST_JSON_STACK_BUFFER_SIZE=64
|
<define>BOOST_JSON_STACK_BUFFER_SIZE=64
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ fuzzer=./fuzzer_$variant
|
|||||||
|
|
||||||
if [ ! -e $fuzzer -o $srcfile -nt $fuzzer ] ; then
|
if [ ! -e $fuzzer -o $srcfile -nt $fuzzer ] ; then
|
||||||
# explicitly set BOOST_JSON_STACK_BUFFER_SIZE small so interesting
|
# explicitly set BOOST_JSON_STACK_BUFFER_SIZE small so interesting
|
||||||
# code paths are taken also for small inputs (see https://github.com/CPPAlliance/json/issues/333)
|
# code paths are taken also for small inputs (see https://github.com/boostorg/json/issues/333)
|
||||||
$CLANG \
|
$CLANG \
|
||||||
-std=c++17 \
|
-std=c++17 \
|
||||||
-O3 \
|
-O3 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user