index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
u_string.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move windows strtok_r define to u_string
Dylan Baker
2020-04-21
1
-0
/
+4
*
util: Define strchrnul on macOS.
Vinson Lee
2019-08-31
1
-1
/
+1
*
util: Prevent strcasecmp macro redefinion.
Jose Fonseca
2019-08-28
1
-0
/
+3
*
util: fix asprintf() fallback
Eric Engestrom
2019-07-23
1
-6
/
+5
*
util: add asprintf() wrapper for MSVC
Eric Engestrom
2019-07-23
1
-0
/
+12
*
util: drop strncat(), strcmp(), strncmp(), snprintf() & vsnprintf() MSVC fall...
Eric Engestrom
2019-07-19
1
-81
/
+0
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
1
-8
/
+5
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for vasprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strcmp()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strcasecmp()
Eric Engestrom
2019-07-19
1
-2
/
+1
*
util: use standard name for strncmp()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strncat()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
1
-2
/
+1
*
util: use standard name for strchrnul()
Eric Engestrom
2019-07-19
1
-5
/
+2
*
util: drop unused vsprintf() wrapper
Eric Engestrom
2019-07-19
1
-7
/
+0
*
util: drop unused strchr() wrapper
Eric Engestrom
2019-07-19
1
-9
/
+0
*
util: drop unused strstr() wrapper
Eric Engestrom
2019-07-19
1
-14
/
+0
*
mesa/util: add missing va_end() after va_copy()
Andrii Simiklit
2018-09-06
1
-0
/
+1
*
mesa/util: don't ignore NULL returned from 'malloc'
Andrii Simiklit
2018-09-06
1
-1
/
+1
*
mesa/util: don't use the same 'va_list' instance twice
Andrii Simiklit
2018-09-06
1
-1
/
+1
*
util: add util_strdup() wrapper macro
Brian Paul
2017-10-23
1
-0
/
+2
*
util: include string.h in u_string.h
Brian Paul
2017-10-03
1
-0
/
+1
*
util: include stdlib.h in u_string.h to silence MinGW warning
Brian Paul
2017-10-03
1
-0
/
+1
*
util: add util_vasprintf() for Windows (v2)
Brian Paul
2017-09-28
1
-0
/
+22
*
gallium/util: move u_string.h to src/util/u_string.h
Timothy Arceri
2017-03-12
1
-0
/
+204