[Declude-commit] [SCM] declude branch master updated. bedf80fc3c85ad0f6fe584b51336e5bd1224e722
Status: Planning
Brought to you by:
mordante
|
From: Mark de W. <mor...@us...> - 2011-07-20 19:11:56
|
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 bedf80fc3c85ad0f6fe584b51336e5bd1224e722 (commit)
via 9fa0f78c9ee2bf23e909101146c291b1606a4653 (commit)
via 2c38302380efc5b08d23905dc18f46977d841a2a (commit)
via 89f164873b23566933adc9cc513714b020cea06a (commit)
via 1e8a62d94c1bd839bb292f1b7fcf754023fad752 (commit)
from 66ab4d6dc781624cd12f91544b9cdde7b24067e1 (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 bedf80fc3c85ad0f6fe584b51336e5bd1224e722
Author: Mark de Wever <ko...@xs...>
Date: Tue Jul 19 22:56:39 2011 +0200
Make the options const.
After creation they shouldn't change so make them const.
commit 9fa0f78c9ee2bf23e909101146c291b1606a4653
Author: Mark de Wever <ko...@xs...>
Date: Tue Jul 19 22:56:01 2011 +0200
Add a new tri-bool class.
The class isn't used yet, but it's needed in the future.
commit 2c38302380efc5b08d23905dc18f46977d841a2a
Author: Mark de Wever <ko...@xs...>
Date: Tue Jul 19 22:55:24 2011 +0200
Add some more strictness to the compiler.
commit 89f164873b23566933adc9cc513714b020cea06a
Author: Mark de Wever <ko...@xs...>
Date: Mon Jul 18 08:34:16 2011 +0200
Add the initial processor code.
The code only received light testing at the moment.
commit 1e8a62d94c1bd839bb292f1b7fcf754023fad752
Author: Mark de Wever <ko...@xs...>
Date: Mon Jul 18 07:37:55 2011 +0200
Added a processing status.
This allows better error handling.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
src/CMakeLists.txt | 3 +
src/declude.cpp | 9 ++-
src/processor/file.cpp | 53 +++++++++++++++++-
src/processor/file.hpp | 71 +++++++++++++++++++++-
src/processor/parser.cpp | 45 ++++++++-------
src/processor/processor.cpp | 113 ++++++++++++++++++++++++++++++++++++
src/processor/processor.hpp | 38 ++++++++++++
src/unit_test/parser.cpp | 8 +++
src/unit_test/util/tri_bool.cpp | 90 ++++++++++++++++++++++++++++
src/util/tri_bool.cpp | 80 +++++++++++++++++++++++++
src/util/tri_bool.hpp | 122 +++++++++++++++++++++++++++++++++++++++
12 files changed, 603 insertions(+), 30 deletions(-)
create mode 100644 src/processor/processor.cpp
create mode 100644 src/processor/processor.hpp
create mode 100644 src/unit_test/util/tri_bool.cpp
create mode 100644 src/util/tri_bool.cpp
create mode 100644 src/util/tri_bool.hpp
hooks/post-receive
--
declude
|