commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.3-118-g38447cf
Date: Mon, 18 Feb 2013 01:39:14 +0000 (UTC)

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 "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  38447cf7eabfdc02d2b75b01bca57b3350d23709 (commit)
       via  f0bcceb462fda30371d83babb254e991f73f237e (commit)
       via  01f42b51ed910480ac6463ec9221718e848b82d6 (commit)
       via  3643a858e3f4e52fc9c9a3310f779a9f77ed308e (commit)
       via  edb256b22b6d0233ce274526d28ac79afbceab73 (commit)
       via  4f2481e1310dd9e936ed110d60679e71ca2059a8 (commit)
       via  1ddc990d1aded4cda9c1dfde596a1be2599aaf0d (commit)
       via  55028034dbad37c07c4675c88fccb460218ee924 (commit)
       via  8827ecc87eca9a1e970dd2ba5da0731cd9db0e98 (commit)
       via  6e2f2e4716bedb1317b44d5b03bde4468b2502fd (commit)
       via  d1735360bc7bfb04be56f2b255a0b84b4db31b84 (commit)
      from  8b1d8bd78d21949c1812389986009f4f68f53981 (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 -----------------------------------------------------------------
commit 38447cf7eabfdc02d2b75b01bca57b3350d23709
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 20:15:25 2013 -0500

    core: if the config files don't exist, just return an empty list; don't 
fail.

commit f0bcceb462fda30371d83babb254e991f73f237e
Merge: 01f42b5 3643a85
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 19:57:51 2013 -0500

    Merge branch 'cpp_prefs'

commit 01f42b51ed910480ac6463ec9221718e848b82d6
Merge: 6e2f2e4 8b1d8bd
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 17 19:57:42 2013 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 3643a858e3f4e52fc9c9a3310f779a9f77ed308e
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 16:23:12 2013 -0500

    docs: adding section to main page explaining config files.

commit edb256b22b6d0233ce274526d28ac79afbceab73
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 16:03:10 2013 -0500

    core: prefs of true/on/1 and false/off/0 are translated to bools.

commit 4f2481e1310dd9e936ed110d60679e71ca2059a8
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 15:42:48 2013 -0500

    core: add ability to override config files with environmental variables.
    
    Env variables are named GR_CONF_<SECTION>_<OPTION> where the section is the 
[<section>] name from the config file and the option is the actual option name, 
all in upercase.

commit 1ddc990d1aded4cda9c1dfde596a1be2599aaf0d
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 15:41:56 2013 -0500

    core: only query preferences database once at start of block_executor.

commit 55028034dbad37c07c4675c88fccb460218ee924
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 14:45:43 2013 -0500

    core: adding and using a PerfCounters section to the config files.
    
    gr_block_executor will read the config files to determine if the perf 
counters are on or off.

commit 8827ecc87eca9a1e970dd2ba5da0731cd9db0e98
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 16 14:39:28 2013 -0500

    core: Making an all C++ version of the preferences/config file readers.
    
    This replaces the Python config parser stuff; should have same 
functionality that we need.

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

Summary of changes:
 docs/doxygen/other/main_page.dox                   |   73 ++++++++++
 gnuradio-core/gnuradio-core.conf                   |    3 +
 gnuradio-core/src/lib/general/gr_prefs.cc          |  141 +++++++++++++++++++-
 gnuradio-core/src/lib/general/gr_prefs.h           |   10 ++
 gnuradio-core/src/lib/general/gr_prefs.i           |    3 -
 gnuradio-core/src/lib/runtime/gr_block.cc          |   85 ++++++++++++
 gnuradio-core/src/lib/runtime/gr_block.h           |   41 ++++++-
 gnuradio-core/src/lib/runtime/gr_block.i           |    9 +-
 gnuradio-core/src/lib/runtime/gr_block_detail.cc   |  137 +++++++++++++++++---
 gnuradio-core/src/lib/runtime/gr_block_detail.h    |   15 ++
 gnuradio-core/src/lib/runtime/gr_block_executor.cc |   12 ++-
 gnuradio-core/src/lib/runtime/gr_block_executor.h  |    4 +
 gnuradio-core/src/python/gnuradio/gr/__init__.py   |    2 +-
 13 files changed, 504 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]