Skip to content

Commit

Permalink
Add metadata and update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Oct 4, 2020
1 parent aaf5a22 commit 9b86962
Show file tree
Hide file tree
Showing 148 changed files with 170 additions and 153 deletions.
2 changes: 1 addition & 1 deletion bench/CMakeLists.txt
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
#

source_group("" FILES
Expand Down
2 changes: 1 addition & 1 deletion bench/Jamfile
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
#

import os ;
Expand Down
2 changes: 1 addition & 1 deletion bench/bench.cpp
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
//

#include <boost/json/detail/config.hpp>
Expand Down
2 changes: 1 addition & 1 deletion bench/results.html
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
-->
<html>
<head>
Expand Down
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
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
#

source_group("" FILES
Expand Down
2 changes: 1 addition & 1 deletion example/Jamfile
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
#

import os ;
Expand Down
2 changes: 1 addition & 1 deletion example/file.hpp
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
//

#ifndef BOOST_JSON_EXAMPLE_FILE_HPP
Expand Down
2 changes: 1 addition & 1 deletion example/path.cpp
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
//

#include <boost/json.hpp>
Expand Down
2 changes: 1 addition & 1 deletion example/pretty.cpp
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
//

//[example_pretty
Expand Down
2 changes: 1 addition & 1 deletion example/proxy.cpp
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
//

#include <boost/json.hpp>
Expand Down
2 changes: 1 addition & 1 deletion example/validate.cpp
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
//

//[example_validate
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/CMakeLists.txt
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
#

source_group("" FILES
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/Jamfile
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
#

import os ;
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/fuzz_basic_parser.cpp
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
//

// This file must be manually included when
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/fuzz_parse.cpp
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
//

#include <boost/json/parse.hpp>
Expand Down
2 changes: 1 addition & 1 deletion fuzzing/fuzz_parser.cpp
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
//

#include <boost/json/parse_options.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json.hpp
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
//

#ifndef BOOST_JSON_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/array.hpp
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
//

#ifndef BOOST_JSON_ARRAY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/basic_parser.hpp
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
//

#ifndef BOOST_JSON_BASIC_PARSER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/align.hpp
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
//

#ifndef BOOST_JSON_DETAIL_ALIGN_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/array.hpp
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
//

#ifndef BOOST_JSON_DETAIL_ARRAY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/basic_parser.hpp
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
//

#ifndef BOOST_JSON_DETAIL_BASIC_PARSER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/buffer.hpp
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
//

#ifndef BOOST_JSON_DETAIL_BUFFER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/config.hpp
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
//

#ifndef BOOST_JSON_DETAIL_CONFIG_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/counted_resource.hpp
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
//

#ifndef BOOST_JSON_DETAIL_COUNTED_RESOURCE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/default_resource.hpp
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
//

#ifndef BOOST_JSON_DEFAULT_RESOURCE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/digest.hpp
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
//

#ifndef BOOST_JSON_DETAIL_DIGEST_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/except.hpp
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
//

#ifndef BOOST_JSON_DETAIL_EXCEPT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/format.hpp
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
//

#ifndef BOOST_JSON_DETAIL_FORMAT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/handler.hpp
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
//

#ifndef BOOST_JSON_DETAIL_HANDLER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/array.hpp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_ARRAY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/counted_resource.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_COUNTED_RESOURCE_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/default_resource.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_DEFAULT_RESOURCE_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/digest.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_DIGEST_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/except.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_EXCEPT_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/format.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_FORMAT_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/handler.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_HANDLER_HPP
Expand Down
4 changes: 2 additions & 2 deletions include/boost/json/detail/impl/object_impl.hpp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_HPP
Expand Down Expand Up @@ -88,7 +88,7 @@ bucket_index(
std::size_t index) noexcept
{
// Suggested by Joaquin M Lopez Munoz
// https://github.com/CPPAlliance/json/issues/115
// https://github.com/boostorg/json/issues/115
switch(index)
{
default:
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/object_impl.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/stack.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_STACK_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/impl/string_impl.ipp
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
//

#ifndef BOOST_JSON_DETAIL_IMPL_STRING_IMPL_IPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/number_cast.hpp
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
//

#ifndef BOOST_JSON_DETAIL_NUMBER_CAST_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/boost/json/detail/object_impl.hpp
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
//

#ifndef BOOST_JSON_DETAIL_OBJECT_IMPL_HPP
Expand Down

0 comments on commit 9b86962

Please sign in to comment.