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.orgThis 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 f9c2c56c7d05dfdb076840a6c091d6341db725d4 (commit)
via 45ebc523c6b4825ab780a528fc87ab5c70bf867f (commit)
from 61281f4c4780ede1545e9e8499278789433d3d30 (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=f9c2c56c7d05dfdb076840a6c091d6341db725d4
commit f9c2c56c7d05dfdb076840a6c091d6341db725d4
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date: Tue Nov 1 22:19:28 2016 +0700
utils/conv_gen.py: explicitly import reduce()
This change finally makes the script able to be executed
in Python 3 environment. Due to new Python 3 restrictions,
the reduce() should be imported explicitly.
Change-Id: Icbc81c29f1a226aeed2c1245a5d60809fe124005
http://cgit.osmocom.org/libosmocore/commit/?id=45ebc523c6b4825ab780a528fc87ab5c70bf867f
commit 45ebc523c6b4825ab780a528fc87ab5c70bf867f
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date: Thu Oct 27 02:19:37 2016 +0700
utils/conv_gen.py: don't mix print and write()
This is mostly a code style change, but it also
increases the compatibility with Python 3.
Change-Id: I5c8271d973f766aeb9cbcab30c4eddfdab54fcbb
-----------------------------------------------------------------------
Summary of changes:
utils/conv_gen.py | 67 +++++++++++++++++++++++++++++--------------------------
1 file changed, 35 insertions(+), 32 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications