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 a23817622b28cb1969a73ffd36da501eb29b9cd7 (commit)
via 2b3c228416263eee6e261c3c589f1a18e54d9a27 (commit)
from bc067eb0a20a7feadb5dbb3b4169cb8f9286a455 (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=a23817622b28cb1969a73ffd36da…
commit a23817622b28cb1969a73ffd36da501eb29b9cd7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 30 01:25:45 2016 +0200
configure: add --enable-sanitize, use in jenkins.sh
--enable-sanitize adds address sanitizer CFLAGS/CPPFLAGS to the entire build.
Also pass UBSAN_OPTIONS to the test suite run (only has effect during runtime).
Add this flag to jenkins.sh's configure step. To ensure that we get the
sanitize results, add 'make check' to jenkins to catch sanitize failures;
Keep 'make distcheck' without ASAN; it has its own configure which omits
--enable-sanitize. This way we test both with and without ASAN.
Change-Id: Idf7f46fa048608c2951f2473cb528f6c8dc2681d
http://cgit.osmocom.org/libosmocore/commit/?id=2b3c228416263eee6e261c3c589f…
commit 2b3c228416263eee6e261c3c589f1a18e54d9a27
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 15:27:42 2016 +0200
gsm/Makefile.am: use proper top_builddir/top_srcdir paths
This fixes the conv*gen.c targets when building in a different directory
than the source tree.
Notably, building in a different dir worked when the generated sources were
already present from a previous build inside the source directory.
Change-Id: I5a9b780ad4ba607ea39854dcf7207ed05f5447bc
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
contrib/jenkins.sh | 5 +++--
src/gsm/Makefile.am | 6 +++---
3 files changed, 18 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications