summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: replace deprecated AC_HELP_STRING with AS_HELP_STRINGHEADmasterAlan Coopersmith2023-03-081-1/+1
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-081-1/+5
* libxshmfence 1.3.2libxshmfence-1.3.2Matt Turner2022-12-081-1/+1
* configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner2022-11-291-1/+3
* libxshmfence 1.3.1libxshmfence-1.3.1Alan Coopersmith2022-10-181-2/+3
* gitlab CI: add a basic build testAlan Coopersmith2022-07-171-0/+98
* Fix spelling/wording issuesAlan Coopersmith2022-07-172-2/+2
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-171-1/+1
* alloc: prefer SHM_ANON on FreeBSD a la memfd_createJan Beich2019-08-031-0/+4
* alloc: prefer atomic close-on-exec without O_TMPFILE as wellJan Beich2019-08-032-1/+17
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-192-13/+6
* libxshmfence 1.3libxshmfence-1.3Matt Turner2018-02-261-1/+1
* Fix missing <limits.h> include for HAVE_UMTX branch of futexMichał Górny2018-02-221-0/+1
* Revert "configure: Nerf a thing"Adam Jackson2018-01-291-1/+1
* configure.ac: call AC_USE_SYSTEM_EXTENSIONSRoss Burton2018-01-291-0/+2
* configure: Nerf a thingAdam Jackson2017-12-141-1/+1
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Bump version to 1.2libxshmfence-1.2Keith Packard2015-01-021-1/+1
* Use linux 3.17 memfd_create syscall when availableKeith Packard2014-10-092-8/+48
* Use /dev/shm as an optional shared memory directoryKeith Packard2014-06-171-1/+1
* Add support for FreeBSD using umtx (v3).Jung-uk Kim2014-06-172-1/+34
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2014-06-041-1/+3
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2014-06-042-2/+1
* Check return value from ftruncateJulien Cristau2013-12-031-1/+4
* Update to version 1.1libxshmfence-1.1Keith Packard2013-11-261-1/+1
* Describe the library better in the README fileKeith Packard2013-11-251-1/+12
* Ignore test build files and release announcementsKeith Packard2013-11-201-0/+6
* Set symbol visibility attribute to hide internal symbolsKeith Packard2013-11-203-8/+53
* Provide pthread-based alternative implementationKeith Packard2013-11-207-1/+212
* Split out futex implementation from general APIKeith Packard2013-11-205-107/+164
* Add test programKeith Packard2013-11-204-1/+189
* Use O_TMPFILE if availableKeith Packard2013-11-202-4/+12
* Locate directory for shared memory files at configure timeKeith Packard2013-11-202-1/+49
* Change fence memory type from 'int32_t' to 'struct shmfence'Keith Packard2013-11-203-23/+30
* lint: remove usage of libxshmfence_la_SOURCESGaetan Nadon2013-11-051-1/+1
* make: list non installed headers under the _SOURCES variableGaetan Nadon2013-11-051-3/+2
* make: add $(CWARNFLAGS)Gaetan Nadon2013-11-051-0/+2
* Add the required README fileGaetan Nadon2013-11-051-0/+25
* Add mandatory COPYING file.Gaetan Nadon2013-11-051-0/+19
* Copy autotools boilerplate from http://www.x.org/wiki/NewModuleGuidelines/Aaron Plattner2013-11-011-17/+18
* Copy the standard .gitignore from other lib packagesAaron Plattner2013-11-011-0/+78
* Update to verion 1.0libxshmfence-1.0Keith Packard2013-10-311-1/+1
* Import first version of the libraryKeith Packard2013-04-298-0/+394