Skip to content

Commit

Permalink
replaced references to cppalliance/json with references to boostorg/j…
Browse files Browse the repository at this point in the history
…son where appropriate
  • Loading branch information
grisumbras committed Jul 17, 2023
1 parent 0a7860f commit 0273148
Show file tree
Hide file tree
Showing 38 changed files with 47 additions and 50 deletions.
11 changes: 4 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@

Here is minimal sequence of steps required to prepare development environment:

1. Download Boost superproject
2. Download Boost.JSON
3. Bootstrap Boost
4. Build Boost.JSON tests, benchmarks and examples
1. Download Boost
2. Bootstrap Boost
3. Build Boost.JSON tests, benchmarks and examples

```
git clone --recurse-submodules --jobs 8 https://github.com/boostorg/boost.git
cd boost/libs
git clone --recurse-submodules https://github.com/cppalliance/json.git
cd ..
cd boost
./bootstrap.sh
./b2 headers
cd libs/json
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Boost.JSON](https://raw.githubusercontent.com/CPPAlliance/json/master/doc/images/repo-logo-3.png)](http://master.json.cpp.al/)
[![Boost.JSON](https://raw.githubusercontent.com/CPPAlliance/json/master/doc/images/repo-logo-3.png)](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/) | [![Build Status](https://img.shields.io/azure-devops/build/vinniefalco/2571d415-8cc8-4120-a762-c03a8eda0659/8/master)](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=5&branchName=master) | [![Build Status](https://img.shields.io/azure-devops/build/vinniefalco/2571d415-8cc8-4120-a762-c03a8eda0659/8/develop)](https://vinniefalco.visualstudio.com/json/_build/latest?definitionId=8&branchName=develop)
Docs | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www.boost.org/doc/libs/master/libs/json/) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://www.boost.org/doc/libs/develop/libs/json/)
Expand Down
2 changes: 1 addition & 1 deletion doc/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 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)
#
# Official repository: https://github.com/cppalliance/json
# Official repository: https://github.com/boostorg/json
#

project json/doc ;
Expand Down
4 changes: 2 additions & 2 deletions doc/javadoc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 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)
//
// Official repository: https://github.com/cppalliance/json
// Official repository: https://github.com/boostorg/json
//

----------------------------- DOCUMENTATION STYLE GUIDE -------------------------------
Expand Down Expand Up @@ -591,4 +591,4 @@ a list of relevant named requirements that this type meets.
{See Also}]
*/
*/
6 changes: 3 additions & 3 deletions doc/library-detail.adoc
Original file line number Diff line number Diff line change
@@ -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",]
|===
|Branch |https://github.com/CPPAlliance/json/tree/master[`master`]
|https://github.com/CPPAlliance/json/tree/develop[`develop`]
|Branch |https://github.com/boostorg/json/tree/master[`master`]
|https://github.com/boostorg/json/tree/develop[`develop`]
|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
Status]]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/allocators/background.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/allocators/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/allocators/pmr.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/allocators/storage_ptr.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/benchmarks.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[section Benchmarks]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/comparison.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[section:comparison Comparison to Other Libraries]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/alloc.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/basics.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/context.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/custom.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/forward.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/guidelines.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/nothrow.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/conversion/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/array.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/init_lists.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/numbers.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/object.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[section:dom Document Model]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/string.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/dom/value.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/examples.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/faq.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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)
Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
-->

<section id="json.index">
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/io/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/io/parsing.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/io/serializing.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
6 changes: 3 additions & 3 deletions doc/qbk/main.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[library Boost.JSON
Expand All @@ -28,8 +28,8 @@
[template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></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 issue[n] '''<ulink url="https://github.com/cppalliance/json/issues/'''[n]'''">#'''[n]'''</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/boostorg/json/issues/'''[n]'''">#'''[n]'''</ulink>''']

[/ Named Requirements ]

Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[section Overview]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/quick_look.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)

Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
]

[/-----------------------------------------------------------------------------]
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/quickref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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)
Official repository: https://github.com/cppalliance/json
Official repository: https://github.com/boostorg/json
-->

<informaltable frame="all">
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ rule fuzzer-props ( props * )
<linkflags>-fsanitize=fuzzer
# 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)
# (see https://github.com/boostorg/json/issues/333)
<define>BOOST_JSON_STACK_BUFFER_SIZE=64
;
}
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fuzzer=./fuzzer_$variant

if [ ! -e $fuzzer -o $srcfile -nt $fuzzer ] ; then
# 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 \
-std=c++17 \
-O3 \
Expand Down

0 comments on commit 0273148

Please sign in to comment.