Package Details: c++utilities 5.27.2-1

Git Clone URL: https://aur.archlinux.org/c++utilities.git (read-only, click to copy)
Package Base: c++utilities
Description: Common C++ classes and routines such as argument parser, IO and conversion utilities
Upstream URL: https://github.com/Martchus/cpp-utilities
Licenses: GPL-2-or-later
Provides: libc++utilities.so
Submitter: Martchus
Maintainer: Martchus
Last Packager: Martchus
Votes: 62
Popularity: 4.03
First Submitted: 2015-08-27 18:56 (UTC)
Last Updated: 2025-01-09 22:36 (UTC)

Dependencies (5)

Required by (27)

Sources (1)

Pinned Comments

Martchus commented on 2016-05-18 21:55 (UTC) (edited on 2016-10-31 11:37 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff

Latest Comments

« First ‹ Previous 1 2 3 4 5

Martchus commented on 2017-06-01 16:31 (UTC)

Tidy test should be fixed now when invoked via `make check`.

Martchus commented on 2017-06-01 15:54 (UTC) (edited on 2017-06-01 16:39 (UTC) by Martchus)

This is a different issue than before. Seems like you have clang-format installed and only the tidy check failed. You can safely ignore this by adding `--nocheck` to makepkg options till the issue is fixed.

forlorn commented on 2017-06-01 15:48 (UTC)

Issue is still there unfortunately: "The following tests FAILED: 1 - c++utilities_tidy_test (Failed)"

Martchus commented on 2017-06-01 09:53 (UTC)

The issue should be fixed now. Hopefully it works now with libstdc++ < 7 and with libstdc++ >= 7.

Martchus commented on 2017-05-30 21:43 (UTC)

@TheSaint: This is due to a workaround for GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145 which must be adjusted to build with GCC 7. So work is in progress.

TheSaint commented on 2017-05-30 21:39 (UTC)

1: Executing test cases ... 1: .......E.....E......... 1: 1: 1: !!!FAILURES!!! 1: Test Results: 1: Run: 21 Failures: 0 Errors: 2 1: 1: 1: 1) test: IoTests::testFailure (E) 1: uncaught exception of type std::exception (or derived). 1: - basic_ios::clear: iostream error 1: 1: 1: 2) test: IoTests::testIniFile (E) 1: uncaught exception of type std::exception (or derived). 1: - basic_ios::clear: iostream error 1: 1: 1/1 Test #1: c++utilities_run_tests ...........***Failed 0.04 sec 0% tests passed, 1 tests failed out of 1

Martchus commented on 2016-05-18 21:55 (UTC) (edited on 2016-10-31 11:37 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff