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.4-26-g647e826
Date: Mon, 4 Mar 2013 15:31:38 +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  647e8263d9c03894d3986482af8cec6315c310c7 (commit)
       via  5fe234f18360b4680a7b9fef1eb710cb7fe37a07 (commit)
       via  4fd16922d4e7ae2e5fd9dd048a873cbef409a7ff (commit)
       via  ce211603ff8821b50f7c9ebc3931498c6f2bd374 (commit)
       via  6121d0b12bcb308586b5888b6c7e82832f692e5c (commit)
       via  9c0f2dea1c3dc661d53f182f4c6b82c713f4de44 (commit)
       via  c9dc582402d2551ead29a60256fdf64a1d43534c (commit)
       via  1300d48af4752037feac4fae7c3c64187cc0a5a8 (commit)
       via  9e299d568123f8df5188d0850311cb7f5b5e11f2 (commit)
       via  a87c609beb6aef9b584c7ff638cdffe7e3637e97 (commit)
       via  e2285793a5a9f5195eb77318452fc2aca95878ec (commit)
       via  d71d02d7eb01b56b842d6a71a2b7d087c5513e7b (commit)
       via  a14010ec147e3c86f93245d34be58548493aaed1 (commit)
       via  f078026e1ac4037e6ec9212c6e8085ef683ab5bc (commit)
       via  7cfe8af854348924d31aa1feb5978da6dd1fe1c4 (commit)
      from  db5fd745919ac0f4bff5fbd528ebeff13536b057 (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 647e8263d9c03894d3986482af8cec6315c310c7
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 3 18:15:14 2013 -0500

    log: more minor fixups integrating gr-logger.

commit 5fe234f18360b4680a7b9fef1eb710cb7fe37a07
Merge: db5fd74 4fd1692
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 3 17:24:50 2013 -0500

    Merge branch 'gr_log'

commit 4fd16922d4e7ae2e5fd9dd048a873cbef409a7ff
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 1 13:19:11 2013 -0500

    log: adding default loggers to all gr_blocks to make using them simpler.
    log: improving logger configuration and default behavior.
    log: changed name from gr_log to gr_logger (felt it could be confuse with 
the math function log).
    docs: moved logging information out to its own page.

commit ce211603ff8821b50f7c9ebc3931498c6f2bd374
Merge: 6121d0b 4c164f4
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 1 13:19:00 2013 -0500

    Merge branch 'master' into gr_log
    
    Conflicts:
        cmake/Modules/GrMiscUtils.cmake
        docs/doxygen/other/main_page.dox
        gnuradio-core/gnuradio-core.conf.in
        gnuradio-core/src/lib/swig/CMakeLists.txt
        gr-digital/lib/CMakeLists.txt
        gr-howto-write-a-block/CMakeLists.txt
        gr-qtgui/lib/CMakeLists.txt
        gr-video-sdl/src/CMakeLists.txt

commit 6121d0b12bcb308586b5888b6c7e82832f692e5c
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 6 12:37:22 2012 -0400

    log: cleaned up naming, added gr_log_get_level function.
    
    Changed the name of the logger in the xml to use a better name.

commit 9c0f2dea1c3dc661d53f182f4c6b82c713f4de44
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 6 12:02:27 2012 -0400

    log: fixups after merge.

commit c9dc582402d2551ead29a60256fdf64a1d43534c
Merge: 1300d48 a4e2e8a
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 6 12:01:23 2012 -0400

    Merge branch 'master' into gr_log
    
    Conflicts:
        CMakeLists.txt
        cmake/Modules/GrMiscUtils.cmake
        docs/doxygen/other/build_guide.dox
        gnuradio-core/CMakeLists.txt
        gr-digital/lib/CMakeLists.txt

commit 1300d48af4752037feac4fae7c3c64187cc0a5a8
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 13:53:45 2012 -0400

    log: fixed gr_log to be usable in Python.
    
    Works with log4cxx installed and not installed.

commit 9e299d568123f8df5188d0850311cb7f5b5e11f2
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 09:50:09 2012 -0400

    log: added a macro and routine to set log level from config file.
    
    Also worked on documentation of logging features.

commit a87c609beb6aef9b584c7ff638cdffe7e3637e97
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 11 15:42:55 2012 -0400

    log: Restructure config file handling for gr-log.
    
    The xml config file is installed into prefix/etc/gnuradio.
    
    A new LOG section is added to gnuradio-core.conf that has an item log_file 
to point to the log file to be used.
    
    If the log_file is not found, we can now set the file to "" to use the 
BasicConfigurator for very simple console logging. This is what will be used 
during 'make test'.
    
    In gr_fir_sysconfig_x86.cc, all std::cerr calls are replaced with gr-log to 
easily turn them on/off.

commit e2285793a5a9f5195eb77318452fc2aca95878ec
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 8 12:25:49 2012 -0400

    howto: adding gr_log checks to build.

commit d71d02d7eb01b56b842d6a71a2b7d087c5513e7b
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 8 12:15:42 2012 -0400

    Fixing up the gr-log capabilities.
    
    Better handling of enable/disable function, easier integration with all 
components if log4cxx is or is not there. All components have been updated to 
be able to use logging. Docs update, too.

commit a14010ec147e3c86f93245d34be58548493aaed1
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 12:42:41 2012 -0400

    digital: Adds checks to enable use of gr-log in digital blocks.

commit f078026e1ac4037e6ec9212c6e8085ef683ab5bc
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 12:40:29 2012 -0400

    docs: adding info on gr-log feature.

commit 7cfe8af854348924d31aa1feb5978da6dd1fe1c4
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 09:36:26 2012 -0400

    core: Adds a gr-log concept for easy logging at various levels.
    
    Uses log4cxx and is optional. Macro based and macros are simple 
pass-throughs
    if this dependency does not exist or if the gr-log is disabled.

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

Summary of changes:
 CMakeLists.txt                                     |    3 +
 cmake/Modules/FindLog4cxx.cmake                    |   28 ++
 cmake/Modules/GrMiscUtils.cmake                    |   41 ++
 docs/doxygen/other/extra_pages.dox                 |    2 +
 docs/doxygen/other/logger.dox                      |  202 ++++++++
 docs/doxygen/other/main_page.dox                   |    1 +
 gnuradio-core/CMakeLists.txt                       |   16 +-
 gnuradio-core/gnuradio-core.conf                   |   10 -
 gnuradio-core/gnuradio-core.conf.in                |   26 +
 gnuradio-core/gr_log_default.xml                   |   64 +++
 gnuradio-core/src/lib/CMakeLists.txt               |   16 +
 .../src/lib/filter/gr_fir_sysconfig_x86.cc         |   24 +-
 gnuradio-core/src/lib/runtime/CMakeLists.txt       |    5 +
 gnuradio-core/src/lib/runtime/gr_block.cc          |   47 ++
 gnuradio-core/src/lib/runtime/gr_block.h           |    6 +
 gnuradio-core/src/lib/runtime/gr_logger.cc         |  189 ++++++++
 gnuradio-core/src/lib/runtime/gr_logger.h          |  498 ++++++++++++++++++++
 gnuradio-core/src/lib/runtime/gr_logger.i          |   96 ++++
 gnuradio-core/src/lib/runtime/qa_gr_logger.cc      |   51 ++
 gnuradio-core/src/lib/runtime/qa_gr_logger.h       |   42 ++
 gnuradio-core/src/lib/runtime/qa_runtime.cc        |    2 +
 gnuradio-core/src/lib/runtime/runtime.i            |    2 +
 gnuradio-core/src/lib/swig/CMakeLists.txt          |   12 +-
 gnuradio-core/src/tests/CMakeLists.txt             |    3 +
 gr-atsc/src/lib/CMakeLists.txt                     |    4 +
 gr-audio/lib/CMakeLists.txt                        |    5 +-
 gr-comedi/src/CMakeLists.txt                       |    4 +
 gr-digital/lib/CMakeLists.txt                      |    4 +
 gr-fcd/lib/CMakeLists.txt                          |    5 +-
 gr-filter/lib/CMakeLists.txt                       |    6 +-
 gr-howto-write-a-block/CMakeLists.txt              |    6 +
 .../cmake/Modules/FindLog4cxx.cmake                |   28 ++
 .../cmake/Modules/GrMiscUtils.cmake                |   43 ++
 gr-howto-write-a-block/lib/CMakeLists.txt          |    6 +-
 gr-noaa/lib/CMakeLists.txt                         |    4 +
 gr-pager/lib/CMakeLists.txt                        |    4 +
 gr-qtgui/lib/CMakeLists.txt                        |    3 +
 gr-shd/lib/CMakeLists.txt                          |    4 +
 gr-trellis/src/lib/CMakeLists.txt                  |    4 +
 gr-uhd/lib/CMakeLists.txt                          |    4 +
 gr-video-sdl/src/CMakeLists.txt                    |    2 +
 gr-vocoder/lib/CMakeLists.txt                      |    4 +
 gr-wavelet/lib/CMakeLists.txt                      |    4 +
 43 files changed, 1506 insertions(+), 24 deletions(-)
 create mode 100644 cmake/Modules/FindLog4cxx.cmake
 create mode 100644 docs/doxygen/other/logger.dox
 delete mode 100644 gnuradio-core/gnuradio-core.conf
 create mode 100644 gnuradio-core/gnuradio-core.conf.in
 create mode 100644 gnuradio-core/gr_log_default.xml
 create mode 100644 gnuradio-core/src/lib/runtime/gr_logger.cc
 create mode 100644 gnuradio-core/src/lib/runtime/gr_logger.h
 create mode 100644 gnuradio-core/src/lib/runtime/gr_logger.i
 create mode 100644 gnuradio-core/src/lib/runtime/qa_gr_logger.cc
 create mode 100644 gnuradio-core/src/lib/runtime/qa_gr_logger.h
 create mode 100644 gr-howto-write-a-block/cmake/Modules/FindLog4cxx.cmake


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



reply via email to

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