0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00
construct/include/ircd
Jason Volk 30796e5729 ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages.
ircd::json::tuple: Fix template name related for clang-11.

ircd::ctx: Fix template related for clang-11; inline linkages.

ircd:Ⓜ️🪝 Fix template related for clang-11.
2020-10-29 04:06:59 -07:00
..
buffer ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
ctx ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
db ircd::db: Reduce default target size base. 2020-10-28 04:35:49 -07:00
fs ircd::fs: Add is_exec() to interface. 2020-10-20 23:20:41 -07:00
http2 ircd::http2: Start an RFC7540 implementation. 2019-06-21 16:54:22 -07:00
js
json ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
m ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
mods ircd::mods::ldso: Add strtab lookup convenience. 2020-05-02 23:57:53 -07:00
net ircd::net: Cleanup interface arguments w/ common alias. 2020-10-20 23:20:41 -07:00
prof ircd::prof: Fallback to __builtin_readcyclecounter() if available. 2020-10-12 18:07:39 -07:00
resource ircd::resource: Add untokenized params view to request struct. 2020-10-12 18:07:39 -07:00
server ircd::server: Add asynchronous prelink() to interface. 2020-10-16 02:40:39 -07:00
simd ircd:Ⓜ️:room: Fix stale comment. [ci skip] 2020-10-29 03:00:48 -07:00
spirit ircd::spirit: Add template id to custom_parser; add three specializations per unit for now. 2020-09-27 14:57:07 -07:00
util ircd: Add assume() convenience wrapping for __builtin_assume(). 2020-10-12 18:07:39 -07:00
.gitignore Abstract ircd::resource from ircd:Ⓜ️:resource; fix header stack. 2019-09-29 14:00:02 -07:00
allocator.h ircd::vg: Split allocator::vg to vg:: in header. 2020-10-16 10:05:23 -07:00
asio.h ircd::ios: Employ the asio::executor abstraction w/ backward-compat. 2020-02-27 12:44:57 -08:00
assert.h ircd::portable: Optimize redefined macro if conditions are favorable. 2020-06-05 04:32:57 -07:00
b58.h ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
b64.h ircd::b64: Fixes for size computing constexprs. 2020-08-21 06:21:49 -07:00
backtrace.h ircd::backtrace: Add array template construction overload. 2020-05-02 23:57:53 -07:00
byte_view.h ircd: Add template option to skip runtime conditional in byte_view conversion. 2020-09-17 10:49:41 -07:00
cbor.h ircd::cbor: Remove cruft; collapse directory for now. 2020-07-31 21:34:45 -07:00
client.h
cmp.h ircd: Split out overgrown components from stringops.h 2019-07-11 15:51:09 -07:00
color.h
conf.h ircd::conf: Fix interface argument inconsistency. 2020-06-08 17:16:07 -07:00
crh.h
demangle.h ircd: Move demangle() out of util. 2019-09-19 16:37:45 -07:00
ed25519.h ircd::ed25519: Add create option to ctor; remove reference to global. 2020-09-15 18:46:28 -07:00
exception.h ircd: Tweak exception stack linkages for optimal code generation. 2020-08-05 19:52:48 -07:00
exec.h ircd::exec: Implement callback handler suite; async wait(). 2020-10-24 05:41:46 -07:00
fmt.h ircd::fmt: Use POD array here; avoid member function use out of initialization order. 2020-10-08 20:49:49 -07:00
fpe.h ircd::fpe: Add scope_round tool. 2020-08-09 02:39:31 -07:00
globular.h ircd: Add missing globular_imatch. 2020-04-26 17:02:21 -07:00
grammar.h ircd: Add comment in spirit header. 2019-05-06 10:42:11 -07:00
http.h ircd::http: Fix buffer alignment. 2020-09-18 18:47:15 -07:00
icu.h ircd::utf: Start an inline utf toolset. 2020-06-27 16:31:57 -07:00
info.h ircd::info: Gather basic idents on aarch64. (closes #132) 2020-10-02 03:18:06 -07:00
ios.h ircd::ios: Add epoch history in circular buffer for profiling w/ console cmd. 2020-08-02 05:45:35 -07:00
iov.h
ircd.h ircd::proc: Add basic subprocess interface; ios integration. 2020-10-20 23:20:41 -07:00
js.h ircd: Misc fixes for clang. 2019-06-23 16:22:06 -06:00
leb128.h ircd::leb128: Add RB_GENERIC condition on platform intrinsics. 2019-12-21 14:37:41 -08:00
lex_cast.h ircd: Delete unspecialized template for lex_castable. 2020-08-05 19:16:04 -07:00
logger.h ircd::logger: Remove noreturn attribute. 2020-04-22 01:51:55 -07:00
magic.h ircd::fs::base: Make all items have persist=false behavior. 2020-04-19 17:53:22 -07:00
magick.h configure: Add configure-time libmagick indication. 2020-09-05 15:55:24 -07:00
Makefile.am include/ircd/Makefile: Set clang equiv of -fmax-errors. 2020-10-29 03:00:48 -07:00
matrix.h Abstract ircd::resource from ircd:Ⓜ️:resource; fix header stack. 2019-09-29 14:00:02 -07:00
nacl.h ircd::nacl: Improve sodium initialization; various cleanup. 2019-06-13 13:46:57 -06:00
openssl.h ircd::openssl: Add interface wrapping get/set app_data. 2020-05-30 22:17:11 -07:00
panic.h ircd: Tweak exception stack linkages for optimal code generation. 2020-08-05 19:52:48 -07:00
parse.h
pbc.h ircd: Add PBC stub. 2020-02-11 15:47:18 -08:00
portable.h ircd: Ensure typedef'ed 128-bit integers are properly aligned. (#156) 2020-10-08 20:49:49 -07:00
rand.h ircd::rand: Add vector convenience interface. 2020-10-07 03:08:28 -07:00
README.md
rfc1035.h ircd::rfc1035: Rename constant. 2019-05-26 18:37:40 -07:00
rfc1459.h
rfc3986.h ircd::rfc3986: Add REMOTE_MAX / REMOTE_BUFSIZE convenience constexprs. 2020-10-16 02:40:39 -07:00
run.h ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
spirit.h ircd::spirit: Split boost includes for separate pragma clang system_header. 2020-09-18 23:40:34 -07:00
stats.h ircd::stats: Add buffer-based stringifier to interface; simplify. 2020-06-17 20:28:05 -07:00
stdinc.h ircd::util: Remove separate header for pair gimmick; move to stdinc.h 2020-10-10 01:16:39 -07:00
string_view.h ircd: Instrument against string_view(string&&) impossible construction.. 2020-10-28 03:31:55 -07:00
stringops.h ircd: Replace inefficient std::replace(). 2020-08-10 04:56:28 -07:00
strl.h ircd::strlcpy: Use character copy; remove branch. 2020-06-04 19:19:06 -07:00
strn.h ircd: Add strncpy++ tool. 2019-09-18 09:50:14 -07:00
sys.h ircd::util: Move syscall() templates out of util; minor reorg includes. 2020-06-11 09:49:33 -07:00
time.h ircd: Rename formerly conflicting header files. 2020-04-19 16:45:30 -07:00
tokens.h ircd::tokens: Modernize all remaining interface delims to string_view. 2020-05-11 16:31:48 -07:00
utf.h ircd::utf: Simplify interfaces with weak specializations for vector widths; template inline. 2020-09-03 21:14:43 -07:00
vector_view.h ircd::vector_view: Apply noexcept specifier. 2020-08-21 06:20:26 -07:00
vg.h ircd::vg: Add stack register/deregister to interface. 2020-10-16 14:32:06 -07:00

IRCd Library API

Project Namespaces

  • IRCD_ Preprocessor #define and macros.
  • RB_ Build system related preprocessor #defines and macros (legacy).
  • ircd_ C namespace and demangled bindings.
  • ircd:: C++ namespace scope.
  • X-IRCd- HTTP header key namespace.
  • ircd. Matrix event type namespace.
  • ircd_ Environmental variables (see: conf.h).

What To Include

libircd headers are organized into several aggregates groups

As a C++ project there are a lot of header files. Header files depend on other header files. We don't expect the developer of a compilation unit to figure out an exact list of header files necessary to include for that unit. Instead we have aggregated groups of header files which are then precompiled. These aggregations are mostly oriented around a specific project dependency.

Note: The term 'stack' may be found in place of the preferred term 'group' in other documentation.

  • Standard Include group <ircd/ircd.h> is the main header group. This group involves the standard library and most of libircd. This is what an embedder will be working with. These headers will expose our own interfaces wrapping 3rd party dependencies which are not included there.

    There are actually two files in play here: <ircd/ircd.h> and <ircd/ircd.pic.h>. The latter is generated dynamically and will not exist until make creates it. We have to offer two different pre-compilations: one with -fPIC and one without.

  • Boost ASIO include group <ircd/asio.h> is a header group exposing the boost::asio library. We only involve this header in compilation units working directly with asio for networking et al. Involving this header file slows down compilation compared with the standard group.

  • Boost Spirit include group <ircd/spirit.h> is a header group exposing the spirit parser framework to compilation units which involve formal grammars. Involving this header is a monumental slowdown when compiling.

  • JavaScript include group <ircd/js/js.h> is a header group exposing symbols from the SpiderMonkey JS engine. Alternatively, <ircd/js.h> is part of the standard include group which includes any wrapping to hide SpiderMonkey.

  • MAPI include group <ircd/mapi.h> is the standard header group for modules. This group is an extension to the standard include group but has specific tools for pluggable modules which are not part of the libircd core.

Invocation

libircd is not thread-safe. It does not protect exposed interfaces with locks. Embedders must access libircd from a single thread.

Initialize the library with a call to ircd::init().