- 21 Oct, 2016 2 commits
-
-
André Anjos authored
-
André Anjos authored
-
- 20 Oct, 2016 3 commits
-
-
André Anjos authored
Resolve "Disable logging messages in pure C++ code" Closes #5 I have implemented functionality to select the log level in pure C++ code. You can now simply use ``bob::core::log_level(bob::core::INFO)`` to allow ``INFO`` messages (and above) to be printed, or ``bob::core::log_level(bob::core::DISABLE)`` to disable all C++ log output. By default, ``DEBUG`` messages are written. This functionality should only be used in pure C++ code and is, therefore, not bound to python, which has its own logging system. The interface between bob and the ``logging`` system in Python has not changed. I have created a new ``bob/core/_test.so`` extension, which contains test cases for the new functionality. To be able to run it using nose, the test case has been bound to Python. I have also moved the existing C++-only test cases, which have been in the ``bob/core/_library.so`` into the ``bob/core/_test.so``. Hence, the test cases are not loaded any more when running ``import bob.core``, but only during testing. @andre.anjos : As you have written the logging system, I assign this PR to you. See merge request !7
-
Manuel Günther authored
-
Manuel Günther authored
-
- 18 Oct, 2016 1 commit
-
-
Manuel Günther authored
-
- 12 Oct, 2016 7 commits
-
-
Manuel Günther authored
Merge branch '5-disable-logging-messages-in-pure-c-code' of https://gitlab.idiap.ch/bob/bob.core into 5-disable-logging-messages-in-pure-c-code
-
Manuel Günther authored
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
[Automatic] update links and the ci mostly See merge request !6
-
André Anjos authored
-
André Anjos authored
-
- 05 Oct, 2016 4 commits
-
-
Amir Mohammadi authored
-
Amir Mohammadi authored
-
Amir Mohammadi authored
-
André Anjos authored
[Automatic] update links and the ci mostly See merge request !5
-
- 04 Oct, 2016 1 commit
-
-
Amir Mohammadi authored
-
- 30 Sep, 2016 1 commit
-
-
Manuel Günther authored
-
- 26 Sep, 2016 2 commits
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
- 25 Sep, 2016 2 commits
-
-
André Anjos authored
-
André Anjos authored
-
- 14 Sep, 2016 2 commits
-
-
André Anjos authored
Correctly implement template specialization. Closes bob.io.base#14 See merge request !4
-
André Anjos authored
-
- 12 Aug, 2016 3 commits
-
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
- 11 Aug, 2016 4 commits
-
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
- 10 Aug, 2016 3 commits
-
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
- 14 Jul, 2016 2 commits
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
- 26 May, 2016 1 commit
-
-
Manuel Günther authored
-
- 25 May, 2016 1 commit
-
-
Manuel Günther authored
-
- 04 Apr, 2016 1 commit
-
-
Amir Mohammadi authored
-