compile-time-init-build icon indicating copy to clipboard operation
compile-time-init-build copied to clipboard

C++ library for composing modular firmware at compile-time.

Results 26 compile-time-init-build issues
Sort by recently updated
recently updated
newest added
trafficstars

CIB is currently designed for single translation-unit compilation. This can result in very long compilation and re-compilation times. It would be very helpful to enable the option for multi translation...

enhancement
breaking

The current `indexed_handler` doesn't support efficient greater/less-than comparisons on indexed fields. This enhancement would add this support by generating an ordered index that allows for _fast_ inequality lookup time.

enhancement

Hi everyone, thanks for the interesting library, I really appreciate the design concept and philosophy! I'm struggling a bit however how one would build up a more complicated example which...

Hi, it occured to me yesterday that it would be a nice feature to have stateful nexus, which, in spirit of DI, would then be able to inject extra arguments...

enhancement