Commit Graph

14996 Commits

Author SHA1 Message Date
Jason Volk 13d21ca83c docker: Reduce extra_packages_devX to single build argument. 2023-04-09 21:48:33 -07:00
Jason Volk 7501f983a6 Disable LTO for matrix.so due to issue w/ ld.gold for llvm-14. 2023-04-09 21:48:33 -07:00
Jason Volk 193d87ef76 configure: Prevent unsupported march=native on clang-14 aarch64. 2023-04-09 21:48:33 -07:00
Jason Volk 922db35dd5 configure: Fix emitting option for CET on aarch64. (gcc) 2023-04-09 21:48:33 -07:00
Jason Volk 02dd645748 configure: Use $host_cpu rather than $target_cpu; cleanup quotings. 2023-04-09 21:48:33 -07:00
Jason Volk a67227f28f docker/ubuntu: Append the config.log after a failed configure; quiet rocksdb untar. 2023-04-09 21:48:33 -07:00
Jason Volk b21558fada modules/web_hook: Add run-deletion to control panel. 2023-04-09 21:48:33 -07:00
Jason Volk 97692b7330 modules/web_hook: Aggregate job-queued updates until first progress; various. 2023-04-09 21:48:33 -07:00
Jason Volk fc91ace4f2 modules/web_hook: Make dockerhub handler output conditional; mute for now. 2023-04-09 21:48:33 -07:00
Jason Volk 219571e69c modules/web_hook: Add control panel on the status bar. 2023-04-09 21:48:33 -07:00
Jason Volk d2c47b0d9e modules/web_hook: Add github request stack. 2023-04-09 21:48:33 -07:00
Jason Volk 8cbeb98b59 modules/web_hook: Add github workflow handlers. 2023-04-09 21:48:33 -07:00
Jason Volk 25ed05429b ircd::db: Inline domain::const_iterator seek(string_view). 2023-04-09 21:48:33 -07:00
Jason Volk 4518cf104a modules/console: Fix db files cmd table header alignment (c807550ca7) 2023-04-09 21:48:33 -07:00
Jason Volk c02b3d845f ircd::rest: Add web request interface which isn't orchestrally complicated. 2023-04-09 21:48:33 -07:00
Jason Volk 32d4d44662 ircd::buffer: Add unique_buffer ctor for mutable to const move conversion. 2023-04-04 15:49:24 -07:00
Jason Volk b260bd85a7 ircd::rfc3986::uri: Add path+query extractor convenience. 2023-04-04 15:49:24 -07:00
Jason Volk d4d8063dee ircd::http: Allow empty header values. 2023-04-04 15:49:23 -07:00
Jason Volk 7be2582714 ircd::util::bitset: Make set() invertible to false. 2023-04-03 11:47:32 -07:00
Jason Volk 6264071248 ircd::simd: Remove unused attribute (clang) (38e77c64c6). 2023-04-03 11:47:30 -07:00
Jason Volk 602833d0ef modules/web_hook: Add dependabot alert handler. 2023-04-01 19:15:11 -07:00
Jason Volk 1b933f8b8f modules/web_hook: Abstract the push event id finder. 2023-04-01 12:42:26 -07:00
Jason Volk 2db42a7e70 appveyor: Isolate appveyor to specific branch (disable appveyor). 2023-04-01 12:42:24 -07:00
Jason Volk 7929733978 docker: Refactor into build matrix. [ci skip] 2023-03-30 21:02:37 -07:00
Jason Volk 1b67a12a5f configure: Refactor all --disable options to --enable w/ proper enablevar. 2023-03-29 12:19:17 -07:00
Jason Volk 38c9a77a8f configure: Improve generic mode and machine tuning related options. 2023-03-28 22:09:11 -07:00
Jason Volk 8f4fe45034 configure: Fix missing result message for enable every warning. 2023-03-28 21:02:50 -07:00
Jason Volk c7a89fcd89 tools/m4: Add size check comparison macro. 2023-03-28 21:02:04 -07:00
Jason Volk 5303e170d3 modules/console: Add remote arg, use params for join cmd. 2023-03-26 20:55:09 -07:00
Jason Volk ffecc8bd22 ircd::info: Fix leaf for avx2/avx512f; additional tsc related. 2023-03-26 18:23:30 -07:00
Jason Volk d4b3a0db66 ircd::b64: Optimize outer loop vectorized codegen. (clang/AVX512) 2023-03-26 17:47:24 -07:00
Jason Volk 38e77c64c6 ircd::simd: Fix 'return type cannot be vectorized' inhibition (clang). 2023-03-26 16:14:06 -07:00
Jason Volk b1c2576c20 ircd::util: Add sign cast convenience suite. 2023-03-25 18:37:56 -07:00
Jason Volk ef930635de tools/boostrap: Add required mp11. (boost 1.82.0.beta1) 2023-03-24 22:47:01 -07:00
Jason Volk 02c862e4bc ircd::db: Add define for versions w/ buggy MultiRead. 2023-03-24 22:47:01 -07:00
Jason Volk 674b6489a4 configure: Suppress deprecated/uninitialized warnings in release mode. 2023-03-24 21:23:56 -07:00
Jason Volk 999ef88b7f docker/ubuntu/22.04: Fetch RocksDB source as needed without persisting into image.
Thanks to Giovanni Bottaro.
2023-03-24 18:36:02 -07:00
Jason Volk 7046010ff9 docker/ubuntu/22.04: Delete unused librocksdb.a build artifact from base image.
Thanks to Giovanni Bottaro.
2023-03-24 17:32:08 -07:00
Jason Volk 92da7381ce docker/ubuntu/22.04: Use exact boost package names to prevent regex matching dev packages.
Thanks to Giovanni Bottaro.
2023-03-24 16:44:24 -07:00
Jason Volk 4ecf1ef037 Update README; link to wiki for docker grid. [ci skip] 2023-03-23 23:43:52 -07:00
Jason Volk 3ec562ce0b modules/console: Display m.* state in room overview cmd rather than m.room.* 2023-03-23 18:53:52 -07:00
Jason Volk a8c16e0fd0 ircd::json: Fix mismatched serialized size propagating through value copy. 2023-03-23 18:51:33 -07:00
Jason Volk 66629046e1 ircd:Ⓜ️:vm: Add reverse reflection of phase enum. 2023-03-23 03:29:57 -07:00
Jason Volk 4339639732 modules/console: Add mass-query for room_id/alias argument to key get cmd. 2023-03-22 22:57:18 -07:00
Jason Volk 95d5361c20 ircd:Ⓜ️:keys: Add query overload for supplied buffer; add conf item defaults. 2023-03-22 22:57:18 -07:00
Jason Volk 95274dd0cd ircd::asio: Fix missing condition for newer boost systems w/o liburing. 2023-03-21 19:27:23 -07:00
Jason Volk bffa445d37 ircd::server: Add bounds for wait all w/ conf items; promote warning; rename item. 2023-03-21 10:39:24 -07:00
Jason Volk 1b8ad3e160 ircd::resource: Optimize response w/ iov for fused head and content. 2023-03-20 20:56:56 -07:00
Jason Volk 04acaabf91 ircd::resource: Minor cleanup response overload stack for followability. 2023-03-20 14:42:10 -07:00
Jason Volk 575211d37e ircd::net: Add close option to skip shutdown syscall prior to close. 2023-03-20 14:01:42 -07:00