x11perf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 26 23:58:42 UTC 2024


 configure.ac    |    4 
 do_tests.c      |   38 ++++----
 man/x11perf.man |   27 ++++++
 x11perf.c       |  243 ++++++++++++++++++++++++++++++++++----------------------
 x11perf.h       |   15 ++-
 5 files changed, 209 insertions(+), 118 deletions(-)

New commits:
commit e7a65459a2f6ce9ea5fd3d0ac413043986c19471
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 14:26:38 2024 -0700

    When users give invalid arguments, tell them what they did wrong
    
    Don't just dump a usage message and leave them to figure it out
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>

commit 6deca4cb7bd0293760d0f1e3678387d74ca72251
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 13:27:10 2024 -0700

    Add -help [options|tests|all] and remove tests from default usage message
    
    Previously, the error message when giving a bad option was over 350 lines
    long.  This moves the list of tests out into the `-help tests` option and
    makes the usage error message a much more reasonable 32 lines long.
    
    (Also accepts but does not document --help.)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>

commit 7e24793ede11649a412413ff2567bf20670ba4ef
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 13:06:17 2024 -0700

    Mark tests introduced in version 1.6 as version 1.6 & later
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>

commit 3fd3380e289717d657b7c42e6f6980d4207e5bbb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 13:04:16 2024 -0700

    Mark tests introduced since version 1.6 as version 1.7
    
    Also bumps package version to 1.6.99.0 to prepare for 1.7 release.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>

commit cb073d318328d8ac2df64aed195d933cf64b5358
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 12:23:45 2024 -0700

    Add -version option
    
    (Also accepts but does not document --version)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>

commit 16fda0825a0c6a51f800c225e66adce65e5f327c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 18 12:00:43 2024 -0700

    Add -v1.6 & -v1.7 to recognized version flags
    
    Also adds missing -v1.4 & -v1.5 to the man page.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>



More information about the xorg-commit mailing list