[Declude-commit] [SCM] declude branch master updated. 72b3af5f3fcec6c61028480e4c10f6c58f629600
Status: Planning
Brought to you by:
mordante
|
From: Mark de W. <mor...@us...> - 2011-07-16 21:23:36
|
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 72b3af5f3fcec6c61028480e4c10f6c58f629600 (commit)
via 5ca9d670b1c29080b115b02f3e160617f0a8746b (commit)
via 2ea4d657610652576aa844b15f8c48e29e077d67 (commit)
via b5de6598ac86e3081dd85cb89304e02d7c65fd26 (commit)
from bb20e06edfe19e7508dc83e48b3d5a3558cbc870 (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 72b3af5f3fcec6c61028480e4c10f6c58f629600
Author: Mark de Wever <ko...@xs...>
Date: Sun Jul 17 01:21:57 2011 +0200
Started to work on the file parser.
commit 5ca9d670b1c29080b115b02f3e160617f0a8746b
Author: Mark de Wever <ko...@xs...>
Date: Sun Jul 17 00:38:25 2011 +0200
Turn up the warning levels for compilation.
commit 2ea4d657610652576aa844b15f8c48e29e077d67
Author: Mark de Wever <ko...@xs...>
Date: Sun Jul 17 00:32:56 2011 +0200
Initialize all members.
commit b5de6598ac86e3081dd85cb89304e02d7c65fd26
Author: Mark de Wever <ko...@xs...>
Date: Sun Jul 17 00:20:13 2011 +0200
Improve the manager class by move constructors.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 7 ++
src/CMakeLists.txt | 14 +++
src/logging/manager.cpp | 33 +++----
src/option/option.cpp | 8 ++-
src/option/option.hpp | 2 +-
src/processor/file.cpp | 73 +++++++++++++
src/processor/file.hpp | 157 +++++++++++++++++++++++++++++
src/processor/parser.cpp | 92 +++++++++++++++++
src/{gettext.hpp => processor/parser.hpp} | 30 ++++--
src/unit_test/files/parser.cpp | 3 +
src/unit_test/parser.cpp | 41 ++++++++
11 files changed, 428 insertions(+), 32 deletions(-)
create mode 100644 src/processor/file.cpp
create mode 100644 src/processor/file.hpp
create mode 100644 src/processor/parser.cpp
copy src/{gettext.hpp => processor/parser.hpp} (56%)
create mode 100644 src/unit_test/files/parser.cpp
create mode 100644 src/unit_test/parser.cpp
hooks/post-receive
--
declude
|