libosmocore.git branch master updated. 0.9.6-321-g0d119ef8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Jun 23 15:43:00 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  0d119ef8b3c198088a88f56e58a9f70002a2a197 (commit)
       via  1349249f881702d98f8fc59ca2d23b59ffb74ac5 (commit)
       via  56c5b949faf31fffb848a0c00e9a6687ef948252 (commit)
       via  8aa85bd31abadedf69947250188795fad598dedd (commit)
       via  b3be964d1cdddabb0f01172bbdae26914b738e45 (commit)
       via  ea809df904dc3c59a23e0becf27681b6ecfe794f (commit)
      from  40e629bd66e0fde9ca810f8f42e12d07051e665c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=0d119ef8b3c198088a88f56e58a9f70002a2a197

commit 0d119ef8b3c198088a88f56e58a9f70002a2a197
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 11:02:37 2017 +0200

    contrib: Enable -Werror by default
    
    Change-Id: I1752cad1e34cb6e5f36edf3f538d803eff29d18c

http://cgit.osmocom.org/libosmocore/commit/?id=1349249f881702d98f8fc59ca2d23b59ffb74ac5

commit 1349249f881702d98f8fc59ca2d23b59ffb74ac5
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 23 11:18:04 2017 +0200

    configure.ac: Fix C(PP)FLAGS for BSD build
    
    If we pass CFLAGS params to configure, then the CFLAGS set inside
    configure.ac are not applied and the build fails if -Werror is enabled
    because then BUILDING_LIBOSMOCORE is not defined.
    
    Seeing the following output at configure time in FreeBSD build:
    ./configure: CFLAGS+= -fsanitize=address -fsanitize=undefined: not found
    ./configure: CPPFLAGS+= -fsanitize=address -fsanitize=undefined: not found
    ./configure: CFLAGS+= -DBUILDING_LIBOSMOCORE -Wall: not found
    ./configure: CPPFLAGS+= -DBUILDING_LIBOSMOCORE -Wall: not found
    
    Change-Id: I692bbc66e5343998eec360a02a3a1fe73478c5c6

http://cgit.osmocom.org/libosmocore/commit/?id=56c5b949faf31fffb848a0c00e9a6687ef948252

commit 56c5b949faf31fffb848a0c00e9a6687ef948252
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 23 15:33:30 2017 +0200

    jenkins.sh: Disable sanitize for FreeBSD
    
    Our current build server uses clang-3.4.1 and FreeBSD10.3, and
    AddressSanitizer support is not good yet on those versions, triggering
    some link issues when it is enabled.
    
    I tested using newer clang 3.7.1 in the same FreeBSD version but another
    compiler error related to __builtin_cpu_supports is triggered.
    
    Conclusion: Explicitly disable AddressSanitizer until we move to
    FreeBSD11 with clang 3.8. Before this commit, AddressSanitizer was
    implicitly disabled due to a shell compatibility issue which is fixed
    in next commit in the series, thus we need to explicitly disable it here.
    
    Change-Id: I0db497045a2ebf7877232b28ae1fcf1fd89fb3f3

http://cgit.osmocom.org/libosmocore/commit/?id=8aa85bd31abadedf69947250188795fad598dedd

commit 8aa85bd31abadedf69947250188795fad598dedd
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 23 12:43:31 2017 +0200

    control_cmd.c: Fix unsigned comparison against < 0
    
    Fixes following warning:
    control_cmd.c:294:16: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
            if (cmd->type < 0 || cmd->type == CTRL_TYPE_UNKNOWN) {
    
    Change-Id: I3df8a4f646222337927d9e3cac6d09a8a05cb20c

http://cgit.osmocom.org/libosmocore/commit/?id=b3be964d1cdddabb0f01172bbdae26914b738e45

commit b3be964d1cdddabb0f01172bbdae26914b738e45
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 23 12:38:55 2017 +0200

    abis_nm.c: Fix implicit enumeration type conversion
    
    Fixes following warning message:
    abis_nm.c:101:2: warning: implicit conversion from enumeration type 'enum abis_nm_msgtype_bs11' to different enumeration type 'enum abis_nm_msgtype' [-Wenum-conversion]
    
    Change-Id: Icb0ed423febf1ceb6626e256d32011b4118fc527

http://cgit.osmocom.org/libosmocore/commit/?id=ea809df904dc3c59a23e0becf27681b6ecfe794f

commit ea809df904dc3c59a23e0becf27681b6ecfe794f
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 23 11:03:55 2017 +0200

    serial.c: Use pragma message instead of warning
    
    Change-Id: I65b1ef6e4b9ba0bf0c3c2f03311250f31ddb308a

-----------------------------------------------------------------------

Summary of changes:
 configure.ac           |  8 ++++----
 contrib/jenkins-arm.sh |  4 ++--
 contrib/jenkins.sh     | 10 ++++++++--
 src/ctrl/control_cmd.c |  2 +-
 src/gsm/abis_nm.c      |  8 ++++----
 src/serial.c           |  2 +-
 6 files changed, 20 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list