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 |
|
Jason Volk
|
471dc16275
|
configure: Add warning discovery section for clang.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
0807ff3bee
|
configure: Fix missing ac result messages.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
598abec673
|
m4: Shorten macro name.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
7a423c94be
|
configure: Eliminate debug symbols in non-debug mode.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
5f0250c9e1
|
configure: Check for libdrm / xf86drm.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
77046c853e
|
configure: Add xxd; add bc.cc to .gitignore; remove empty gitignore.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
90d4d8248c
|
configure: Add -ljemalloc to LIBS; fix byzantine allocator linkages.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
1165d3e60c
|
configure: Add conditionals for clang-14; workaround valgrind interp.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
18df9bd2da
|
configure: Fix --disable-jemalloc option negation.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
8e268023d1
|
ircd: Add cfloat to standard include.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
6843d7a98d
|
ircd::fs: Support more exotic alignments for memory mapped files.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
e9fe4f33bb
|
configure: Check for mprotect(2).
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
73cd22c7d0
|
ircd::allocator: Add msync(2) wrapping.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
a2bda4f0dc
|
configure: Specifics for clang-13.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
64b52a8fc7
|
configure: Use $CXX_EPOCH; fixes for libllvm related.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
90c18287da
|
configure: Tweak some outputs; minor cleanup.
|
2022-06-17 21:11:53 -07:00 |
|
Jason Volk
|
c0f2ff9067
|
configure: Reorg compiler feature flag sections.
|
2022-06-17 21:11:52 -07:00 |
|
Jason Volk
|
31431d32c5
|
ircd: Add utility to beep the pcspeaker.
|
2021-10-06 16:36:52 -07:00 |
|
Jason Volk
|
af0d1e6d10
|
configure: Fix LLVM_PROFDATA target version assignment. #185 #187
|
2021-09-15 01:44:36 -07:00 |
|
uis246
|
62b634d941
|
Fix autoconfig help
|
2021-04-09 16:16:28 +03:00 |
|