index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wayland-util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-10
util: Document wl_array and wl_list members
Yong Bakos
1
-0
/
+5
2016-11-21
util: Clarify documentation of wl_dispatcher_func_t
Yong Bakos
1
-10
/
+17
2016-11-21
util: Document wl_log_func_t
Yong Bakos
1
-0
/
+24
2016-11-21
util: Improve documentation of wl_iterator_result
Yong Bakos
1
-2
/
+4
2016-11-18
util: Improve documentation of wl_argument
Yong Bakos
1
-13
/
+16
2016-11-18
util: Document wl_interface
Yong Bakos
1
-0
/
+52
2016-11-16
util: Document wl_fixed_t
Yong Bakos
1
-0
/
+36
2016-11-16
util: Remove stray space from function signature
Yong Bakos
1
-1
/
+1
2016-11-10
util: Document wl_message
Yong Bakos
1
-0
/
+68
2016-10-18
util: Document GCC attributes
Yong Bakos
1
-3
/
+10
2016-10-18
util: Document wl_array
Yong Bakos
1
-5
/
+68
2016-09-26
util: Document wl_list methods
Yong Bakos
1
-40
/
+184
2016-08-12
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
1
-0
/
+11
2016-05-02
util: fix typo
Eric Engestrom
1
-1
/
+1
2016-04-19
utils: move include directives before extern "C" wrapper
Emil Velikov
1
-4
/
+4
2015-10-26
cosmetic: fix inconsistent code style with header prototypes.
Jon Cruz
1
-12
/
+33
2015-06-12
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-03-19
Spelling fixes (cosmetic)
Bryce Harrington
1
-1
/
+1
2014-11-26
doc: Removed extra indentation from wl_list code sample
Bill Spitzak
1
-4
/
+4
2014-11-25
doc: Added \code tags around sample code in doxygen comments
Bill Spitzak
1
-16
/
+14
2014-11-03
doc: Mark up some code examples
Benjamin Herr
1
-14
/
+18
2014-04-03
Add WL_PRINTF attribute and annotate wl_log_func_t
Kristian Høgsberg
1
-1
/
+8
2014-02-05
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
1
-17
/
+13
2013-09-21
utils: Document wl_container_of
Aaron Faanes
1
-0
/
+35
2013-09-16
utils: Add doxygen for wayland-util.h
Aaron Faanes
1
-0
/
+5
2013-09-11
utils: tweak wl_list for better doxygen output
Aaron Faanes
1
-2
/
+3
2013-08-19
Add support for server-side language bindings
Jason Ekstrand
1
-0
/
+40
2013-07-02
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
1
-6
/
+0
2013-06-05
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
1
-0
/
+7
2013-04-03
utils: const-ify some function arguments
Giulio Camuffo
1
-2
/
+2
2013-04-02
server: use void* instead of function pointer for wl_object.implementation
Giulio Camuffo
1
-1
/
+1
2012-10-19
Rename __wl_container_of macro to just wl_container_of
Kristian Høgsberg
1
-12
/
+12
2012-10-19
Move un-namespaced container_of into private header
Kristian Høgsberg
1
-4
/
+0
2012-10-19
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
1
-2
/
+0
2012-10-15
wayland-util: return -1 if wl_array_copy() fails
David Herrmann
1
-1
/
+1
2012-07-09
Fixup source comment in wayland-util.h and fix typo in TODO
Martin Olsson
1
-2
/
+2
2012-05-31
Wayland: logging
Martin Minarik
1
-0
/
+3
2012-05-14
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
1
-10
/
+24
2012-05-08
Add support for signed 24.8 decimal numbers
Daniel Stone
1
-0
/
+24
2012-04-06
wayland-util.h: Include stddef.h for size_t
Benjamin Franzke
1
-0
/
+1
2012-04-02
wayland-utils: add wl_list_for_each_reverse_safe macro.
Alex Wu
1
-0
/
+8
2012-03-30
wayland-util: Fix wl_array signedness warnings
Kristian Høgsberg
1
-3
/
+3
2012-03-30
Move DIV_ROUNDUP out of public header, remove unused ALIGN
Kristian Høgsberg
1
-2
/
+0
2012-03-04
Add wl_array_for_each
Kristian Høgsberg
1
-0
/
+5
2012-02-26
util: Comments before wl_list were a bit off, fixed the example usage.
Üstün Ergenoğlu
1
-4
/
+12
2012-02-09
wayland-util.h: Avoid un-namespaced _container_of
Kristian Høgsberg
1
-9
/
+9
2011-12-27
Drop unused hash table
Kristian Høgsberg
1
-11
/
+0
2011-12-22
Rename all instances of typeof
Kristian Høgsberg
1
-1
/
+1
2011-12-22
Use __typeof__ instead of typeof
Kristian Høgsberg
1
-2
/
+2
2011-12-14
Make wl_list_for_each* work for c++
Jørgen Lind
1
-1
/
+7
[next]