Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #388

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
name: check .editorconfig rules

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5
rev: v19.1.6
hooks:
- id: clang-format

Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down Expand Up @@ -39,7 +39,7 @@

int Term::Buffer::sync()
{
const int ret = Term::Private::out.write(m_buffer);

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'initializing': conversion from 'size_t' to 'int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 42 in cpp-terminal/buffer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'initializing': conversion from 'size_t' to 'const int', signed/unsigned mismatch [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
m_buffer.clear();
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/color.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/color.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/cursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/cursor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/exception.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/focus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/focus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/iostream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/iostream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/iostream_initializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down Expand Up @@ -37,7 +37,7 @@
catch(...)
{
ExceptionHandler(Private::ExceptionDestination::StdErr);
}

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 40 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'Term::IOStreamInitializer::IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Term::IOStreamInitializer::~IOStreamInitializer() noexcept
try
Expand All @@ -54,4 +54,4 @@
catch(...)
{
ExceptionHandler(Private::ExceptionDestination::StdErr);
}

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++14)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++17)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++20)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++14)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++17)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 x64 (c++11)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++11)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]

Check warning on line 57 in cpp-terminal/iostream_initializer.cpp

View workflow job for this annotation

GitHub Actions / msvc2022 win32 (c++20)

'Term::IOStreamInitializer::~IOStreamInitializer': function assumed not to throw an exception but does [D:\a\cpp-terminal\cpp-terminal\build\cpp-terminal\cpp-terminal.vcxproj]
2 changes: 1 addition & 1 deletion cpp-terminal/iostream_initializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/key.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/mouse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/position.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/blocking_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/blocking_queue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/conversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/cursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/exception.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/file_initializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/file_initializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp-terminal/private/return_code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpp-terminal
* C++ library for writing multi-platform terminal applications.
*
* SPDX-FileCopyrightText: 2019-2024 cpp-terminal
* SPDX-FileCopyrightText: 2019-2025 cpp-terminal
*
* SPDX-License-Identifier: MIT
*/
Expand Down
Loading
Loading