bindbc-common ~master

Code used by various BindBC libraries.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

BindBC-Common

This library contains various re-usable code-generation routines & types for the BindBC packages. It is compatible with BetterC, @nogc, and nothrow.

If you plan to use BindBC-Common for your own projects, then please read thoroughly read the documentation that is embedded in the library's code. Undocumented features, and ones marked as "internal use only" should not be used, as their API may change from one patch to another.

| Table of Contents | |-------------------| |License| |Configurations|

License

BindBC-Common—as well as every other library in the BindBC project—is licensed under the Boost Software License.

Configurations

BindBC-Common is not configured to compile with BetterC compatibility by default. Users of packages dependent on BindBC-Common should not configure BindBC-Common directly. Those packages have their own configuration options that will select the appropriate loader configuration.

Implementers of bindings using BindBC-Common can make use of two configurations:

  • noBC, which does not enable BetterC, and is the default.
  • yesBC enables BetterC.

Binding implementers should typically provide four configuration options. Two for static bindings (BetterC and non-BetterC), and two for dynamic bindings using the noBC and yesBC configurations of BindBC-Common:

DRuntimeBetterC
DynamicdynamicdynamicBC
StaticstaticstaticBC

Anyone using multiple BindBC packages with dynamic bindings must ensure that they are all configured to either use BetterC compatibility, or not. Configuring one BindBC package to use the BetterC configuration and another to use the non-BetterC configuration will cause conflicting versions of BindBC-Common to be compiled, resulting in compiler or linker errors.

Authors:
  • Aya Partridge
Dependencies:
none
Versions:
0.1.5 2024-Mar-12
0.1.4 2024-Mar-11
0.1.3 2024-Jan-18
0.1.2 2023-Nov-12
0.1.1 2023-Nov-11
Show all 13 versions
Download Stats:
  • 7 downloads today

  • 29 downloads this week

  • 212 downloads this month

  • 1811 downloads total

Score:
1.6
Short URL:
bindbc-common.dub.pm