gapk.git branch master updated. v0.3-9-gc0f0342

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
Wed Dec 30 11:05:05 UTC 2015


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 "GSM Audio Pocket Knife".

The branch, master has been updated
       via  c0f0342596ea6e6faecb0d3cf4be692fa999eb4e (commit)
       via  5e2e0442e0fd0f4d6cfaed7049d4dad2139d7d4c (commit)
       via  59a6c2dc621cedb6480f0704170137dc28aca846 (commit)
       via  04a705f419d9af9432bed107e32bc6920a4cd5d2 (commit)
       via  cddc91428ff4531e9df75d34c0953a260782860c (commit)
       via  8966846f3e7a9d18503b9b8213e78ab5795103e2 (commit)
       via  ac967d20fde48bc6a2d5fdf412a8495e6254b99d (commit)
       via  ea1c6c61f45be4642b0a6a15c681e0da9400d366 (commit)
       via  d392a89cc8c27946b3e4d7590fc0d56265f45a87 (commit)
      from  d72b0f654f23087326a4f8ee8473abdf0f35b0c9 (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/gapk/commit/?id=c0f0342596ea6e6faecb0d3cf4be692fa999eb4e

commit c0f0342596ea6e6faecb0d3cf4be692fa999eb4e
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 11:47:44 2015 +0100

    libgsmhr: Make it safe to decode/encode different streams at once
    
    Basically the reference code has a bunch of global state.
    With some minimal patchihg (previous commit) we can ensure that all
    that state is within .bss
    
    So what we do it to save/restore the bss section between calls of the
    reference code so we can process several in // and we don't have to
    completely fix all reference to global state in the reference codec.
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=5e2e0442e0fd0f4d6cfaed7049d4dad2139d7d4c

commit 5e2e0442e0fd0f4d6cfaed7049d4dad2139d7d4c
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 11:45:58 2015 +0100

    libgsmhr: Add some code cleanup / speedup patches for reference codec
    
    Mostly this will help witht the upcoming bss switcheroo patch
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=59a6c2dc621cedb6480f0704170137dc28aca846

commit 59a6c2dc621cedb6480f0704170137dc28aca846
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 11:44:01 2015 +0100

    libgsmhr: Use patch instead of 'sed'
    
    Patches are without function-name and without context to minimize what
    we have to include.
    
    The current patchset does exactly what the previous 'sed' did, but this
    will make it easier to add more.
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=04a705f419d9af9432bed107e32bc6920a4cd5d2

commit 04a705f419d9af9432bed107e32bc6920a4cd5d2
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 11:41:58 2015 +0100

    libgsmhr: Fix parallel build dependency
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=cddc91428ff4531e9df75d34c0953a260782860c

commit cddc91428ff4531e9df75d34c0953a260782860c
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 10:55:05 2015 +0100

    libgsmhr: fix Makefile.am dependency on source download
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=8966846f3e7a9d18503b9b8213e78ab5795103e2

commit 8966846f3e7a9d18503b9b8213e78ab5795103e2
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 10:56:13 2015 +0100

    libgsmhr/fetch_sources: Only use the filename and not any path
    
    There shouldn't be any but somebody might be nasty :p
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=ac967d20fde48bc6a2d5fdf412a8495e6254b99d

commit ac967d20fde48bc6a2d5fdf412a8495e6254b99d
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 10:53:53 2015 +0100

    build: Don't build static libraries
    
    They won't be supported anyway when using the 'bss switcheroo' hack
    for libgsmhr
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=ea1c6c61f45be4642b0a6a15c681e0da9400d366

commit ea1c6c61f45be4642b0a6a15c681e0da9400d366
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 10:53:16 2015 +0100

    build: Use autotools 'subdir-objects' option
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/gapk/commit/?id=d392a89cc8c27946b3e4d7590fc0d56265f45a87

commit d392a89cc8c27946b3e4d7590fc0d56265f45a87
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Dec 30 10:45:22 2015 +0100

    benchmark: Make sure to print to stderr
    
    stdout can be used for data output ...
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

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

Summary of changes:
 configure.ac                                       |   4 +-
 libgsmhr/Makefile.am                               |  12 +-
 libgsmhr/fetch_sources.py                          |   2 +-
 libgsmhr/libgsmhr.c                                |  33 ++
 .../0001-Fix-round-function-name-conflict.patch    | 520 +++++++++++++++++++++
 ...-longword-so-they-are-32-bits-even-on-x64.patch |  30 ++
 .../patches/0003-Remove-unused-variables.patch     |  22 +
 ...ake-sure-all-constants-are-marked-as-such.patch | 175 +++++++
 .../0005-Remove-globals-initialization.patch       |  48 ++
 ...ing-of-most-of-the-math-function-for-bett.patch | 142 ++++++
 src/benchmark.c                                    |   6 +-
 11 files changed, 983 insertions(+), 11 deletions(-)
 create mode 100644 libgsmhr/patches/0001-Fix-round-function-name-conflict.patch
 create mode 100644 libgsmhr/patches/0002-Use-int-for-longword-so-they-are-32-bits-even-on-x64.patch
 create mode 100644 libgsmhr/patches/0003-Remove-unused-variables.patch
 create mode 100644 libgsmhr/patches/0004-Make-sure-all-constants-are-marked-as-such.patch
 create mode 100644 libgsmhr/patches/0005-Remove-globals-initialization.patch
 create mode 100644 libgsmhr/patches/0006-Allow-inlining-of-most-of-the-math-function-for-bett.patch


hooks/post-receive
-- 
GSM Audio Pocket Knife



More information about the osmocom-commitlog mailing list