0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 07:43:47 +02:00
Commit graph

531 commits

Author SHA1 Message Date
Jason Volk a4c3a6be82 configure: Suppress -Wempty-body except in debug-mode (GCC). 2023-03-05 16:31:22 -08:00
Jason Volk 0e5b1907d2 configure: Combine GCC+debug warning sections; move -Wuninitialized to debug. 2023-03-05 12:05:13 -08:00
Jason Volk 4371380fe9 configure: Add --enable-clones for dynamic function multi-versioning. 2023-03-05 12:05:13 -08:00
Jason Volk 44acc6a287 configure: Move -Wnoexcept to GCC debug-mode section. 2023-03-03 18:13:08 -08:00
Jason Volk 1a8889503f configure: Upgrade reorder warnings to errors. 2023-02-18 16:41:33 -08:00
Jason Volk 499bec0a1a configure: Enable -Wunused-result so explicit annotations will warn. 2023-02-15 16:44:23 -08:00
Jason Volk 5005dea8a4 configure: Apply -Wimplicit-fallthrough. 2023-02-02 18:51:03 -08:00
Jason Volk 12756d3737 configure: Move header check macro to tools/m4. 2023-01-26 12:31:14 -08:00
Jason Volk 50f795b713 configure: Add -Wstringop-overflow=4 for GCC. 2023-01-15 22:32:00 -08:00
Jason Volk 40d22a6ff4 configure: Automake conditionals for clang-15/16. 2023-01-14 22:56:35 -08:00
Jason Volk f516b86e4d configure: Eliminate clang runtime profiling infrastructure. 2023-01-14 16:44:47 -08:00
Jason Volk 1fd8e9954e configure: Add AMD GPU Performance API support. 2022-11-07 01:51:19 +00:00
Jason Volk a5fb379aee configure: Configurations for AMD ROCm support. 2022-11-03 18:28:53 +00:00
Jason Volk da55b185da Enable io_uring on supporting platforms. (#37)
docker: Add liburing to base packages. (#37)
2022-09-10 12:00:48 -07:00
Jason Volk 10201c11eb ircd::fs: Add autoconfs for sync(2) etc. 2022-09-10 11:40:33 -07:00
Jason Volk 10be6e5add Update included boost; add version withval for checkout. 2022-09-10 11:29:29 -07:00
Jason Volk 3d227f4878 configure: Bump rocksdb version default to v7.4.5. 2022-09-10 11:29:29 -07:00
Jason Volk a3226b3b38 ircd::info: Proper prctl check for cpuid availability. 2022-08-27 01:52:05 -07:00
Jason Volk 02cd570b5e configure: Remove Mesa cruft.
ircd/Makefile: Use CC prog variable.
2022-08-27 01:51:49 -07:00
Jason Volk 23e4df7a9d configure: Use upper-cased default branding pronoun. 2022-08-20 10:15:49 -07:00
Jason Volk b0b0f063a7 configure: Enable -C to install if supported (fix typo). 2022-08-15 12:38:21 -07:00
Jason Volk e7f3bdafa6 configure: Add check for install -C support. 2022-08-11 13:27:17 -07:00
Jason Volk c2d5b8081d configure: Use install -C so make install doesn't hose every file for single change. 2022-08-02 13:18:58 -07:00
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 60c00dba29 configure: Check for unversioned llvm-profdata. (alpine)
configure: Remove -verify-pch. (clang)
2022-07-26 18:43:39 -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 f13ea1b2c3 configure: Add condition to skip buildrocks.sh invocation. 2022-07-22 19:15:25 -07:00
Jason Volk 7d4919dee0 configure: Update rocksdb version default. 2022-07-21 18:28:57 -07:00
Jason Volk 191786bc95 Merge branch 'master' of https://github.com/uis246/construct 2022-07-20 21:04:18 -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 b2d451b74d ircd: Add branchless optimistic assertion instrument --with-assert=opt 2022-07-18 16:58:02 -07:00
Jason Volk d3584274ac ircd::net::bpf: Add preliminary epbf support. 2022-07-08 10:45:33 -07:00
Jason Volk 57e8e0772d configure: Keep text section prefixes (ld.gold). 2022-07-07 16:47:55 -07:00
Jason Volk 079e273355 ircd: Upgrade to std::filesystem from boost::filesystem. 2022-07-07 16:47:55 -07:00
Jason Volk 61d558fc9d ircd: Define all IRCD_USE_ as integers for constexprs. 2022-06-23 09:36:44 -07:00
Jason Volk cad06cdb2c configure: Add --with-gcc-toolchain for library version workarounds (clang-10). 2022-06-20 20:26:12 -07:00
Jason Volk f53764cd7f ircd: Add missing tuple; add concepts. (C++20) 2022-06-20 19:44:32 -07:00
Jason Volk d36024cdb8 ircd::allocator: Support mallinfo2() for deprecated mallinfo(3) for GNU allocator. 2022-06-20 18:24:55 -07:00
Jason Volk b01772b4c6 configure: Suppress more pragma/attribute warnings in release builds (gcc). 2022-06-20 18:24:55 -07:00
Jason Volk 5a11c31d97 Revert "ircd: ISO C++ requires template on destructor names out-of-line." (gcc-11/12)
This reverts commit e3e3bd7b09.

Add -Wno-dtor-name to clang warning discovery section.
2022-06-20 17:26:39 -07:00
Jason Volk 1b380f39a8 configure: Fix ac result for jemalloc related. 2022-06-19 20:51:42 -07:00
Jason Volk 3f4621461c configure: Upgrade to gnu++20.
Downgrade to gnu++2a for compatibility for now.
2022-06-19 20:14:22 -07:00
Jason Volk 16cae91875 configure: Disable profile-missing warnings in both release/debug (clang). 2022-06-17 21:11:54 -07:00
Jason Volk 1a78a3fc8d configure: Ensure $CCASFLAGS don't default to -O2 -g. 2022-06-17 21:11:54 -07:00
Jason Volk 035ef8319f configure: Check for additional sys headers. 2022-06-17 21:11:54 -07:00
Jason Volk 858fb6c33a configure: Preliminaries for swappable ld.gold and ld.lld. 2022-06-17 21:11:54 -07:00