0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00
Commit graph

406 commits

Author SHA1 Message Date
Jason Volk 8a9954f181 configure: PKG_CHECK_MODULES for pbc.
configure: PKG_CHECK_MODULES for libgmp.

configure: PKG_CHECK_MODULES for lz4.

configure: PKG_CHECK_MODULES for snappy.

configure: PKG_CHECK_MODULES for magic.

configure: PKG_CHECK_MODULES for crypto.

configure: PKG_CHECK_MODULES for ssl.
2020-05-10 03:52:16 -07:00
Jason Volk e928c7582e configure: Fix case consistency for several PKG_CHECK_MODULE. 2020-05-09 19:17:02 -07:00
Jason Volk 7dc740e387 configure: Minor string punctuation consistency.
construct: Minor string punctuation.
2020-05-09 17:43:57 -07:00
Jason Volk d9afb64f40 configure: Use PKG_CHECK_MODULES for without included rocksdb. 2020-05-09 17:28:34 -07:00
Jason Volk 56eaf631d3 configure: Use RB_HELP_STRING to control format widths of --help. 2020-05-09 17:28:34 -07:00
Jason Volk 1e6de11d4e configure: Fix PKG_CHECK_MODULES caps; checks for libsodium. 2020-05-09 17:28:34 -07:00
Jason Volk d56c538db7 configure: Add recommended quoting; remove unnecessary quote of AC_HELP_STRING. 2020-05-08 14:45:08 -07:00
Jason Volk dc713f711a configure: Use PKG_CHECK_MODULES; fix jemalloc related.
construct: Add missing MALLOC_LDFLAGS.
2020-05-08 14:20:19 -07:00
Jason Volk b7e78eeb18 configure: Fix defaulting $withval for --with-included-rocksdb 6c2e78128f. 2020-05-07 13:25:46 -07:00
Jason Volk 6c2e78128f configure: Allow --with-included-rocksdb=version $withval for deps/rocksdb checkout. 2020-05-07 00:28:27 -07:00
Jason Volk 676f9ad532 configure: Eliminate condition for shared or static rocksdb. 2020-05-07 00:28:27 -07:00
Jason Volk 9f2bdd3ca2 Upgrade to RocksDB 6.6.4.
ircd::db::database::cache: Remove deprecated interface override.

ircd::db::database::cache: Add new GetCharge() abstract virtual override.

ircd::db: Use set_stats_level() for privated member.
2020-05-05 19:58:37 -07:00
Jason Volk 8c0a6f0ba8 configure: Use action-if-enabled so -lrocksdb is not prepended everywhere. 2020-04-30 03:22:15 -07:00
Jason Volk a87818fb89 configure: Upgrade to RocksDB 5.17.2. 2020-04-29 03:37:35 -07:00
Jason Volk 34dfa7016c configure: Default to better include path for libllvm. 2020-04-22 10:46:23 -07:00
Jason Volk 7601031267 configure: Use PKG_CHECK_MODULES first for libllvm. 2020-04-22 10:13:26 -07:00
Jason Volk 6ec5b464da configure: Fix typo. 2020-04-21 00:18:38 -07:00
Jason Volk ca6a1d127f configure: Add --with-magic-file=path; use as default. 2020-04-19 21:33:57 -07:00
Jason Volk ba3258a8d6 configure: Improve branding_name/version related. 2020-04-19 20:20:43 -07:00
Jason Volk 646911dc80 configure: Use --broken option on git describe invocations. 2020-04-19 20:20:42 -07:00
Jason Volk e7f2a5c1f6 cofngiure: Reorg installation path section; add more output. 2020-04-18 23:20:25 -07:00
Jason Volk 5ea8ac362c Enable link-time optimization for central libraries with clang. 2020-04-18 01:26:31 -07:00
Jason Volk cc8f36ea7f configure: Suppress unknown pragma warnings in non-debug mode. 2020-04-18 00:17:38 -07:00
Jason Volk df29c95dad configure: Add some better clang-specific options for --enable-profile; output. 2020-04-16 20:39:20 -07:00
Jason Volk 4e15ce48ee configure: Suppress -Wmissing-noreturn in debugmode due to various assert behaviours. 2020-04-14 00:16:34 -07:00
Jason Volk 0196ec46f9 configure: Ensure a $assert_type is always set or defaulted. 2020-04-13 23:58:33 -07:00
Jason Volk 21d9f4792b configure: Disable all __assert_fail() overrides unless explicit --with-assert option. 2020-04-11 15:11:43 -07:00
Jason Volk d7d8741a8e configure: Default to not requiring --enable-jemalloc if detected and not otherwise disabled. 2020-04-05 14:32:21 -07:00
Jason Volk 59ee170817 ircd::info: Add sysinfo; gather ram and swap totals on init. 2020-03-16 16:56:07 -07:00
Jason Volk 52fc42c239 configure: Unconditional gold; fix libtool+clang+ld.gold with -Wc argument. 2020-03-10 22:14:40 -07:00
Jason Volk a8e9b3d202 configure: Initialize flags before LT_INIT. 2020-03-10 22:00:48 -07:00
Jason Volk 8d061be07f configure: Fix reported error generated circa line 18840. 2020-03-10 10:26:10 -07:00
Jason Volk a466917cf9 configure: Set explicit ld.gold for now. 2020-03-09 18:48:25 -07:00
Jason Volk f9a6381b8e configure: Set -Wreturn-type as error in clang; remove condition for gcc. 2020-03-09 14:41:36 -07:00
Jason Volk acf94cce00 configure: Always set $assert_type so RB_ASSERT is not blacked out. 2020-03-09 10:10:30 -07:00
Jason Volk dfc023bb37 configure: Check for the gnu/lib-names.h header. 2020-03-08 18:18:27 -07:00
Jason Volk a29ec982fd configure: Check for getprotobyname(3), libnss at configure; minor cleanup. 2020-03-08 16:02:12 -07:00
Jason Volk 0e25a2e055 ircd::net::dns: Add support for netdb; interface to getservbyname(3). 2020-03-06 15:43:24 -08:00
Jason Volk 972830e188 configure: Improve libLLVM related; add default flags. 2020-02-21 14:42:39 -08:00
Jason Volk 992fc10be5 configure: Ignore unknown attributes in non-debug builds. 2020-02-21 12:22:56 -08:00
Jason Volk 50cf4d350c configure: Remove -Wno-suggest. 2020-02-19 13:25:25 -08:00
Jason Volk 0f704b3e05 configure: Disable sections for clang. 2020-02-11 15:36:34 -08:00
Jason Volk fe9f4aa7eb configure: Mirror the base CFLAGS and CXXFLAGS up to the philology checks. 2020-02-03 21:42:10 -08:00
Jason Volk 2eeee6aa48 configure: Add submodule dependency for libpbc. 2020-02-03 21:41:46 -08:00
Jason Volk 9106e927ba configure: Fix libgmp check. 2020-02-03 19:02:23 -08:00
Jason Volk cbd95adb49 configure: Add libllvm support check to configure. 2020-02-03 11:43:58 -08:00
Jason Volk 81335d5aeb configure: Fix optimization flags not supported by clang. 2020-02-01 22:18:49 -08:00
Jason Volk 7883164bce configure: Update package recommendation from libssl1.0-dev to libssl-dev. [ci skip] 2020-01-02 09:30:36 -08:00
Jason Volk 6d0095f38c configure: Upgrade to esr68. 2019-12-26 11:24:42 -08:00
Jason Volk 6dab2b56e1 configure: Make -Wsuggest warnings in debug builds only. 2019-12-01 15:56:09 -08:00