0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-19 15:08:53 +02:00
Commit graph

14506 commits

Author SHA1 Message Date
Jason Volk
05a776dd51 configure: Output target codegen feature table. 2022-07-27 15:03:31 -07:00
Jason Volk
c002e03242 configure: Add PROFILE_USE conditional and subst. 2022-07-27 14:32:47 -07:00
Jason Volk
1a386fd06f configure: Promote diagnostic for returning temps to -Werror. 2022-07-27 14:32:47 -07:00
Jason Volk
f9a845f179 configure: Specific macro for warning checks; skip checks on disable. 2022-07-27 14:32:47 -07:00
Jason Volk
9f22edf3a4 ircd::mods: Add conf item to bypass mapi check on load. 2022-07-27 10:20:02 -07:00
Jason Volk
60c00dba29 configure: Check for unversioned llvm-profdata. (alpine)
configure: Remove -verify-pch. (clang)
2022-07-26 18:43:39 -07:00
Jason Volk
a945137eff ircd::log: Cold section log::critical constructions. 2022-07-26 15:46:09 -07:00
Jason Volk
43360d1838 README: Add more dockers and badges. 2022-07-25 18:50:57 -07:00
Jason Volk
5bafcce20a modules/web_hook: Improve alt-text for dockerhub shots. 2022-07-25 17:09:09 -07:00
Jason Volk
561a956b2c docker: Alpine-3.16 deck. 2022-07-25 16:22:06 -07:00
Jason Volk
f0569247f4 Makefiles: Fix bashisms. (#88) 2022-07-25 14:08:26 -07:00
Jason Volk
0afb5bf847 m4: Always extract major version number in CXX -dumpversion. 2022-07-25 14:08:26 -07:00
Jason Volk
2056047944 configure: Replace instances of += operator.
m4: Add RB_VAR_APPEND macro.
2022-07-25 12:41:03 -07:00
Jason Volk
85f5dda7e1 ircd::ctx: Fixes for boost 1.76 asio API changes. 2022-07-25 12:31:18 -07:00
Jason Volk
581300ef9d ircd::spirit: Replace deprecated phoenix header. 2022-07-25 12:31:18 -07:00
Jason Volk
f7d6c78ce6 docker: Add missing libgraphicsmagick-q16-3; rm rocksdb after build; add smoketest. 2022-07-24 16:42:26 -07:00
Jason Volk
b1818c8cbb modules/console: Match expression for peer and peer count cmds. 2022-07-24 13:00:03 -07:00
Jason Volk
f13ea1b2c3 configure: Add condition to skip buildrocks.sh invocation. 2022-07-22 19:15:25 -07:00
Jason Volk
a44e180ff7 ircd::gpt: Fix stale comment. [ci skip]. 2022-07-22 19:11:51 -07:00
Jason Volk
5600e28ebc modules/client/search: Add case key command; case-insensitive by default. 2022-07-21 18:28:57 -07:00
Jason Volk
96097045a1 modules/client/search: Abstract term keys iteration for separate feature functions. 2022-07-21 18:28:57 -07:00
Jason Volk
ba67c583a2 modules/console: Allow event_id argument to fetch content for text to label cmd. 2022-07-21 18:28:57 -07:00
Jason Volk
7d4919dee0 configure: Update rocksdb version default. 2022-07-21 18:28:57 -07:00
Jason Volk
11c5562173 construct::console: Fix counter possibly preempted by exception. 2022-07-21 13:15:14 -07:00
Jason Volk
d28ca9d33c README: Move warning out of developers section. [ci skip] 2022-07-21 13:15:14 -07:00
Jason Volk
ec47f0b582 docker: Pull from matrix-construct/master for built image. [ci skip] 2022-07-21 09:23:25 -07:00
Jason Volk
191786bc95 Merge branch 'master' of https://github.com/uis246/construct 2022-07-20 21:04:18 -07:00
Jason Volk
a3dadaf869 Merge branch 'rate_limited_resource_handlers' of https://github.com/kamathmanu/construct 2022-07-20 21:00:17 -07:00
Jason Volk
52e4280607 README: Add badges for dockerhub and appveyor build. [ci skip] 2022-07-20 20:33:11 -07:00
Jason Volk
a3a64ace6a modules/console: Fix formatting of TTL in peer table. 2022-07-20 20:05:31 -07:00
Jason Volk
49a13b6eec ircd::asio: Fix undefined-var-template error; enable -fpch-instantiate-templates. 2022-07-20 18:32:38 -07:00
Jason Volk
3068466175 ircd::versions: Declare list specialization; noexcept ctors; minor cleanup. 2022-07-20 18:32:38 -07:00
Jason Volk
2d68d69b36 ircd::string_view: Attribute noreturn on insert() stub under proper conditions. 2022-07-20 18:32:38 -07:00
Jason Volk
b271007fd2 ircd::util: Fix unsafe instance_list emplace; assert for allocator state. 2022-07-20 18:32:38 -07:00
Jason Volk
5d71d848a7 ircd::util: Fix undefined-var-template linkage related warning. 2022-07-20 12:31:49 -07:00
Jason Volk
065343069a Fix -flto flag compat erosion w/ gcc. 2022-07-20 12:03:59 -07:00
Jason Volk
041c4822bc ircd:Ⓜ️ Fix conflicting TLS models for static member buffers. 2022-07-20 10:42:13 -07:00
Jason Volk
0f71a96ac6 Simplify readme; add link to docker images. [ci skip] 2022-07-20 10:04:13 -07:00
Jason Volk
563d732028 modules/console: Improve db bytes cmd output. 2022-07-20 09:56:22 -07:00
Jason Volk
6548fa9c1e modules/console: Swap param order in db txns cmd. 2022-07-20 09:56:22 -07:00
Jason Volk
741c211848 configure: Add conditional flags for forced pch w/ clang. 2022-07-20 09:56:22 -07:00
Jason Volk
27f1ecd6cd configure: Hoist some flags out of include/ircd/Makefile. 2022-07-20 09:56:22 -07:00
Jason Volk
216a2b64cb Move -include arguments to preprocessor flags. 2022-07-20 09:56:22 -07:00
Jason Volk
3a5f7e0aac ircd::resource: Implement more complex path routing. 2022-07-20 09:56:22 -07:00
Jason Volk
b4cc681112 docker: Purge some build packages to slim the built image; refine syntax.
docker: Cleanup for consistent syntax.
2022-07-19 14:26:23 -07:00
Jason Volk
432f38cd06 ircd: Add tokens_split() tool w/ skip feature. 2022-07-19 14:26:23 -07:00
Jason Volk
b637eb0c50 ircd::rfc3986: Fix missing exception translation. 2022-07-19 14:26:23 -07:00
Jason Volk
31dad11e16 construct::console: Stream output directly. 2022-07-19 14:26:23 -07:00
Jason Volk
ca66882b6e ircd::util: Additional pubsetbuf() convenience; inline linkages. 2022-07-19 14:26:23 -07:00
Jason Volk
b2d451b74d ircd: Add branchless optimistic assertion instrument --with-assert=opt 2022-07-18 16:58:02 -07:00