* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* alloc: prefer atomic close-on-exec without O_TMPFILE as well
* alloc: prefer SHM_ANON on FreeBSD a la memfd_create
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxshmfence?expand=0&rev=15
- Update to version 1.1:
+ Add mandatory COPYING file.
+ Add the required README file
+ make: add $(CWARNFLAGS)
+ make: list non installed headers under the _SOURCES variable
+ lint: remove usage of libxshmfence_la_SOURCES
+ Change fence memory type from 'int32_t' to 'struct shmfence'
+ Locate directory for shared memory files at configure time
+ Use O_TMPFILE if available
+ Split out futex implementation from general API
+ Provide pthread-based alternative implementation
+ Set symbol visibility attribute to hide internal symbols
OBS-URL: https://build.opensuse.org/request/show/208701
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxshmfence?expand=0&rev=2