rgb: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:37:25 UTC 2022


 .gitlab-ci.yml |   21 +++++++++++++++------
 README.md      |   25 +++++++++++++++++++++++--
 configure.ac   |   23 +++++++++++++++++------
 rgb.c          |    9 ++++++++-
 showrgb.c      |    4 ++--
 5 files changed, 65 insertions(+), 17 deletions(-)

New commits:
commit 5db536d77f99e9f425b5363af71f2abcdbbc4f4c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 12:28:36 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fa59e95ca40aab93388f8b27b1c1a36acee8f4ec
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 13 16:52:31 2022 -0700

    gitlab CI: build all 3 --with-rgb-db-type=(text|dbm|ndbm) options
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c4e6767272fd37b6464f67b4dde387895297eb63
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 13 16:47:47 2022 -0700

    configure: Add --with-rgb-db-library option
    
    Allows builders to choose a specific database library instead of relying
    on the default auto-detection, which can allow use of libraries we don't
    normally search for (like gdbm_compat) or to bypass libraries we do
    normally search for (like Berkeley db).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit af3f9bd84de98baff8df88cf51fe2750829254c0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:00:11 2022 -0700

    README: provide more information on --with-rgb-db-type
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fd561bf3a80a9a23c130f11d26e93a4fded6d464
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 20:01:29 2022 -0700

    rgb.c: if filename is too long, report error instead of truncating
    
    Avoid possibly creating a file of unknown name/location
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit be9658d3380bbdee73a687d74a18ae22c8272ac5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 19:53:56 2022 -0700

    rgb.c: fix -Wdiscarded-qualifiers warning
    
    rgb.c: In function ‘main’:
    rgb.c:81:9: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      dbname = RGB_DB;
             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a413f34351b6e72100bdbef7ae32d1266dfa8942
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 19:49:15 2022 -0700

    Remove unnecessary casts from malloc() & memcpy() calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list