Skip to content

Commit e58baca

Browse files
committed
Welcome 2023
1 parent b4f9641 commit e58baca

File tree

345 files changed

+345
-345
lines changed

Some content is hidden

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

345 files changed

+345
-345
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2022 Dr. Colin Hirsch and Daniel Frey
3+
Copyright (c) 2015-2023 Dr. Colin Hirsch and Daniel Frey
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The Art of C++
2-
# Copyright (c) 2015-2022 Dr. Colin Hirsch and Daniel Frey
2+
# Copyright (c) 2015-2023 Dr. Colin Hirsch and Daniel Frey
33
# Please see LICENSE for license or visit https://github.com/taocpp/json
44

55
.SUFFIXES:

README.md

+1-1

contrib/nlohmann/test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2016-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#include "../src/test/json/test.hpp"

doc/Advanced-Use-Cases.md

+1-1

doc/Batteries-Included.md

+1-1

doc/Binding-Traits.md

+1-1

doc/Changelog.md

+1-1

doc/Common-Use-Cases.md

+1-1

doc/Design-Decisions.md

+1-1

doc/Events-Interface.md

+1-1

doc/Getting-Started.md

+1-1

doc/Instance-Sharing.md

+1-1

doc/Interoperability.md

+1-1

doc/Overview.md

+1-1

doc/Parser-Interface.md

+1-1

doc/README.md

+1-1

doc/Scratchpad.md

+1-1

doc/Type-Traits.md

+1-1

doc/Value-Class.md

+1-1

include/tao/json.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2015-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_HPP

include/tao/json/basic_value.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BASIC_VALUE_HPP

include/tao/json/binary.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINARY_HPP

include/tao/json/binary_view.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINARY_VIEW_HPP

include/tao/json/binding.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_HPP

include/tao/json/binding/constant.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_CONSTANT_HPP

include/tao/json/binding/element.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_ELEMENT_HPP

include/tao/json/binding/element2.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2021-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_ELEMENT2_HPP

include/tao/json/binding/factory.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_FACTORY_HPP

include/tao/json/binding/for_nothing_value.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_FOR_NOTHING_VALUE_HPP

include/tao/json/binding/for_unknown_key.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_FOR_UNKNOWN_KEY_HPP

include/tao/json/binding/inherit.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INHERIT_HPP

include/tao/json/binding/internal/array.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_ARRAY_HPP

include/tao/json/binding/internal/elementr.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_ELEMENTR_HPP

include/tao/json/binding/internal/elementw.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2021-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_ELEMENTW_HPP

include/tao/json/binding/internal/inherit.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_INHERIT_HPP

include/tao/json/binding/internal/object.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_OBJECT_HPP

include/tao/json/binding/internal/type_key.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_INTERNAL_TYPE_KEY_HPP

include/tao/json/binding/member.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_MEMBER_HPP

include/tao/json/binding/member_kind.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_MEMBER_KIND_HPP

include/tao/json/binding/versions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_BINDING_VERSIONS_HPP

include/tao/json/cbor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_HPP

include/tao/json/cbor/consume_file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_CONSUME_FILE_HPP

include/tao/json/cbor/consume_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_CONSUME_STRING_HPP

include/tao/json/cbor/events/from_binary.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_FROM_BINARY_HPP

include/tao/json/cbor/events/from_file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_FROM_FILE_HPP

include/tao/json/cbor/events/from_input.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_FROM_INPUT_HPP

include/tao/json/cbor/events/from_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_FROM_STRING_HPP

include/tao/json/cbor/events/to_stream.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_TO_STREAM_HPP

include/tao/json/cbor/events/to_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_EVENTS_TO_STRING_HPP

include/tao/json/cbor/from_binary.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2020-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_FROM_BINARY_HPP

include/tao/json/cbor/from_file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_FROM_FILE_HPP

include/tao/json/cbor/from_input.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_FROM_INPUT_HPP

include/tao/json/cbor/from_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_FROM_STRING_HPP

include/tao/json/cbor/internal/grammar.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_INTERNAL_GRAMMAR_HPP

include/tao/json/cbor/internal/major.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_INTERNAL_MAJOR_HPP

include/tao/json/cbor/parts_parser.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_PARTS_PARSER_HPP

include/tao/json/cbor/to_stream.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_TO_STREAM_HPP

include/tao/json/cbor/to_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2017-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CBOR_TO_STRING_HPP

include/tao/json/consume.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONSUME_HPP

include/tao/json/consume_file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONSUME_FILE_HPP

include/tao/json/consume_string.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONSUME_STRING_HPP

include/tao/json/contrib/array_traits.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONTRIB_ARRAY_TRAITS_HPP

include/tao/json/contrib/deque_traits.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2018-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONTRIB_DEQUE_TRAITS_HPP

include/tao/json/contrib/diff.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 Dr. Colin Hirsch and Daniel Frey
1+
// Copyright (c) 2019-2023 Dr. Colin Hirsch and Daniel Frey
22
// Please see LICENSE for license or visit https://github.com/taocpp/json/
33

44
#ifndef TAO_JSON_CONTRIB_DIFF_HPP

0 commit comments

Comments
 (0)