index
:
xorg/lib/libxshmfence
master
Shared memory fences using futexes (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxshmfence)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-26
Update to version 1.1
libxshmfence-1.1
Keith Packard
1
-1
/
+1
2013-11-25
Describe the library better in the README file
Keith Packard
1
-1
/
+12
2013-11-20
Ignore test build files and release announcements
Keith Packard
1
-0
/
+6
2013-11-20
Set symbol visibility attribute to hide internal symbols
Keith Packard
3
-8
/
+53
2013-11-20
Provide pthread-based alternative implementation
Keith Packard
7
-1
/
+212
2013-11-20
Split out futex implementation from general API
Keith Packard
5
-107
/
+164
2013-11-20
Add test program
Keith Packard
4
-1
/
+189
2013-11-20
Use O_TMPFILE if available
Keith Packard
2
-4
/
+12
2013-11-20
Locate directory for shared memory files at configure time
Keith Packard
2
-1
/
+49
2013-11-20
Change fence memory type from 'int32_t' to 'struct shmfence'
Keith Packard
3
-23
/
+30
2013-11-05
lint: remove usage of libxshmfence_la_SOURCES
Gaetan Nadon
1
-1
/
+1
2013-11-05
make: list non installed headers under the _SOURCES variable
Gaetan Nadon
1
-3
/
+2
2013-11-05
make: add $(CWARNFLAGS)
Gaetan Nadon
1
-0
/
+2
2013-11-05
Add the required README file
Gaetan Nadon
1
-0
/
+25
2013-11-05
Add mandatory COPYING file.
Gaetan Nadon
1
-0
/
+19
2013-11-01
Copy autotools boilerplate from http://www.x.org/wiki/NewModuleGuidelines/
Aaron Plattner
1
-17
/
+18
2013-11-01
Copy the standard .gitignore from other lib packages
Aaron Plattner
1
-0
/
+78
2013-10-31
Update to verion 1.0
libxshmfence-1.0
Keith Packard
1
-1
/
+1
2013-04-29
Import first version of the library
Keith Packard
8
-0
/
+394