[Declude-commit] [SCM] declude branch master updated. d8877824b845228b39c9cf7920b5416533ed9458
Status: Planning
Brought to you by:
mordante
|
From: Mark de W. <mor...@us...> - 2011-06-05 16:38:50
|
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 d8877824b845228b39c9cf7920b5416533ed9458 (commit)
via 74d3c5c59c2f263a4cd7287e6bac314a027a8c8c (commit)
from 4cde4c7cb6be1046db7e8ae35ccd235fa27a1e0a (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 d8877824b845228b39c9cf7920b5416533ed9458
Author: Mark de Wever <ko...@xs...>
Date: Sun Jun 5 09:32:30 2011 +0200
Add an exception class to emulate exit().
Exit() doesn't clean up and cleanup is wanted is C++. Now --version also
exits nicely after printing the version information.
commit 74d3c5c59c2f263a4cd7287e6bac314a027a8c8c
Author: Mark de Wever <ko...@xs...>
Date: Sun Jun 5 09:16:37 2011 +0200
Add a new version and programme class.
These classes contain basic information regarding the programme. Also
used these classes to improve the output of --version and the generic
usage output.
-----------------------------------------------------------------------
Summary of changes:
src/CMakeLists.txt | 2 +
src/declude.cpp | 3 +
src/{unit_test/unit_test.cpp => exception.cpp} | 12 +++-
src/exception.hpp | 49 +++++++++++++
src/option/option.cpp | 5 +-
src/option/show_usage.cpp | 3 +-
src/version.cpp | 46 ++++++++++++
src/version.hpp | 90 ++++++++++++++++++++++++
8 files changed, 206 insertions(+), 4 deletions(-)
copy src/{unit_test/unit_test.cpp => exception.cpp} (74%)
create mode 100644 src/exception.hpp
create mode 100644 src/version.cpp
create mode 100644 src/version.hpp
hooks/post-receive
--
declude
|