neovim/third-party
Florian Walch fd23d588fe deps: Update unibilium to 1.2.0.
Changes since 1.1.4 (from [1]):

1.1.5   2015-07-17:
        - doc/unibi_{get,set}_ext_*_name: Fix man's “can't break line” warnings
        - Merge pull request #12 from Debian/manpage-warnings
        - fix variable name parsing in %g/%P (gh #14)

1.1.6   2015-07-23:
        - neatify formatting
        - factor out TAP pseudo-library
        - regenerate static tests
        - add screen-256color sanity test
        - make ok() accept printf varargs
        - regenerate static tests
        - mark test functions as potentially unused
        - more test stuff
        - use note for annotations instead of diag
        - regenerate static tests
        - fix nested conditionals
        - add ansi-pfkey test because why not

1.2.0   2015-08-14:
        - add helper functions for unibi_var_t manipulation
        - document semantics of zero-initializing unibi_var_t

[1] https://github.com/mauke/unibilium/compare/v1.1.4...v1.2.0
2015-09-09 17:23:22 +02:00
..
cmake CMake: Don't use existing third-party sources by default. 2015-09-09 17:23:22 +02:00
CMakeLists.txt deps: Update unibilium to 1.2.0. 2015-09-09 17:23:22 +02:00
README.md Revamp the build system. 2014-03-21 15:22:00 -04:00

Third party dependencies for neovim

This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.

Most of the details are captured in the CMakeLists.txt, but we have a dedicated directory in case any of the dependencies requires patching and other support.