index
:
xorg/app/xkbcomp
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
master
Compile XKB keyboard description (mirrored from https://gitlab.freedesktop.org/xorg/app/xkbcomp)
daniels
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Use _stricmp()/_strnicmp() instead of strcasecmp()/strncasecmp() on Windows
HEAD
master
Alan Coopersmith
1
-0
/
+5
2024-05-04
Symbols: resize the syms array when removing NoSymbol
Matthieu Herrb
1
-0
/
+3
2024-04-21
Assume target platforms have strcasecmp, strncasecmp, & strdup now
Alan Coopersmith
3
-85
/
+4
2024-02-03
xkbcomp 1.4.7
xkbcomp-1.4.7
Alan Coopersmith
1
-1
/
+1
2023-10-07
GenerateListing: close outFile before returning
Alan Coopersmith
1
-0
/
+4
2023-02-16
configure: raise minimum autoconf requirement to 2.70
Alan Coopersmith
1
-1
/
+1
2023-01-28
xkbcomp.h: include config.h before any other headers
Alan Coopersmith
1
-0
/
+4
2023-01-03
Replace calloc(strlen())+strcpy() pairs with strdup() calls
Alan Coopersmith
1
-6
/
+3
2023-01-03
Mark more pointers as const
Alan Coopersmith
26
-306
/
+261
2023-01-03
Use unsigned ints when shifting to create bitmasks
Alan Coopersmith
5
-36
/
+36
2023-01-03
Stop building more unused functions
Alan Coopersmith
3
-0
/
+12
2023-01-03
Only build debug infrastructure if DEBUG is defined
Alan Coopersmith
7
-11
/
+21
2023-01-03
Remove unused "no indent" (NOI) debug functions
Alan Coopersmith
2
-27
/
+0
2023-01-03
Mark more functions and variables static
Alan Coopersmith
16
-78
/
+18
2023-01-03
XkbAddDirectoryToPath: don't leak existing paths on realloc() failure
Alan Coopersmith
1
-2
/
+5
2023-01-03
FindKeypadVMod: check xkb is not NULL before dereference, not after
Alan Coopersmith
1
-6
/
+7
2023-01-03
Remove #ifdef sgi sections
Alan Coopersmith
2
-8
/
+0
2023-01-03
Handle -Wstringop-truncation warning in HandleOverlayDef()
Alan Coopersmith
1
-2
/
+2
2023-01-03
Use asprintf() if the platform supports it
Alan Coopersmith
5
-10
/
+35
2022-12-11
Replace && with & for bitwise comparison
Alan Coopersmith
1
-1
/
+1
2022-12-11
Fix 106 missing-field-initializers warnings in misc.c
Alan Coopersmith
1
-106
/
+106
2022-12-11
Replace malloc()+bzero() pairs with calloc() calls
Alan Coopersmith
4
-26
/
+13
2022-12-11
Remove unnecessary casts from bzero() calls
Alan Coopersmith
7
-17
/
+15
2022-12-11
Remove unnecessary casts from memcpy() calls
Alan Coopersmith
1
-8
/
+4
2022-12-11
Replace Opaque with direct usage of void *
Alan Coopersmith
2
-8
/
+1
2022-12-11
Remove unnecessary checks for NULL pointers before calling free()
Alan Coopersmith
7
-68
/
+35
2022-12-11
Replace uFree() with direct free() calls
Alan Coopersmith
12
-76
/
+64
2022-12-11
Replace uTypedRecalloc() with direct recallocarray() calls
Alan Coopersmith
6
-29
/
+34
2022-12-11
Replace uTypedRealloc() with direct reallocarray() calls
Alan Coopersmith
4
-18
/
+12
2022-12-11
Replace uCalloc() and uTypedCalloc() with direct calloc() calls
Alan Coopersmith
8
-37
/
+25
2022-12-11
Replace uAlloc() and uTypedAlloc() with direct malloc() calls
Alan Coopersmith
13
-56
/
+48
2022-12-11
Delete unused uTmpAlloc/uTmpFree wrappers around alloca()
Alan Coopersmith
1
-7
/
+0
2022-12-11
Use C99 struct initializers
Alan Coopersmith
7
-176
/
+236
2022-12-11
Variable scope reductions
Alan Coopersmith
16
-267
/
+222
2022-12-10
Remove register keyword from variable declarations
Alan Coopersmith
16
-63
/
+63
2022-12-10
Eliminate 20 -Wimplicit-fallthrough warnings
Alan Coopersmith
2
-48
/
+54
2022-12-10
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-12-10
Avoid possibly dereferencing null pointer
Leandro Nini
1
-5
/
+8
2022-12-07
xkbcomp 1.4.6
xkbcomp-1.4.6
Alan Coopersmith
1
-2
/
+2
2022-11-29
configure: Use AC_SYS_LARGEFILE to enable large file support
Matt Turner
1
-0
/
+3
2022-07-11
suppress four more warnings when 'warningLevel' is zero
Benno Schulenberg
3
-7
/
+10
2022-07-11
suppress the "Could not resolve" warning when 'warningLevel' is zero
Benno Schulenberg
1
-1
/
+5
2022-04-02
man page: remove out-of-date COPYRIGHT section
Alan Coopersmith
1
-4
/
+0
2021-12-08
gitlab CI: update to new templates
Alan Coopersmith
1
-9
/
+67
2021-12-06
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-11-28
Fix "upercase" typo
Alan Coopersmith
1
-1
/
+1
2021-03-17
xkbcomp 1.4.5
xkbcomp-1.4.5
Peter Hutterer
1
-1
/
+1
2021-01-21
keycodes: compress the high keycode warning
Peter Hutterer
1
-6
/
+2
2021-01-21
keycodes: downgrade the >255 keycode warning to an info
Peter Hutterer
1
-2
/
+2
2021-01-21
Downgrade the warning for missing symbols to info
Peter Hutterer
1
-2
/
+1
[next]