0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00
construct/include/ircd
2022-06-17 21:11:53 -07:00
..
buffer ircd::allocator: Reinterface for attributed function instrumentation. 2022-06-17 21:11:53 -07:00
cl ircd:🆑:data: Add master() method for associated memobject. 2022-06-17 21:11:53 -07:00
ctx ircd: Correct/abridge various comments. 2022-06-17 21:11:52 -07:00
db ircd::db: Add SST scan interface w/ console suite. 2022-06-17 21:11:52 -07:00
fs ircd::fs: Support more exotic alignments for memory mapped files. 2022-06-17 21:11:53 -07:00
gpt ircd::gpt::pipe: Reuse logsm buffer for logexp intermediate values. 2022-06-17 21:11:53 -07:00
http2
ios ircd::ios: Structure documentation briefs. [ci skip] 2021-09-14 23:39:55 -07:00
js
json ircd::json: Remove unnecessary global object linkage. 2022-06-17 21:11:53 -07:00
m Rename common instance variables of window_buffer for clarity. 2022-06-17 21:11:53 -07:00
math ircd: Vector initialization fixes for GCC. 2021-05-14 05:57:47 -07:00
mods ircd::mapi: Fix for non-standard-layout unique_ptr impl. 2021-09-14 23:39:55 -07:00
net ircd::net::dns: Split delegate service_init/fini; fix error. 2021-09-14 23:39:55 -07:00
prof ircd::prof: Fallback to __builtin_readcyclecounter() if available. 2020-10-12 18:07:39 -07:00
resource ircd::resource::response::chunked: Add convenience amalgam w/ json::stack, top json::object. 2021-01-04 01:12:49 -08:00
server ircd::server: Add conf items for peer socket options. 2020-12-25 07:30:10 -08:00
simd ircd::simd: Zero-init result to not burden caller w/ partial inits. 2022-06-17 21:11:53 -07:00
simt ircd::simt: Use defined epsilon for normalization smoothing for now. 2022-06-17 21:11:53 -07:00
spirit ircd::spirit: Optimize functor, qi::rule toward eliminating indirect branching. 2022-06-17 21:11:53 -07:00
util ircd: Promote assume() to macro in portable.h. 2022-06-17 21:11:53 -07:00
.gitignore
allocator.h ircd::allocator: Reinterface for attributed function instrumentation. 2022-06-17 21:11:53 -07:00
asio.h ircd::ios: Fixes for boost::asio 1.74+. 2022-06-17 21:11:53 -07:00
assert.h ircd: Reduce code generated for argument prep in assert block; jump directly to lfence. 2021-09-15 01:44:36 -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
beep.h ircd: Add utility to beep the pcspeaker. 2021-10-06 16:36:52 -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 ircd::client: Add write overload for iov arguments. 2020-12-25 07:30:10 -08:00
cmp.h
color.h
conf.h ircd::conf: Fix interface argument inconsistency. 2020-06-08 17:16:07 -07:00
crh.h
demangle.h
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: Add several class comment briefs. [ci skip] 2021-03-05 13:02:12 -08:00
fpe.h ircd::fpe: Add debug log info; cold sections. 2022-06-17 21:11:53 -07:00
globular.h ircd: Add missing globular_imatch. 2020-04-26 17:02:21 -07:00
grammar.h
http.h ircd::http: Add log level severity(category) convenience tool; tweak category table. 2021-02-03 18:01:15 -08:00
icu.h ircd::icu: Add bulk vector utility overloads. 2021-02-25 14:38:52 -08:00
info.h ircd::info: Probe characteristics for transparent hugepage support. 2021-02-10 02:14:15 -08:00
iov.h
ircd.h ircd: Promote assume() to macro in portable.h. 2022-06-17 21:11:53 -07:00
js.h
leb128.h
lex_cast.h ircd: Refactor lex_cast impl to boost spirit rather than boost conversions. 2021-03-05 13:02:12 -08:00
logger.h ircd::log: Propagate noexcept to interface vlog(). 2020-12-09 02:16:50 -08: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 ircd: Improve deps list for precompiled header related. 2022-06-17 21:11:53 -07:00
matrix.h
nacl.h
openssl.h ircd::openssl: Add interface wrapping get/set app_data. 2020-05-30 22:17:11 -07:00
panic.h ircd: Improve terminate interface; simplify impl. 2020-12-13 10:45:34 -08:00
parse.h
pbc.h
png.h ircd::png: Elaborate callback surface; add logger to prevent libpng writes to stderr. 2021-01-23 10:57:01 -08:00
portable.h ircd::spirit: Fix missing include guard/pragma; minor cleanup/comments. 2022-06-17 21:11:53 -07:00
rand.h ircd::rand: Remove inline noexcepts. 2021-02-27 13:01:02 -08:00
README.md
rfc1035.h
rfc1459.h
rfc3986.h ircd::rfc3986: Add REMOTE_MAX / REMOTE_BUFSIZE convenience constexprs. 2020-10-16 02:40:39 -07:00
run.h ircd::run::handler: Distill handler prototype for direct constructions. 2022-06-17 21:11:53 -07:00
spirit.h ircd::spirit: Fix missing include guard/pragma; minor cleanup/comments. 2022-06-17 21:11:53 -07:00
stats.h ircd::stats: Add signed integer, chrono specializations; use panic exception. 2020-12-23 03:56:43 -08:00
stdinc.h ircd: Add cfloat to standard include. 2022-06-17 21:11:53 -07:00
string_view.h ircd: Allow restricted pointer constructions for string_view/vector_view. 2021-03-17 18:55:56 -07:00
stringops.h ircd::stringops: Add stripa() w/ default std::isspace() dict. 2021-02-05 23:33:16 -08:00
strl.h ircd::strlcpy: Use character copy; remove branch. 2020-06-04 19:19:06 -07:00
strn.h
sys.h ircd::util: Move syscall() templates out of util; minor reorg includes. 2020-06-11 09:49:33 -07:00
terminate.h ircd: Improve terminate interface; simplify impl. 2020-12-13 10:45:34 -08:00
time.h ircd: Fix/improve comments. [ci skip] 2020-12-06 10:36:47 -08:00
tokens.h ircd::tokens: Simplify interface argument passing. 2022-06-17 21:11:53 -07:00
utf8.h ircd::utf: Split header; improve decode codegen; inline length. 2021-09-14 23:39:55 -07:00
utf16.h ircd::utf: Split header; improve decode codegen; inline length. 2021-09-14 23:39:55 -07:00
vector_view.h ircd::vector_view: Suppress deprecated-copy warning here for now. 2022-06-17 21:11:53 -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().