- 06 Jun, 2017 1 commit
-
-
akomaty@idiap.ch authored
-
- 14 Feb, 2017 3 commits
-
-
Tiago de Freitas Pereira authored
-
Tiago de Freitas Pereira authored
-
André Anjos authored
Implement proposed changes in C++ logging framework Closes #6 See merge request !11
-
- 13 Feb, 2017 1 commit
-
-
André Anjos authored
-
- 07 Feb, 2017 5 commits
-
-
André Anjos authored
-
André Anjos authored
Resolve "Random failures" Closes #6 See merge request !10
-
André Anjos authored
This reverts commit 6bdd0b04. Conflicts: bob/core/test.cpp
-
André Anjos authored
-
André Anjos authored
This reverts commit 6bdd0b04.
-
- 06 Feb, 2017 1 commit
-
-
André Anjos authored
-
- 03 Feb, 2017 2 commits
-
-
André Anjos authored
More robust cout/cerr redirection Closes #6 See merge request !9
-
André Anjos authored
-
- 30 Jan, 2017 2 commits
-
-
Manuel Günther authored
Made error messages more precise (doesn't solve the issue, though) See merge request !8
-
Manuel Günther authored
-
- 16 Jan, 2017 1 commit
-
-
Amir Mohammadi authored
-
- 14 Jan, 2017 2 commits
-
-
Amir Mohammadi authored
-
Amir Mohammadi authored
-
- 22 Dec, 2016 1 commit
-
-
Amir Mohammadi authored
-
- 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
-