[beast: 20/20] Merge branch 'merge-rapicorn'



commit 36e8ed8d8c73012a1caaaa26da4a714f3b6ad955
Merge: 21f65de db09c0b
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 17:37:40 2017 +0200

    Merge branch 'merge-rapicorn'
    
    * merge-rapicorn:
      SFI: add url_show() from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      SFI: avoid using Rapicorn in sfidl, cut-and-paste the few rquired functions
      SFI: add and use cpu_info() from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      SFI: add and use AsyncBlockingQueue from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      BSE: add and use DataListContainer from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      BSE: use this_thread_self/set_name instead of Rapicorn::ThreadInfo
      SFI: provide Bse::ThreadId and Bse::this_thread_self
      SFI: use a thread_local variable instead of Rapicorn::ThreadInfo data
      SFI: fix test error message
      EBEAST: use this_thread_*() for name/getpid/gettid/online_cpus
      BST: use this_thread_*() for name/getpid/gettid/online_cpus
      BSE: use this_thread_*() for name/getpid/gettid/online_cpus
      SFI: provide and use this_thread_*() for name/getpid/gettid/online_cpus
      SFI: add TaskStatus from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      TESTS: suite1: add randomhash tests from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      TESTS: build and run suite1
      SFI: build and use randomhash.hh and entropy.hh
      SFI: add entropy.hh, entropy.cc from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      SFI: add randomhash.hh, randomhash.cc from Rapicorn
        Import is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
    
    Signed-off-by: Tim Janik <timj gnu org>

 beast-gtk/bstmain.cc        |    6 +-
 beast-gtk/bstusermessage.cc |    4 +-
 bse/bseengine.cc            |    4 +-
 bse/bseenginemaster.cc      |   10 +-
 bse/bsemain.cc              |    4 +-
 bse/bseobject.hh            |    3 +-
 bse/bsesequencer.cc         |   10 +-
 bse/bseserver.cc            |    8 +-
 ebeast/v8bse/nodemodule.cc  |    2 +-
 sfi/Makefile.am             |    6 +
 sfi/bcore.cc                |   93 ++++++
 sfi/bcore.hh                |   69 ++++-
 sfi/datalist.cc             |   67 +++++
 sfi/datalist.hh             |  145 +++++++++
 sfi/entropy.cc              |  435 +++++++++++++++++++++++++++
 sfi/entropy.hh              |   17 +
 sfi/platform.cc             |  445 +++++++++++++++++++++++++++-
 sfi/platform.hh             |   34 ++-
 sfi/randomhash.cc           |  687 +++++++++++++++++++++++++++++++++++++++++++
 sfi/randomhash.hh           |  559 +++++++++++++++++++++++++++++++++++
 sfi/sfidl-parser.hh         |   10 +-
 sfi/sfidl-utils.cc          |   77 +++++
 sfi/sfidl-utils.hh          |   13 +-
 sfi/sfiglue.cc              |   28 +--
 sfi/testing.cc              |    3 +-
 tests/Makefile.am           |    6 +
 tests/suite1-main.cc        |   11 +
 tests/suite1-randomhash.cc  |  406 +++++++++++++++++++++++++
 28 files changed, 3086 insertions(+), 76 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]