Jason Volk
|
762703698c
|
Replace various #ifdef RB_DEBUG with if constexpr for regression visibility.
|
2023-02-09 12:11:32 -08:00 |
|
Jason Volk
|
44acfb5deb
|
ircd::util::timer: Add constexpr conditional construction.
|
2023-02-09 12:11:32 -08:00 |
|
Jason Volk
|
90f1dc77fb
|
ircd::client: Remove redundant local endpoint state. (related 1da91f41b3 )
|
2023-02-09 11:41:11 -08:00 |
|
Jason Volk
|
aa8ce19c7c
|
ircd: Internalize various loghead utils; remove legacy ostream operators.
|
2023-02-09 11:41:11 -08:00 |
|
Jason Volk
|
39b5a334a6
|
ircd: Attribute nodebug on assert frames, artificial ineffective for clang.
|
2023-02-09 11:11:01 -08:00 |
|
Jason Volk
|
3f82d32619
|
ircd: Mitigate __builtin_assume w/ side-effects diagnosed (arguably incorrect) and ignored.
|
2023-02-09 11:11:01 -08:00 |
|
Jason Volk
|
8e983880f2
|
ircd::db::prefetcher: Fix loss of notify on db shutdown w/ separate ctx::dock.
|
2023-02-08 14:28:09 -08:00 |
|
Jason Volk
|
0036111ef1
|
ircd::server: Optimize peers map w/ allocator::node.
|
2023-02-08 13:55:53 -08:00 |
|
Jason Volk
|
1da91f41b3
|
ircd::net: Elide repeated getsockname()/getpeername() w/ cached sockaddrs.
|
2023-02-08 10:52:02 -08:00 |
|
Jason Volk
|
8387459369
|
ircd::util: Fix clamp for negative stream::tellp() to view empty.
|
2023-02-07 20:04:26 -08:00 |
|
Jason Volk
|
fe0f398e14
|
ircd::util: Add popcount wrapping; consolidate callsites.
|
2023-02-07 20:04:26 -08:00 |
|
Jason Volk
|
855648de15
|
ircd: Add __has_feature / __has_cpp_attribute portable macros.
|
2023-02-07 20:04:26 -08:00 |
|
Jason Volk
|
0b9bb185de
|
ircd::util: Add environment iteration convenience tools.
|
2023-02-07 20:04:26 -08:00 |
|
Jason Volk
|
bd960a206b
|
ircd::util::instance_map: Fix ill-formed emplace_hint decomposition in template.
|
2023-02-06 18:15:52 -08:00 |
|
Jason Volk
|
10de5ea52d
|
ircd::resource::response::chunked::json: Use template for top object or array type.
|
2023-02-05 19:57:08 -08:00 |
|
Jason Volk
|
981006d831
|
ircd::resource::response::chunked: Additional overload for buffer w/o headers; fix comment.
|
2023-02-05 18:59:00 -08:00 |
|
Jason Volk
|
f54b31358a
|
ircd:Ⓜ️:homeserver: Replace use of instance_multimap w/ instance_map.
|
2023-02-05 18:47:31 -08:00 |
|
Jason Volk
|
49bd43e685
|
ircd::util: Optimize instance_map w/ allocator::node.
|
2023-02-05 18:46:20 -08:00 |
|
Jason Volk
|
9ecf389007
|
ircd:Ⓜ️:vm: Add vm::notify interface w/ yielding wait for event_id.
|
2023-02-05 18:45:08 -08:00 |
|
Jason Volk
|
dc873d8c8f
|
ircd:Ⓜ️:event: Add exists_count() convenience; simplify various popcounts.
|
2023-02-05 18:45:08 -08:00 |
|
Jason Volk
|
df67d08897
|
ircd::util: Optimize instance_multimap w/ allocator::node.
|
2023-02-05 18:45:08 -08:00 |
|
Jason Volk
|
b7bd92097a
|
ircd::allocator::node: Add scope usage convenience.
|
2023-02-05 18:45:08 -08:00 |
|
Jason Volk
|
a0d565b2a4
|
ircd::allocator: Split header into directory.
|
2023-02-05 12:06:42 -08:00 |
|
Jason Volk
|
c3bcb03b31
|
ircd:Ⓜ️:sync::item: Use string_view of item name for ctor.
|
2023-02-04 20:16:20 -08:00 |
|
Jason Volk
|
c784d12318
|
ircd::ctx: Fix erroneous comment. [ci skip]
|
2023-02-04 13:20:44 -08:00 |
|
Jason Volk
|
ea40dcc56b
|
Fix undef var templates for explicit instantiations across units (-Wundefined-var-template).
|
2023-02-04 13:20:44 -08:00 |
|
Jason Volk
|
cd53f1b5a4
|
ircd::ios: Increase width for latency in profile::logging debug fmt.
|
2023-01-28 17:11:14 -08:00 |
|
Jason Volk
|
dfb4e19848
|
ircd::fs: Replace reuses of net::eof w/ specific fs::eof.
|
2023-01-26 14:14:52 -08:00 |
|
Jason Volk
|
4cece76e1c
|
ircd:Ⓜ️:room::aliases: Add has_server() optimized count(server)>0 to interface.
|
2023-01-24 22:44:03 -08:00 |
|
Jason Volk
|
ede3d5a651
|
ircd:Ⓜ️:rooms: Add requesting user_id/node_id to query opts for access ctrl.
|
2023-01-24 22:44:03 -08:00 |
|
Jason Volk
|
600563d272
|
ircd::conf: Add template lex_cast convenience; limited to bool specialization.
|
2023-01-19 19:58:23 -08:00 |
|
Jason Volk
|
829e641a48
|
ircd::conf: Add nothrow overloads to get() suite.
|
2023-01-19 19:58:23 -08:00 |
|
Jason Volk
|
57dbd72c82
|
ircd::json::value: Add single-arg template ctors for value and member array.
|
2023-01-19 19:58:22 -08:00 |
|
Jason Volk
|
bb3576eaaa
|
ircd::ctx: Update stack allocator for official support. (boost-1.80)
|
2023-01-19 19:58:22 -08:00 |
|
Jason Volk
|
c0a6ce7ee2
|
ircd::asio: Remove BOOST_COROUTINES_NO_DEPRECATION_WARNING; undeprecated after boost-1.70.
|
2023-01-18 08:11:02 -08:00 |
|
Jason Volk
|
6bbde81b44
|
Ensure EXTRA_*FLAGS is properly appended after other build flags.
|
2023-01-18 08:11:02 -08:00 |
|
Jason Volk
|
a2b7c172c7
|
ircd::util::bitset: Add bounds-check appeasing stringop-overflow (gcc-12).
|
2023-01-15 22:32:00 -08:00 |
|
Jason Volk
|
f8d21c8c37
|
ircd: Fix stringop-overread complaint for memchr on empty str (gcc-12).
|
2023-01-15 22:32:00 -08:00 |
|
Jason Volk
|
bb6cacb94b
|
ircd::asio: Suppress warnings out of boost headers.
|
2023-01-15 22:32:00 -08:00 |
|
Jason Volk
|
f8538d3c5b
|
ircd::buffer: Suppress errant array/stringop-overflow in debug+assert mode.
|
2023-01-15 22:32:00 -08:00 |
|
Jason Volk
|
dbf9407442
|
ircd: Remove gratuitous alignment attributes.
|
2023-01-15 22:32:00 -08:00 |
|
Jason Volk
|
d0cbf6c14c
|
ircd::simt: Add hardware ident access register (AMDDNA)
|
2023-01-02 20:25:58 +00:00 |
|
Jason Volk
|
a158c214a9
|
ircd::simt: Add hardware ident access register (AMDGCN).
|
2023-01-02 19:42:21 +00:00 |
|
Jason Volk
|
2b5f5f7a95
|
ircd::simt: Add preliminary memory characteristics tool.
|
2023-01-02 19:42:21 +00:00 |
|
Jason Volk
|
38c4959f6c
|
ircd::simt: Add macro to differentiate RDNA over GCN.
|
2023-01-02 19:42:21 +00:00 |
|
Jason Volk
|
d377674748
|
ircd::simt: Split vector reduce_add to hadd.
|
2023-01-01 19:16:06 -08:00 |
|
Jason Volk
|
1f87668a28
|
ircd::simt: Add cycles_rtc() intrinsic for s_memrealtime on (AMDGCN).
|
2023-01-01 21:28:54 +00:00 |
|
Jason Volk
|
a53963fc51
|
ircd::math: Add difference template convenience.
|
2023-01-01 21:28:54 +00:00 |
|
Jason Volk
|
47e54547f9
|
ircd::simt: Add optimizations from cl_khr_subgroups support.
|
2023-01-01 21:28:54 +00:00 |
|
Jason Volk
|
0fb7577066
|
ircd::simt: Split is_pow() util to math header for now.
|
2023-01-01 21:28:54 +00:00 |
|