You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/doc
Nick Black 9112185657
Split up notcurses/notcurses-core (#1297)
Extract `libnotcurses-core` from `libnotcurses`. The former contains everything except multimedia code. The latter contains multimedia stuff (a wrapper around FFmpeg or OIIO). If built with `-DUSE_MULTIMEDIA=none`, there will not be any `libnotcurses.so` generated. `libnotcurses.so` uses library constructors/destructors to insert its implementation into the `ncvisual` stack at runtime. Users linking `-lnotcurses` will get the full implementation; users linking `-lnotcurses-core` only will get the stack less multimedia code.

The upshot of this is that someone can compile/install only `libnotcurses-core`, and a program linked against it will work just fine. This eliminates the need to install the full (large) dependency stack of the multimedia code unless necessary. This will hopefully be useful for e.g. installers etc. Closes #339.
4 years ago
..
examples first mdbook program 4 years ago
man Split up notcurses/notcurses-core (#1297) 4 years ago
Doxyfile v2.1.5 4 years ago
HACKING.md HACKING: document right-to-left shittery 4 years ago
analytics-header.html throw analytics into man pages 5 years ago
logo-200x55.png update logo to notcurses II xray #1144 4 years ago
logo-1280x640.png update logo to notcurses II xray #1144 4 years ago
model.dot model.dot: simplify 4 years ago
release-checklist.md remove cell_noforeground_p() from python 4 years ago
sexblitter-perfection.png quadblitter all different unit test #1080 4 years ago
sexblitter-perfection.xcf add xcfs for galleries in doc/ 4 years ago
testing-checklist.md move ncreel to PoCs, don't install #1033 4 years ago
widechars.png add widechars.png image to readme 5 years ago
worldmap-sexblitter.png quadblitter all different unit test #1080 4 years ago
worldmap-sexblitter.xcf add xcfs for galleries in doc/ 4 years ago