Skip to content

Commit 1876501

Browse files
committed
Welcome 2025
1 parent d06323e commit 1876501

File tree

126 files changed

+126
-126
lines changed

Some content is hidden

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

126 files changed

+126
-126
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Art of C++
22
# https://github.com/taocpp
33

4-
# Copyright (c) 2016-2024 Dr. Colin Hirsch and Daniel Frey
4+
# Copyright (c) 2016-2025 Dr. Colin Hirsch and Daniel Frey
55
# Distributed under the Boost Software License, Version 1.0.
66
# (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
77

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Art of C++
22
# https://github.com/taocpp
33

4-
# Copyright (c) 2016-2024 Dr. Colin Hirsch and Daniel Frey
4+
# Copyright (c) 2016-2025 Dr. Colin Hirsch and Daniel Frey
55
# Distributed under the Boost Software License, Version 1.0.
66
# (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
77

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Art of C++
22
# https://github.com/taocpp
33

4-
# Copyright (c) 2016-2024 Daniel Frey
4+
# Copyright (c) 2016-2025 Daniel Frey
55
# Distributed under the Boost Software License, Version 1.0.
66
# (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
77

README.md

+1-1

doc/Aggregate-Support.md

+1-1

doc/Binary-Data.md

+1-1

doc/Bulk-Transfer.md

+1-1

doc/Connection-Pool.md

+1-1

doc/Connection.md

+1-1

doc/Error-Handling.md

+1-1

doc/Getting-Started.md

+1-1

doc/Installation.md

+1-1

doc/Large-Object.md

+1-1

doc/Parameter-Type-Conversion.md

+1-1

doc/Performance.md

+1-1

doc/Requirements.md

+1-1

doc/Result-Type-Conversion.md

+1-1

doc/Result.md

+1-1

doc/Statement.md

+1-1

doc/Transaction.md

+1-1

include/tao/pq.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/access_mode.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/binary.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/bind.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/connection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/connection_pool.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/connection_status.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2022-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/exception.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/field.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/aggregate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/demangle.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/exclusive_scan.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2019-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/format_as.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2024-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/from_chars.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/gen.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2019-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/parameter_traits_helper.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/poll.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2023-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/pool.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/resize_uninitialized.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/strtox.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/unreachable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2020-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/internal/zsv.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/is_aggregate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/is_array.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2024-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/isolation_level.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2020-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/large_object.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/log.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2024-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/notification.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/null.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2016-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/oid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2023-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2020-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits_aggregate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2020-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits_array.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits_optional.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits_pair.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/parameter_traits_tuple.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2021-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/pipeline.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2024-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

include/tao/pq/pipeline_status.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Daniel Frey and Dr. Colin Hirsch
1+
// Copyright (c) 2024-2025 Daniel Frey and Dr. Colin Hirsch
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
44

0 commit comments

Comments
 (0)