Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/unibilium

https://github.com/neovim/neovim/wiki/Deps#forks
https://github.com/neovim/unibilium

Add build and deps directories to gitignore

ab28a2ddb86a144194a798bcf1fef1ab4f981ab7 authored over 1 year ago
Merge pull request #24 from mlen/patch-1

Do not stop searching on EPERM

c8d53d52002d10fff8a70d30042e638554f6835c authored over 1 year ago
build(cmake): allow user to set `TERMINFO_DIRS` (#25)

This is useful for packagers who may wish to set `TERMINFO_DIRS` to
something more applicable.

...

2022af0d07573ec9acd899b41431d761ddd0c5e6 authored almost 2 years ago
Do not stop searching on access denied.

Stopping on EPERM and EACCESS prevents nvim from finding the correct file when it is executed vi...

cfa712abdb0de672d0df0348d6fee50afbdfebcd authored almost 2 years ago
build: bump minimum required version (#22)

d72c3598e7ac5d1ebf86ee268b8b4ed95c0fa628 authored almost 2 years ago
Merge #21 build: Add a minimal configure.ac

When building with slibtool using the rlibtool symlink the build will
fail when it fails to fin...

6688d83c91501d81fec9a1a0fbf67993d2d338f0 authored over 2 years ago
build: Add a minimal configure.ac

When building with slibtool using the rlibtool symlink the build will
fail when it fails to find...

c6db74fd6a54e955b772ed6e4d5053a713f9782c authored over 2 years ago
doc: update issue tracker URL #20

00e236b509e1fbb857b81fdb9e1e092b655fd80f authored over 2 years ago
version 2.1.1

444e4f3090d67bfd52d1e33996a7e10f8f7b13b5 authored almost 4 years ago
Makefile: fix undefined references with static builds (#19)

382223846c6f8e0a46e47456f63380bbeeb379d3 authored almost 4 years ago
version 2.1.0 #15

0c5fa34f78503e23484da0294339ea1c209c4866 authored almost 5 years ago
Makefile: use "-f" with prove always (to show failed tests) (#13)

92d929fabaf94ea4feb48149bbc3bbea77c4fab0 authored over 5 years ago
Stop searching in further dirs on errors except ENOENT #12

if a terminfo file was found during the directory search, loaded, and then found to contain an e...

5b9aee2a2ddff3d4b94de09e4ae591019919f986 authored over 5 years ago
Merge pull request #11 from blueyed/osx

ci: Travis: add osx job

1d93ed4d25f5f5cc7601c0687ceecddaafe152bf authored over 5 years ago
ci: Travis: also run "make install"

d92b2a228db96c0ae3987546433df15fe1760883 authored over 5 years ago
Makefile: do not rebuild t/static_%.c with updated gen-static-test

Regressed in adaac8e.

Fixes https://github.com/neovim/unibilium/issues/10

7c36f7f920df38e8c3605a4803c3364456542f64 authored over 5 years ago
ci: Travis: add osx job

4ef264f1ec56b5dc8989b9cd9ac1d1258147594d authored over 5 years ago
Add CMakeLists.txt and support for MSVC (#3)

baaf02448f8ec12e775dad5bf08a2b238fc2a656 authored over 5 years ago
Relax checks for extended capability to support new format (#5)

In the 20180331 release, the format was slightly changed:

> 20180331
> + improve ter...

7fba99c8876968982f5217eaf9f3474d7ed59d98 authored over 5 years ago
Makefile: use -Og with DEBUG=1 (#7)

This allows for "make test DEBUG=1" to not optimize out any values.

4425434c938ccf8c4b9e6bf9c39c627f8d50e957 authored over 5 years ago
unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8)

Fixes:

> Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
> Value stor...

834a31538218ccda7d374170e052c526eb39eaaf authored over 5 years ago
Makefile: revisit regenerate-tests rule (#6)

adaac8ea90f237ca6e89f550059481c412ff39dd authored over 5 years ago
ci: revisit Travis config (#4)

- install libtool-bin

3f4ce3447f8df689daad4ddec90b10328a1a835e authored over 5 years ago
unibi_from_term: handle $TERMINFO as curses does #2

kitty e.g. sets `$TERMINFO` (at least when using the development version),
but it only contains...

32ab8ef6ee6e903cbc3ae738580ccd198bb46f09 authored over 5 years ago
version 2.0.0

e3b16d6219ca1cb92d98b1d9cc416b49a3ac468e authored almost 7 years ago
update README with build instructions / prerequisites

6f0037b2fc015f003df7946bb4e93007288e9c13 authored almost 7 years ago
explicitly mention the new "wide integer" format in the man pages

f40c97acf8e70d9d07338622b183e0b2af37e33d authored almost 7 years ago
use ncurses*-config to get TERMINFO_DIRS if possible

37aa3053e1d63264bfd7fe369827f5f2980cd81b authored almost 7 years ago
use perl instead of sed hackery to create unibilium.pc

2461ee172f5ed92cf71eba54ca5c8824ce238925 authored almost 7 years ago
add basic test for wide format

1b5b8fd457f08288aa162683a7121ce0a741c0f3 authored almost 7 years ago
don't cast between pointer types of different alignments

23e9dea27e59a8979ae78953eb77878018b41f89 authored almost 7 years ago
add xterm-256color; regenerate static tests from ncurses 6.1

cfe4216d1adb7ed2a5b8f661eece472e108ab45a authored almost 7 years ago
add 32 bit number support (wide terminfo format)

- change all external interfaces from short to int
- assert that int can store 32 bits (this is ...

42f3cdd284735bd827691c3d0bfae9472b22d5d5 authored almost 7 years ago
escape backslashes properly

6e55e751e05dc70a8185e4efcec9c0bae0436232 authored almost 7 years ago
don't pass NULL to memcpy

ec9ef0af828da1a7fbe257e7af67c1eafdeca03d authored almost 7 years ago
unibi-dump: accept a filename as argument

73385ba764ef4d614717a7403bd5d082f4ab3e34 authored almost 7 years ago
make unibi_var_t slightly more type-safe

It's no longer a union; the public fields .i and .p are gone.

b42315b792e48b10602eec1a4cc8e4f12d5db667 authored almost 7 years ago
version 1.2.1

51370d5c6f9ce93ab3bdb50cb17ba3420b5b41a7 authored over 7 years ago
regenerate static tests

40540566fb41a85ba08fab4677e0e65d60e922b8 authored over 7 years ago
formally deprecate direct access to unibi_var_t members

68409e423c63a5eba8882fe41e0ee238195cf6e5 authored over 7 years ago
convert README to markdown

0306f7cdb35530e56bb4b483e51359c70a163465 authored over 7 years ago
add note about ncurses to README

a006a54d8ff27a1dd1ef44a688cec3844e288011 authored over 7 years ago
hack: treat make -j as -j2 as far as prove is concerned

1de147173fd2cfefeaa537b00812abfacf1717a6 authored over 7 years ago
travis: use make -j2

151670cd526838707606ee03f36cbe5f59bd776a authored over 7 years ago
hack: copy -jN make option into prove invocation

d131d68e317acb5e32291e72f8045d2d86de0d2e authored over 7 years ago
add .travis.yml

59e83ba9e290dae0ab9495022b4ee9c867e968f0 authored over 7 years ago
gitignore tags file

320bfc5c9f3cbb79a015d05891b6b2320e329fa4 authored almost 8 years ago
only include maint.mk if .maint exists (gh #20)

7eda03a23c80ee3cc244b080752914b54bad9281 authored almost 8 years ago
gitignore .maint (gh #20)

49cd62d5c8c2b0b5a6b6b6be8fb929cce9230b4a authored almost 8 years ago
gitignore vim swap files

4b90f9642e49ddd41f6536bc48304c5972869369 authored almost 8 years ago
Merge pull request #18 from equalsraf/tb-mingw

Add Windows support in Makefile

5cece02035213e02e54ba0c3d4f0bc9db03e58b8 authored almost 8 years ago
Set TERMINFO_DIRS as empty for Windows builds

151de016542c9b15a4e4fb111875711cac607d00 authored over 8 years ago
assert unibi_from_term arg is non-null

0dae8632b02c1136db7349507c9d890dc6bf5b5b authored about 9 years ago
don't depend on unibi_var_t representation

cd85b9128329eb0d474321facc772981bf66c5e6 authored over 9 years ago
regenerate static tests

0b0c11bbb7f9966c1c7a647dcdba42059d2c1513 authored over 9 years ago
new make target to automatically regenerate static tests

f2b0b2f0cacbf60ddb825caa780ecabf68449a2c authored over 9 years ago
mark generated terminfo[] array as static

424a180c89807c0b36384842eb9ef594786a2e3a authored over 9 years ago
gcc 5 no longer warns for {0}

f2166bbcb16dd85f21871e83f87c5e3fe360f990 authored over 9 years ago
oops, forgot changelog

a0453bfe7cccc52692cc67a1d9c50bb6f1051e03 authored over 9 years ago
version 1.2.0

ca009e9691dd9eb913aa2525dfef26f1e4da1fb8 authored over 9 years ago
document semantics of zero-initializing unibi_var_t

e35805ff02ebab948333da822f0d52c7dfed0504 authored over 9 years ago
add helper functions for unibi_var_t manipulation

41326ae03b12de3292312f334699432eab598535 authored over 9 years ago
version 1.1.6

4536e079ee0cf03bcaebe0813f98819655546557 authored over 9 years ago
add ansi-pfkey test because why not

cb041546b19ce854a61143f7fd4812f2142d35c4 authored over 9 years ago
fix nested conditionals

e27050a675ff20fe9f50333acd53f3f2d9725a88 authored over 9 years ago
regenerate static tests

147aaf79d26e13834c14d8237208b9839de6dc14 authored over 9 years ago
use note for annotations instead of diag

91fe59bbcb1e47889e64eeb38721e444b41f8dd3 authored over 9 years ago
more test stuff

bfc967676ffdadafb98345f43df089c31813ee22 authored over 9 years ago
mark test functions as potentially unused

92b9482abc35afc78d035f7acbb1ae54978ad502 authored over 9 years ago
regenerate static tests

d18913f2f4d8379b375d89508a150ccee1bf086e authored over 9 years ago
make ok() accept printf varargs

e7c4e3ca7c04d972c1f6d2e25ded9a9b3eee8b2c authored over 9 years ago
add screen-256color sanity test

95f26dae47bcbec627e22a00d829ec9998575d2b authored over 9 years ago
regenerate static tests

818d486570701e8d1bbb7b784e94b97da2ca9d7d authored over 9 years ago
factor out TAP pseudo-library

001083bcd8d67156f570cbaa0e78f9f87b850736 authored over 9 years ago
neatify formatting

8a1c1ee1b1c9d7e872aaa7369afdd9890239ef42 authored over 9 years ago
version 1.1.5

aab92b9321b84c8473d8bb15d0e3f2e3c9011b74 authored over 9 years ago
fix variable name parsing in %g/%P (gh #14)

9326f123aca357e697ec68731e5d26139c658654 authored over 9 years ago
Merge pull request #12 from Debian/manpage-warnings

doc/unibi_{get,set}_ext_*_name: Fix man's “can't break line” warnings

e53881aa64b1c29d96b3f091f24ba3cbfe3f4dd2 authored over 9 years ago
doc/unibi_{get,set}_ext_*_name: Fix man's “can't break line” warnings

As shown by
“env MANWIDTH=80 man -l <(pod2man doc/unibi_set_ext_num_name.pod) >/dev/null”
man co...

195c468cff1527d8cb86a664831b9f84e425647c authored over 9 years ago
version 1.1.4

4f324be9ef347298d82d79698ccb5ff345783d54 authored over 9 years ago
maint: more paranoia checks

5e43d55bdf3128f6355445185403fd05bdd7ec5f authored over 9 years ago
default to -O2

359eff282814d34f5548294f0e868fc8634c7711 authored over 9 years ago
move GNUmakefile to maint.mk

26ef36049d2eebf37000bf655c9564ea523088f8 authored over 9 years ago
Merge pull request #10 from Debian/honor-ldflags

Allow the user to pass flags to the linker

4627fbe9ce1d88c13fa1701c9b336404a4b2778a authored over 9 years ago
Allow the user to pass flags to the linker

Signed-off-by: James McCoy <[email protected]>

c6b280395ad4a7ed4f22afd1f0cebb1b65e53a94 authored over 9 years ago
version 1.1.3

ddb9cb9ade03a4d7d2cd2681e7ac974e861d7471 authored over 9 years ago
add change log

95876b8271be97586aaba3908fa25b91108e9c55 authored over 9 years ago
relicense tools under MIT (gh #9)

03443264302e0738c252734ff6d3daf398fb9b3c authored over 9 years ago
replace 'install -d' by 'mkdir -p' (github PR 7)

"make install currently fails if the target directory already exists but
the user only has group...

695fce1fd3b8c2d00c930a9157be2cc8555a4e3b authored almost 10 years ago
version 1.1.2

d7c348a5d2c602bb229844e8865eb46ab6787a3e authored almost 10 years ago
support OS X /usr/share/termino/<hex>/name format

bb979ff6f66a18663e15d086dec6276561b86ee0 authored almost 10 years ago
remove -flto from devel flags

529040c77318a3b80de50d11210890e273bc7f8b authored almost 10 years ago
Merge pull request #3 from leonerd/patch-1

Need to invoke C compiler with $(CC) rather than hardcode gcc

3db318485df6c4319533834afcdbf42b0ec2e4b0 authored almost 10 years ago
refactor licensing; mention custom licensing terms

520abbc8b26910e2580619f669b5cc2c4ef7f864 authored about 10 years ago
tabs -> spaces

305505a086f23ebf35218a542c7647190e30505e authored about 10 years ago
Merge pull request #5 from neovim/neovim

Use $(CC) instead of hardcoded gcc

68f67b40453e213e007ecd0ee556ae464861a225 authored about 10 years ago
Use $(CC) instead of hardcoded gcc

218ce9d0fbf318c120af7b13beceb2f9446b0fe6 authored about 10 years ago
version 1.1.1

38b0cd737720455b17de4952e26aa7e48e68f6df authored about 10 years ago
Merge pull request #4 from neovim/fix-osx-libtool

Fix LIBTOOL configuration for OSX

7b90d208f9fff028bb5cf73458fe183a89dcd8a3 authored about 10 years ago
Fix LIBTOOL configuration for OSX

409ed30835a0d6a01dcc62f1a4be7fc7e7ced11d authored about 10 years ago