[Declude-commit] [SCM] declude branch master updated. 453e3bbb0c6a94143c73d7a09c3c83b17d24c6f3
Status: Planning
Brought to you by:
mordante
|
From: Mark de W. <mor...@us...> - 2011-07-16 09:05:33
|
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 "declude".
The branch, master has been updated
via 453e3bbb0c6a94143c73d7a09c3c83b17d24c6f3 (commit)
via 7d6f8a428151efbb4c995c918bbc87f8722f5eac (commit)
via 3c6bc89057b8cab2b6663b0d1bea327f13f0ec86 (commit)
from d8877824b845228b39c9cf7920b5416533ed9458 (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 453e3bbb0c6a94143c73d7a09c3c83b17d24c6f3
Author: Mark de Wever <ko...@xs...>
Date: Sat Jul 16 11:03:39 2011 +0200
Add unit tests for the logger.
This also does:
- Add the initial thread implementation.
- Add a library with all code and let the main programme and unit_test
use this library instead of recompiling the files twice.
commit 7d6f8a428151efbb4c995c918bbc87f8722f5eac
Author: Mark de Wever <ko...@xs...>
Date: Sat Jul 16 10:58:58 2011 +0200
Fix resizing a zero size string to -1.
commit 3c6bc89057b8cab2b6663b0d1bea327f13f0ec86
Author: Mark de Wever <ko...@xs...>
Date: Sat Jul 16 10:31:34 2011 +0200
Added the initial logger part.
Still needs more polishing, but seems time to look at a newer compiler.
-----------------------------------------------------------------------
Summary of changes:
src/CMakeLists.txt | 32 +++-
src/declude.cpp | 13 +-
src/logging/logger.cpp | 48 +++++
src/logging/logger.hpp | 62 ++++++
src/logging/manager.cpp | 289 +++++++++++++++++++++++++++
src/logging/manager.hpp | 64 ++++++
src/option/option.cpp | 4 +-
src/{unit_test/unit_test.cpp => thread.cpp} | 5 +-
src/thread.hpp | 63 ++++++
src/unit_test/logger.cpp | 67 ++++++
10 files changed, 633 insertions(+), 14 deletions(-)
create mode 100644 src/logging/logger.cpp
create mode 100644 src/logging/logger.hpp
create mode 100644 src/logging/manager.cpp
create mode 100644 src/logging/manager.hpp
copy src/{unit_test/unit_test.cpp => thread.cpp} (85%)
create mode 100644 src/thread.hpp
create mode 100644 src/unit_test/logger.cpp
hooks/post-receive
--
declude
|