[cg3] branch master updated (132d53d -> fce2ac6)

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Sat Jun 4 20:04:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

tinodidriksen-guest pushed a change to branch master
in repository cg3.

      from  132d53d   Boost
       new  94cb0af   Imported Upstream version 0.9.9~r11624
       new  fce2ac6   Imported Debian patch 0.9.9~r11624-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .clang-format                                      |   60 +
 .editorconfig                                      |   14 +
 .travis.yml                                        |   18 +
 CMakeLists.txt                                     |   27 +-
 ChangeLog                                          | 1801 +++++++-----------
 README                                             |    4 -
 README.md                                          |   15 +
 TODO                                               |    1 +
 clang-format.pl                                    |  108 ++
 debian/changelog                                   |    6 +
 debian/control                                     |   10 +-
 debian/copyright                                   |   14 +-
 debian/docs                                        |    2 +-
 debian/rules                                       |    2 +-
 emacs/cg.el                                        |  304 +--
 get-boost.sh                                       |    2 +-
 manual/contexts.xml                                |   23 +-
 manual/grammar.xml                                 |    1 +
 manual/manual.xml                                  |    2 +-
 manual/rules.xml                                   |   56 +-
 manual/templates.xml                               |   41 +-
 src/AST.hpp                                        |  230 +++
 src/ApertiumApplicator.cpp                         |  135 +-
 src/ApertiumApplicator.hpp                         |   60 +-
 src/BinaryGrammar.cpp                              |    5 +-
 src/BinaryGrammar.hpp                              |   43 +-
 src/BinaryGrammar_read.cpp                         |   61 +-
 src/BinaryGrammar_read_10043.cpp                   |   49 +-
 src/BinaryGrammar_write.cpp                        |   40 +-
 src/CMakeLists.txt                                 |   25 +-
 src/Cohort.cpp                                     |   53 +-
 src/Cohort.hpp                                     |  124 +-
 src/CohortIterator.cpp                             |   96 +-
 src/CohortIterator.hpp                             |  169 +-
 src/ContextualTest.cpp                             |   37 +-
 src/ContextualTest.hpp                             |  184 +-
 src/FSTApplicator.cpp                              |   59 +-
 src/FSTApplicator.hpp                              |    3 +-
 src/FormatConverter.cpp                            |  100 +-
 src/FormatConverter.hpp                            |   42 +-
 src/Grammar.cpp                                    |  246 ++-
 src/Grammar.hpp                                    |  257 +--
 src/GrammarApplicator.cpp                          |  374 ++--
 src/GrammarApplicator.hpp                          |  514 ++---
 src/GrammarApplicator_matchSet.cpp                 |  140 +-
 src/GrammarApplicator_reflow.cpp                   |  217 ++-
 src/GrammarApplicator_runContextualTest.cpp        |  327 ++--
 src/GrammarApplicator_runGrammar.cpp               |   70 +-
 src/GrammarApplicator_runRules.cpp                 |  707 +++++--
 src/GrammarWriter.cpp                              |   33 +-
 src/GrammarWriter.hpp                              |   54 +-
 src/IGrammarParser.hpp                             |   27 +-
 ...ApertiumApplicator.cpp => MatxinApplicator.cpp} |  420 +++--
 src/MatxinApplicator.hpp                           |   80 +
 src/MweSplitApplicator.cpp                         |  174 ++
 ...celineApplicator.hpp => MweSplitApplicator.hpp} |   25 +-
 src/NicelineApplicator.cpp                         |   69 +-
 src/NicelineApplicator.hpp                         |    3 +-
 src/PlaintextApplicator.cpp                        |   61 +-
 src/PlaintextApplicator.hpp                        |    3 +-
 src/Reading.cpp                                    |   75 +-
 src/Reading.hpp                                    |   82 +-
 src/Relabeller.cpp                                 |  382 ++++
 src/Relabeller.hpp                                 |   89 +
 src/Rule.cpp                                       |   53 +-
 src/Rule.hpp                                       |  167 +-
 src/Set.cpp                                        |   53 +-
 src/Set.hpp                                        |  143 +-
 src/SingleWindow.cpp                               |   22 +-
 src/SingleWindow.hpp                               |   68 +-
 src/Strings.cpp                                    |   22 +-
 src/Strings.hpp                                    |  365 ++--
 src/Tag.cpp                                        |   91 +-
 src/Tag.hpp                                        |  209 +-
 src/TagTrie.hpp                                    |  345 ++--
 src/TextualParser.cpp                              | 1990 ++++++++++----------
 src/TextualParser.hpp                              |  104 +-
 src/Window.cpp                                     |   25 +-
 src/Window.hpp                                     |   67 +-
 src/all_cg_conv.cpp                                |    1 +
 src/all_cg_proc.cpp                                |    1 +
 src/bloomish.hpp                                   |    7 +-
 src/cg-mwesplit.cpp                                |  127 ++
 src/cg-relabel.cpp                                 |  140 ++
 src/cg3.h                                          |    2 +-
 src/cg_comp.cpp                                    |    4 +-
 src/cg_conv.cpp                                    |   18 +-
 src/cg_proc.cpp                                    |  170 +-
 src/flat_unordered_map.hpp                         |   33 +-
 src/flat_unordered_set.hpp                         |   30 +-
 src/icu_uoptions.cpp                               |  190 +-
 src/inlines.hpp                                    |  176 +-
 src/interval_vector.hpp                            |   65 +-
 src/istream.hpp                                    |   37 +-
 src/libcg3.cpp                                     |   60 +-
 src/macros.hpp                                     |   42 -
 src/main.cpp                                       |   56 +-
 src/options.hpp                                    |  246 +--
 src/options_conv.hpp                               |   94 +-
 src/parser_helpers.hpp                             |   23 +-
 src/process.hpp                                    |    8 +-
 src/{GrammarWriter.hpp => scoped_stack.hpp}        |   72 +-
 src/sorted_vector.hpp                              |   33 +-
 src/stdafx.hpp                                     |   33 +-
 src/test_libcg3.c                                  |   10 +-
 src/uextras.cpp                                    |    9 +-
 src/uextras.hpp                                    |   24 +-
 src/version.hpp                                    |    6 +-
 .../{T_BasicAppend => T_Append}/expected.txt       |    0
 .../{T_BasicAppend => T_Append}/grammar.cg3        |    0
 .../Apertium/{T_BasicAppend => T_Append}/input.txt |    0
 test/Apertium/{T_BasicAppend => T_Append}/run.pl   |    0
 .../expected.txt                                   |    0
 .../grammar.cg3                                    |    0
 .../input.txt                                      |    0
 .../{T_BasicContextTest => T_ContextTest}/run.pl   |    0
 .../{T_BasicDelimit => T_Delimit}/expected.txt     |    0
 .../{T_BasicDelimit => T_Delimit}/grammar.cg3      |    0
 .../{T_BasicDelimit => T_Delimit}/input.txt        |    0
 test/Apertium/{T_BasicDelimit => T_Delimit}/run.pl |    0
 test/Apertium/{T_BasicIff => T_Iff}/expected.txt   |    0
 test/Apertium/{T_BasicIff => T_Iff}/grammar.cg3    |    0
 test/Apertium/{T_BasicIff => T_Iff}/input.txt      |    0
 test/Apertium/{T_BasicIff => T_Iff}/run.pl         |    0
 .../{T_BasicRemove => T_Remove}/expected.txt       |    0
 .../{T_BasicRemove => T_Remove}/grammar.cg3        |    0
 .../Apertium/{T_BasicRemove => T_Remove}/input.txt |    0
 test/Apertium/{T_BasicRemove => T_Remove}/run.pl   |    0
 .../{T_BasicSelect => T_Select}/expected.txt       |    0
 .../{T_BasicSelect => T_Select}/grammar.cg3        |    0
 .../Apertium/{T_BasicSelect => T_Select}/input.txt |    0
 test/Apertium/{T_BasicSelect => T_Select}/run.pl   |    0
 .../expected.txt                                   |    0
 .../grammar.cg3                                    |    0
 .../{T_BasicSubstitute => T_Substitute}/input.txt  |    0
 .../{T_BasicSubstitute => T_Substitute}/run.pl     |    0
 test/{T_BasicAppend => T_Append}/expected.txt      |    3 +
 test/{T_BasicAppend => T_Append}/grammar.cg3       |    2 +
 test/{T_BasicAppend => T_Append}/input.txt         |    0
 test/T_BasicAppend/grammar.cg3b.10043              |  Bin 2071 -> 0 bytes
 test/T_BasicDependency/grammar.cg3b.10043          |  Bin 8729 -> 0 bytes
 test/T_BasicIff/grammar.cg3                        |    4 -
 test/T_BasicSelect/grammar.cg3b.10043              |  Bin 837 -> 0 bytes
 .../expected.txt                                   |    0
 .../grammar.cg3                                    |    0
 .../grammar.cg3b.10043                             |  Bin
 .../input.txt                                      |    0
 test/{T_BasicDelimit => T_Delimit}/args.txt        |    0
 test/{T_BasicDelimit => T_Delimit}/expected.txt    |    0
 test/{T_BasicDelimit => T_Delimit}/grammar.cg3     |    0
 .../grammar.cg3b.10043                             |  Bin
 test/{T_BasicDelimit => T_Delimit}/input.txt       |    0
 test/{T_BasicDependency => T_Dependency}/args.txt  |    0
 .../expected.txt                                   |    7 +-
 .../grammar.cg3                                    |    6 +
 test/{T_BasicDependency => T_Dependency}/input.txt |    0
 test/{T_BasicIff => T_Iff}/expected.txt            |    0
 test/T_Iff/grammar.cg3                             |    4 +
 test/{T_BasicIff => T_Iff}/grammar.cg3b.10043      |  Bin
 test/{T_BasicIff => T_Iff}/input.txt               |    0
 test/T_MultipleSections/grammar.cg3                |    4 +-
 test/T_MweSplit/expected.txt                       |   76 +
 test/T_MweSplit/input.txt                          |   66 +
 test/T_MweSplit/run.pl                             |   23 +
 test/T_NumericalTags/expected.txt                  |    2 +-
 test/T_Omniscan/expected.txt                       |   40 +-
 test/T_RegExp/expected.txt                         |    3 +
 test/T_RegExp/grammar.cg3                          |    2 +
 test/T_RegExp/grammar.cg3b.10043                   |  Bin 4052 -> 0 bytes
 test/T_RegExp/input.txt                            |    3 +
 test/T_RelabelList/expected.txt                    |   21 +
 test/T_RelabelList/grammar.cg3                     |   42 +
 test/T_RelabelList/input.txt                       |   23 +
 test/T_RelabelList/relabel.cg3r                    |   20 +
 .../run.pl                                         |   22 +-
 test/T_RelabelList_Apertium/expected.txt           |    1 +
 test/T_RelabelList_Apertium/grammar.cg3            |    3 +
 test/T_RelabelList_Apertium/input.txt              |    1 +
 test/T_RelabelList_Apertium/relabel.cg3r           |    1 +
 .../run.pl                                         |   21 +-
 test/T_RelabelSet/expected.txt                     |   27 +
 test/T_RelabelSet/grammar.cg3                      |   22 +
 test/T_RelabelSet/input.txt                        |   33 +
 test/T_RelabelSet/relabel.cg3r                     |    6 +
 .../run.pl                                         |   24 +-
 test/{T_BasicSelect => T_Select}/args.txt          |    0
 test/{T_BasicSelect => T_Select}/expected.txt      |    2 +-
 test/{T_BasicSelect => T_Select}/grammar.cg3       |    2 +
 test/{T_BasicSelect => T_Select}/input.txt         |    0
 test/{T_BasicSubstitute => T_SplitCohort}/args.txt |    0
 test/T_SplitCohort/expected.txt                    |   13 +
 test/T_SplitCohort/grammar.cg3                     |   12 +
 test/T_SplitCohort/input.txt                       |    6 +
 test/{T_BasicSubstitute => T_Substitute}/args.txt  |    0
 .../expected.txt                                   |    2 +-
 .../grammar.cg3                                    |    0
 test/{T_BasicSubstitute => T_Substitute}/input.txt |    0
 test/T_Templates/expected.txt                      |    5 +-
 test/T_Templates/grammar.cg3                       |    9 +-
 test/T_Trace/grammar.cg3                           |    6 +-
 test/runall.pl                                     |    8 +-
 todo.sh                                            |    2 +-
 202 files changed, 8441 insertions(+), 6034 deletions(-)
 create mode 100644 .clang-format
 create mode 100755 .editorconfig
 create mode 100644 .travis.yml
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100755 clang-format.pl
 create mode 100644 src/AST.hpp
 copy src/{ApertiumApplicator.cpp => MatxinApplicator.cpp} (69%)
 create mode 100644 src/MatxinApplicator.hpp
 create mode 100644 src/MweSplitApplicator.cpp
 copy src/{NicelineApplicator.hpp => MweSplitApplicator.hpp} (66%)
 create mode 100644 src/Relabeller.cpp
 create mode 100644 src/Relabeller.hpp
 create mode 100644 src/cg-mwesplit.cpp
 create mode 100644 src/cg-relabel.cpp
 delete mode 100644 src/macros.hpp
 copy src/{GrammarWriter.hpp => scoped_stack.hpp} (55%)
 rename test/Apertium/{T_BasicAppend => T_Append}/expected.txt (100%)
 rename test/Apertium/{T_BasicAppend => T_Append}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicAppend => T_Append}/input.txt (100%)
 rename test/Apertium/{T_BasicAppend => T_Append}/run.pl (100%)
 rename test/Apertium/{T_BasicContextTest => T_ContextTest}/expected.txt (100%)
 rename test/Apertium/{T_BasicContextTest => T_ContextTest}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicContextTest => T_ContextTest}/input.txt (100%)
 rename test/Apertium/{T_BasicContextTest => T_ContextTest}/run.pl (100%)
 rename test/Apertium/{T_BasicDelimit => T_Delimit}/expected.txt (100%)
 rename test/Apertium/{T_BasicDelimit => T_Delimit}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicDelimit => T_Delimit}/input.txt (100%)
 rename test/Apertium/{T_BasicDelimit => T_Delimit}/run.pl (100%)
 rename test/Apertium/{T_BasicIff => T_Iff}/expected.txt (100%)
 rename test/Apertium/{T_BasicIff => T_Iff}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicIff => T_Iff}/input.txt (100%)
 rename test/Apertium/{T_BasicIff => T_Iff}/run.pl (100%)
 rename test/Apertium/{T_BasicRemove => T_Remove}/expected.txt (100%)
 rename test/Apertium/{T_BasicRemove => T_Remove}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicRemove => T_Remove}/input.txt (100%)
 rename test/Apertium/{T_BasicRemove => T_Remove}/run.pl (100%)
 rename test/Apertium/{T_BasicSelect => T_Select}/expected.txt (100%)
 rename test/Apertium/{T_BasicSelect => T_Select}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicSelect => T_Select}/input.txt (100%)
 rename test/Apertium/{T_BasicSelect => T_Select}/run.pl (100%)
 rename test/Apertium/{T_BasicSubstitute => T_Substitute}/expected.txt (100%)
 rename test/Apertium/{T_BasicSubstitute => T_Substitute}/grammar.cg3 (100%)
 rename test/Apertium/{T_BasicSubstitute => T_Substitute}/input.txt (100%)
 rename test/Apertium/{T_BasicSubstitute => T_Substitute}/run.pl (100%)
 rename test/{T_BasicAppend => T_Append}/expected.txt (93%)
 rename test/{T_BasicAppend => T_Append}/grammar.cg3 (86%)
 rename test/{T_BasicAppend => T_Append}/input.txt (100%)
 delete mode 100644 test/T_BasicAppend/grammar.cg3b.10043
 delete mode 100644 test/T_BasicDependency/grammar.cg3b.10043
 delete mode 100644 test/T_BasicIff/grammar.cg3
 delete mode 100644 test/T_BasicSelect/grammar.cg3b.10043
 rename test/{T_BasicContextTest => T_ContextTest}/expected.txt (100%)
 rename test/{T_BasicContextTest => T_ContextTest}/grammar.cg3 (100%)
 rename test/{T_BasicContextTest => T_ContextTest}/grammar.cg3b.10043 (100%)
 rename test/{T_BasicContextTest => T_ContextTest}/input.txt (100%)
 rename test/{T_BasicDelimit => T_Delimit}/args.txt (100%)
 rename test/{T_BasicDelimit => T_Delimit}/expected.txt (100%)
 rename test/{T_BasicDelimit => T_Delimit}/grammar.cg3 (100%)
 rename test/{T_BasicDelimit => T_Delimit}/grammar.cg3b.10043 (100%)
 rename test/{T_BasicDelimit => T_Delimit}/input.txt (100%)
 rename test/{T_BasicDependency => T_Dependency}/args.txt (100%)
 rename test/{T_BasicDependency => T_Dependency}/expected.txt (87%)
 rename test/{T_BasicDependency => T_Dependency}/grammar.cg3 (93%)
 rename test/{T_BasicDependency => T_Dependency}/input.txt (100%)
 rename test/{T_BasicIff => T_Iff}/expected.txt (100%)
 create mode 100644 test/T_Iff/grammar.cg3
 rename test/{T_BasicIff => T_Iff}/grammar.cg3b.10043 (100%)
 rename test/{T_BasicIff => T_Iff}/input.txt (100%)
 create mode 100644 test/T_MweSplit/expected.txt
 create mode 100644 test/T_MweSplit/input.txt
 create mode 100755 test/T_MweSplit/run.pl
 delete mode 100644 test/T_RegExp/grammar.cg3b.10043
 create mode 100644 test/T_RelabelList/expected.txt
 create mode 100644 test/T_RelabelList/grammar.cg3
 create mode 100644 test/T_RelabelList/input.txt
 create mode 100644 test/T_RelabelList/relabel.cg3r
 copy test/{T_SubReadings_Apertium => T_RelabelList}/run.pl (59%)
 create mode 100644 test/T_RelabelList_Apertium/expected.txt
 create mode 100644 test/T_RelabelList_Apertium/grammar.cg3
 create mode 100644 test/T_RelabelList_Apertium/input.txt
 create mode 100644 test/T_RelabelList_Apertium/relabel.cg3r
 copy test/{T_SubReadings_Apertium => T_RelabelList_Apertium}/run.pl (60%)
 create mode 100644 test/T_RelabelSet/expected.txt
 create mode 100644 test/T_RelabelSet/grammar.cg3
 create mode 100644 test/T_RelabelSet/input.txt
 create mode 100644 test/T_RelabelSet/relabel.cg3r
 copy test/{T_SubReadings_Apertium => T_RelabelSet}/run.pl (57%)
 rename test/{T_BasicSelect => T_Select}/args.txt (100%)
 rename test/{T_BasicSelect => T_Select}/expected.txt (82%)
 rename test/{T_BasicSelect => T_Select}/grammar.cg3 (75%)
 rename test/{T_BasicSelect => T_Select}/input.txt (100%)
 copy test/{T_BasicSubstitute => T_SplitCohort}/args.txt (100%)
 create mode 100644 test/T_SplitCohort/expected.txt
 create mode 100644 test/T_SplitCohort/grammar.cg3
 create mode 100644 test/T_SplitCohort/input.txt
 rename test/{T_BasicSubstitute => T_Substitute}/args.txt (100%)
 rename test/{T_BasicSubstitute => T_Substitute}/expected.txt (53%)
 rename test/{T_BasicSubstitute => T_Substitute}/grammar.cg3 (100%)
 rename test/{T_BasicSubstitute => T_Substitute}/input.txt (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cg3.git



More information about the debian-science-commits mailing list