Apache Thrift C++ library
Apache Thrift C++ library.
Thrift is a lightweight, language-independent software stack for point-to-point RPC implementation. Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers.
This package contains the C++ runtime library that needs to be linked to any application that wishes to use the Thrift-generated C++ code.
Usage
The package provides the following libraries (see the documentation for background):
lib{thrift} (depends on openssl for SSL support)
lib{thriftnb} (depends on libevent, on openssl for SSL support)
lib{thriftz} (depends on zlib)
The libraries except lib{thrift}
are optional and are disabled by default.
Additionally, SSL support in lib{thrift}
and lib{thriftnb}
is optional and
is disabled by default. These optional features can be enabled with the
following configuration variables:
config [bool] config.libthrift.openssl ?= false
config [bool] config.libthrift.libevent ?= false
config [bool] config.libthrift.zlib ?= false
For example, if you wish to use both lib{thrift}
and lib{thriftz}
in your
application with SSL support, then you can add the following to your
manifest
:
depends:
\
libthrift ^0.17.0
{
require
{
config.libthrift.openssl = true
config.libthrift.zlib = true
}
}
\
And the following to your buildfile
:
import libs = libthrift%lib{thrift thriftz}
version | 0.17.0+6 |
---|---|
license | Apache-2.0 |
repository | https://pkg.cppget.org/1/alpha |
download | libthrift-0.17.0+6.tar.gz |
sha256 | 3a93c7b48ec502f889e50c901f136b48ff7c738ec69a5bf2752218ffe3ceb197 |
project | thrift |
---|---|
url | thrift.apache.org/ |
package-url | github.com/build2-packaging/thrift |
Depends (4)
libboost-algorithm ^1.81.0 libboost-foreach ^1.81.0 libboost-format ^1.81.0 libboost-locale ^1.81.0 libboost-numeric-conversion ^1.81.0 libboost-scope-exit ^1.81.0 libboost-tokenizer ^1.81.0 | |
libevent ? ($config.libthrift.libevent) | |
libssl ^1.1.1 ? ($config.libthrift.openssl) | |
libz ^1.2.1200 ? ($config.libthrift.zlib) |
Requires (1)
c++11 |
Tests
libthrift-tests == 0.17.0 |
Reviews
fail | 0 |
---|---|
pass | 1 |
Builds
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10 |
pkg config | default |
timestamp | 2025-08-23 11:15:26 UTC (17:49 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8 |
pkg config | default |
timestamp | 2025-08-23 11:13:39 UTC (19:36 minutes ago) |
result | warning (test) | error (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64-O2 |
pkg config | default |
timestamp | 2025-08-23 10:58:14 UTC (35:02 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64 |
pkg config | default |
timestamp | 2025-08-23 10:55:49 UTC (37:26 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64-static_O2 |
pkg config | default |
timestamp | 2025-08-23 10:51:56 UTC (41:20 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd13.3 |
tgt config | freebsd_13-clang_17 |
pkg config | default |
timestamp | 2025-08-23 10:47:32 UTC (45:44 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18-O3 |
pkg config | default |
timestamp | 2025-08-23 10:44:44 UTC (48:31 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18 |
pkg config | default |
timestamp | 2025-08-23 10:43:08 UTC (50:07 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18-static_O3 |
pkg config | default |
timestamp | 2025-08-23 10:40:48 UTC (52:27 minutes ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8-O2 |
pkg config | optional |
timestamp | 2025-08-21 11:56:41 UTC (01 23:36:34 days ago) |
result | warning (test) | error (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_13 |
pkg config | optional |
timestamp | 2025-08-21 11:20:46 UTC (02 00:12:29 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_17_libc++ |
pkg config | optional |
timestamp | 2025-08-21 11:11:47 UTC (02 00:21:28 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_17 |
pkg config | optional |
timestamp | 2025-08-21 11:07:19 UTC (02 00:25:56 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_17 |
pkg config | default |
timestamp | 2025-08-21 11:02:45 UTC (02 00:30:30 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_13 |
pkg config | default |
timestamp | 2025-08-21 10:57:32 UTC (02 00:35:43 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_17_libc++ |
pkg config | default |
timestamp | 2025-08-21 10:55:18 UTC (02 00:37:57 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_fedora_40-gcc_14-bindist |
pkg config | optional |
timestamp | 2025-08-20 17:24:56 UTC (02 18:08:19 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_fedora_40-gcc_14-bindist |
pkg config | default |
timestamp | 2025-08-20 17:04:10 UTC (02 18:29:06 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-ndebug_O3 |
pkg config | optional |
timestamp | 2025-08-20 16:49:03 UTC (02 18:44:12 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-O3 |
pkg config | optional |
timestamp | 2025-08-20 16:42:55 UTC (02 18:50:20 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14 |
pkg config | optional |
timestamp | 2025-08-20 16:19:59 UTC (02 19:13:16 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_12-bindist |
pkg config | optional |
timestamp | 2025-08-20 15:46:52 UTC (02 19:46:23 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_17_libc++ |
pkg config | optional |
timestamp | 2025-08-20 15:28:50 UTC (02 20:04:25 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_17 |
pkg config | optional |
timestamp | 2025-08-20 14:17:51 UTC (02 21:15:24 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10-static_O2 |
pkg config | optional |
timestamp | 2025-08-20 14:14:26 UTC (02 21:18:49 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10-O2 |
pkg config | optional |
timestamp | 2025-08-20 14:12:03 UTC (02 21:21:12 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-static_O3 |
pkg config | optional |
timestamp | 2025-08-20 14:11:25 UTC (02 21:21:51 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-O3 |
pkg config | optional |
timestamp | 2025-08-20 14:04:58 UTC (02 21:28:18 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18-O3 |
pkg config | optional |
timestamp | 2025-08-20 14:03:46 UTC (02 21:29:29 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18 |
pkg config | optional |
timestamp | 2025-08-20 14:01:27 UTC (02 21:31:48 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_13.1 |
pkg config | optional |
timestamp | 2025-08-20 13:59:11 UTC (02 21:34:04 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++ |
pkg config | optional |
timestamp | 2025-08-20 13:58:38 UTC (02 21:34:38 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10 |
pkg config | optional |
timestamp | 2025-08-20 13:57:12 UTC (02 21:36:04 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8 |
pkg config | optional |
timestamp | 2025-08-20 13:56:52 UTC (02 21:36:23 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10-O2 |
pkg config | optional |
timestamp | 2025-08-20 13:53:48 UTC (02 21:39:28 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8-static_O2 |
pkg config | optional |
timestamp | 2025-08-20 13:53:35 UTC (02 21:39:40 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-static_O3 |
pkg config | optional |
timestamp | 2025-08-20 13:52:54 UTC (02 21:40:21 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_ubuntu_24.04-gcc_13-bindist |
pkg config | optional |
timestamp | 2025-08-20 13:52:39 UTC (02 21:40:37 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++ |
pkg config | default |
timestamp | 2025-08-20 13:51:25 UTC (02 21:41:50 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-O3 |
pkg config | default |
timestamp | 2025-08-20 13:47:57 UTC (02 21:45:19 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18-O3 |
pkg config | default |
timestamp | 2025-08-20 13:47:24 UTC (02 21:45:51 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-static_O3 |
pkg config | default |
timestamp | 2025-08-20 13:47:16 UTC (02 21:45:59 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18 |
pkg config | default |
timestamp | 2025-08-20 13:46:44 UTC (02 21:46:31 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18-static_O3 |
pkg config | optional |
timestamp | 2025-08-20 13:46:38 UTC (02 21:46:37 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-clang_18-static_O3 |
pkg config | default |
timestamp | 2025-08-20 13:46:04 UTC (02 21:47:11 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-ndebug_O3 |
pkg config | optional |
timestamp | 2025-08-20 13:44:27 UTC (02 21:48:49 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14 |
pkg config | optional |
timestamp | 2025-08-20 13:36:04 UTC (02 21:57:11 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-O3 |
pkg config | optional |
timestamp | 2025-08-20 13:29:11 UTC (02 22:04:04 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-static_O3 |
pkg config | optional |
timestamp | 2025-08-20 13:25:33 UTC (02 22:07:42 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-O3 |
pkg config | default |
timestamp | 2025-08-20 13:21:26 UTC (02 22:11:49 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-ndebug_O3 |
pkg config | default |
timestamp | 2025-08-20 13:17:40 UTC (02 22:15:35 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14 |
pkg config | default |
timestamp | 2025-08-20 13:13:20 UTC (02 22:19:55 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_14-static_O3 |
pkg config | default |
timestamp | 2025-08-20 13:11:10 UTC (02 22:22:05 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_12-bindist |
pkg config | default |
timestamp | 2025-08-20 13:07:21 UTC (02 22:25:54 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_ubuntu_24.04-gcc_13-bindist |
pkg config | default |
timestamp | 2025-08-20 13:05:08 UTC (02 22:28:07 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_17_libc++ |
pkg config | default |
timestamp | 2025-08-20 13:03:47 UTC (02 22:29:28 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_17 |
pkg config | default |
timestamp | 2025-08-20 13:01:56 UTC (02 22:31:19 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-gcc_13.1 |
pkg config | default |
timestamp | 2025-08-20 13:00:48 UTC (02 22:32:27 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-O3 |
pkg config | default |
timestamp | 2025-08-20 12:46:34 UTC (02 22:46:41 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10-O2 |
pkg config | default |
timestamp | 2025-08-20 12:45:36 UTC (02 22:47:39 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10-static_O2 |
pkg config | default |
timestamp | 2025-08-20 12:45:03 UTC (02 22:48:12 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-ndebug_O3 |
pkg config | default |
timestamp | 2025-08-20 12:44:06 UTC (02 22:49:09 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10 |
pkg config | default |
timestamp | 2025-08-20 12:40:09 UTC (02 22:53:07 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14 |
pkg config | default |
timestamp | 2025-08-20 12:38:51 UTC (02 22:54:24 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8-O2 |
pkg config | default |
timestamp | 2025-08-20 12:37:51 UTC (02 22:55:24 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10-O2 |
pkg config | default |
timestamp | 2025-08-20 12:37:22 UTC (02 22:55:53 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | aarch64-linux-gnu |
tgt config | linux_debian_12-gcc_14-static_O3 |
pkg config | default |
timestamp | 2025-08-20 12:36:57 UTC (02 22:56:19 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.8-static_O2 |
pkg config | default |
timestamp | 2025-08-20 12:32:10 UTC (02 23:01:06 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_17_msvc_msvc_17.10 |
pkg config | default |
timestamp | 2025-08-20 12:28:16 UTC (02 23:04:59 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-msvc_17.10-static_O2 |
pkg config | default |
timestamp | 2025-08-20 12:25:22 UTC (02 23:07:54 days ago) |
result | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_17_msvc_msvc_17.10 |
pkg config | optional |
timestamp | 2025-08-20 12:21:40 UTC (02 23:11:35 days ago) |
result | warning (update) | warning (test) | warning (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10-static_O2 |
pkg config | optional |
timestamp | 2025-08-20 12:21:38 UTC (02 23:11:37 days ago) |
result | warning (update) | warning (test) | error (test-installed) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-microsoft-win32-msvc14.3 |
tgt config | windows_10-clang_18_llvm_msvc_17.10 |
pkg config | optional |
timestamp | 2025-08-20 12:21:20 UTC (02 23:11:55 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18-O3 |
pkg config | optional |
timestamp | 2025-08-20 11:53:37 UTC (02 23:39:38 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18 |
pkg config | optional |
timestamp | 2025-08-20 11:52:58 UTC (02 23:40:17 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd14.1 |
tgt config | freebsd_14-clang_18-static_O3 |
pkg config | optional |
timestamp | 2025-08-20 11:52:55 UTC (02 23:40:20 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64 |
pkg config | optional |
timestamp | 2025-08-20 11:51:52 UTC (02 23:41:23 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64-O2 |
pkg config | optional |
timestamp | 2025-08-20 11:51:27 UTC (02 23:41:48 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-w64-mingw32 |
tgt config | windows_10-gcc_13.2_mingw_w64-static_O2 |
pkg config | optional |
timestamp | 2025-08-20 11:50:33 UTC (02 23:42:42 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-freebsd13.3 |
tgt config | freebsd_13-clang_17 |
pkg config | optional |
timestamp | 2025-08-20 11:50:19 UTC (02 23:42:57 days ago) |
result | warning (update) | error (test) | log | rebuild |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18-O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18-O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18-static_O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18-static_O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++ |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++ |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-static_O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_debian_12-clang_18_libc++-static_O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_fedora_39-gcc_13-bindist |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-linux-gnu |
tgt config | linux_fedora_39-gcc_13-bindist |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin22.5.0 |
tgt config | macos_13-clang_15.0 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin22.5.0 |
tgt config | macos_13-clang_15.0 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0-O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0-O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0-static_O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-clang_15.0-static_O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew-O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew-O3 |
pkg config | optional |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew-static_O3 |
pkg config | default |
result | unbuilt |
toolchain | public-0.17.0 |
---|---|
target | x86_64-apple-darwin23.5.0 |
tgt config | macos_14-gcc_14_homebrew-static_O3 |
pkg config | optional |
result | unbuilt |