[Declude-commit] [SCM] declude branch master updated. 8d589bebb04947a0367751e681d25af4f90ed2e2
Status: Planning
Brought to you by:
mordante
|
From: Mark de W. <mor...@us...> - 2011-06-04 16:21:28
|
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 8d589bebb04947a0367751e681d25af4f90ed2e2 (commit)
from e757e6d074ee08e61f6a237d97b915e80a3b62e9 (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 8d589bebb04947a0367751e681d25af4f90ed2e2
Author: Mark de Wever <ko...@xs...>
Date: Sat Jun 4 18:19:59 2011 +0200
Initial version of the programme and unit test.
The programme doesn't do much more as parsing the command line but it's
a start.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 65 ++++++-
INSTALL | 21 ++-
src/CMakeLists.txt | 48 ++++
src/declude.cpp | 54 +++++
src/gettext.hpp | 28 +++
src/option/option.cpp | 415 +++++++++++++++++++++++++++++++++++
src/option/option.hpp | 213 ++++++++++++++++++
src/option/show_usage.cpp | 136 ++++++++++++
src/option/show_usage.hpp | 68 ++++++
src/unit_test/unit_test.cpp | 16 ++
src/unit_test/util/lexical_cast.cpp | 48 ++++
src/util/lexical_cast.hpp | 136 ++++++++++++
12 files changed, 1241 insertions(+), 7 deletions(-)
create mode 100644 src/CMakeLists.txt
create mode 100644 src/declude.cpp
create mode 100644 src/gettext.hpp
create mode 100644 src/option/option.cpp
create mode 100644 src/option/option.hpp
create mode 100644 src/option/show_usage.cpp
create mode 100644 src/option/show_usage.hpp
create mode 100644 src/unit_test/unit_test.cpp
create mode 100644 src/unit_test/util/lexical_cast.cpp
create mode 100644 src/util/lexical_cast.hpp
hooks/post-receive
--
declude
|