Fix issues detected by static analysis tool
[platform/upstream/libxkbcommon.git] / test / common.c
2024-02-19 Jihoon KimFix issues detected by static analysis tool 91/305891/4 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/20240219.160452 accepted/tizen/unified/toolchain/20240311.070033 accepted/tizen/unified/x/20240220.150017
2023-04-11 Ran BenitaPossible fix for non-MSVC windows compilers
2022-09-24 Ran Benitatest: move mkdir & mkdtemp calls to common place and...
2020-07-13 Peter HuttererAdd asprintf_safe helper function
2020-06-25 Peter Hutterertest: drop some now-obsolete functions
2020-06-25 Peter Hutterertest: untangle interactive-evdev from the test headers
2019-12-28 Adrian Perez de... MSVC: Provide implementations of test_{dis,en}able_stdi...
2019-12-28 Adrian Perez de... MSVC: Use <io.h> as an alternative for <unistd.h>
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-28 Ran Benitatest/common: avoid double // in path
2019-12-28 Ran Benitatest/common: simplify test_get_path()
2019-12-27 Ran Benitabuild: include config.h manually
2019-11-07 Peter Hutterertest: remove a superfluous string-is-null check
2019-11-07 Peter Hutterertest: fix a potential memory leak
2019-10-18 Ran Benitatest: fix printf("%s", NULL) in error path
2018-08-21 Ran BenitaMerge pull request #68 from whot/wip/xkeyboard-config...
2018-08-21 Peter Hutterertest: allow for absolute paths to be resolved
2017-07-31 Ran Benitabuild: use top_srcdir consistently
2016-10-31 Ran BenitaMerge pull request #31 from bluetech/consumed-modes
2016-10-31 Ran Benitastate: allow different modes for calculating consumed...
2016-05-05 Ran Benitatest: use termios instead of system() for disabling...
2015-02-03 Ran Benitatest/common: print keycode in decimal not hex
2014-10-05 Ran Benitatest/interactive-evdev: add compose support
2014-03-27 Ran Benitastate: fix consumed modifier calculation
2014-03-22 Ran Benitastate: add xkb_state_key_get_{utf8,utf32}() API functions
2014-02-06 Ran Benitatest: don't print control characters in interactive...
2014-01-13 Ran Benitatest: rename test/interactive to interactive-evdev
2014-01-11 Ran BenitaFix some cppcheck warnings
2013-07-25 Ran Benitatest/keyseq: add de(neo) Level{6,7,8} tests
2013-07-24 Pino ToscanoGet rid of the usage of PATH_MAX
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-03-19 Daniel Stonetest: Add va_list variant of test_key_seq
2013-03-19 Daniel StoneAllow NULL rmlvo for xkb_keymap_new_from_names
2013-03-19 Daniel Stonetest: Suppress RMLVO environment inheritance by default
2013-03-19 Daniel Stonetest: Add flags argument to test_get_context()
2013-03-19 Daniel Stonetest: Move test_key_seq to common.c
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-12 Daniel StoneCopyright updates
2012-09-03 Ran BenitaSet log level for tests through env, not directly
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel StoneIncrease log verbosity in tests
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Daniel StoneImport dataset into test/data/
2012-07-12 Daniel StoneAdd a library of common test functions