[gringo] branch devel updated (ede37ff -> e83ed81)

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Mon Jul 13 07:17:32 UTC 2015


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

tkren-guest pushed a change to branch devel
in repository gringo.

      from  ede37ff   Build reify.
      adds  1d31def   Update changelog
      adds  6eccfa7   Imported Upstream version 4.5.1
       new  fcb43ce   Merge tag 'upstream/4.5.1'
       new  e83ed81   Add reify.1 manpage

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_complete                                    |  22 ---
 .ycm_extra_conf.py                                 | 174 ---------------------
 CHANGES                                            |   9 ++
 INSTALL                                            |  19 ++-
 README                                             |   4 +-
 SConscript                                         | 165 ++++++++++++++-----
 SConstruct                                         |  22 ++-
 app/clingo/src/clingo_app.cc                       |   7 +-
 app/clingo/src/clingo_app.hh                       |   2 +-
 app/clingo/tests/lua/blocksworld1.lp               |   5 +
 app/clingo/tests/lua/conformant1.lp                |   4 +-
 app/clingo/tests/lua/conformant2.lp                |   4 +-
 app/clingo/tests/lua/conformant3.lp                |   4 +-
 app/clingo/tests/lua/sokoban.lp                    |   1 +
 app/clingo/tests/lua/sokoban_back.lp               |   1 +
 app/clingo/tests/lua/sokoban_para.lp               |   1 +
 app/clingo/tests/python/sokoban.lp                 |   1 +
 app/{luaclingo/src => example}/main.cc             |  33 ++--
 app/gringo/main.cc                                 |  16 +-
 app/luaclingo/src/main.cc                          |   2 +-
 app/pyclingo/src/main.cc                           |   2 +-
 debian/changelog                                   |  12 ++
 debian/gringo.manpages                             |   1 +
 debian/patches/gringo-manpages.patch               |  65 ++++----
 examples/clingo/controller-processes/client-lua.lp |   2 +-
 examples/clingo/iclingo/incmode-lua.lp             |   1 +
 examples/clingo/iclingo/incmode-py.lp              |   1 +
 examples/clingo/pydoc/pydoc-lib.py                 |   7 +-
 examples/clingo/pydoc/pydoc.lp                     |   7 +-
 examples/clingo/stats/example.lp                   |   2 +
 examples/clingo/stats/stats-lua.lp                 |   1 +
 examples/clingo/stats/stats-py.lp                  |   1 +
 examples/reify/README                              |   5 +
 .../conformant1.lp => examples/reify/example2.lp   | 146 +++++------------
 examples/reify/meta.lp                             |   6 +
 examples/reify/metaO.lp                            |   2 +-
 libclasp/src/clasp_output.cpp                      |  23 +--
 .../include => libclingo/clingo}/clingocontrol.hh  |  19 +--
 {app/shared => libclingo}/src/clingocontrol.cc     |  96 +++++-------
 libgringo/gringo/control.hh                        |   1 +
 libgringo/gringo/ground/statements.hh              |   8 +-
 libgringo/gringo/input/aggregates.hh               |   6 +-
 libgringo/gringo/input/groundtermparser.hh         |   2 +-
 libgringo/gringo/logger.hh                         |   3 +-
 libgringo/gringo/output/literal.hh                 |   2 +
 libgringo/gringo/output/literals.hh                |   1 +
 libgringo/gringo/output/output.hh                  |   2 +
 libgringo/gringo/output/statement.hh               |   1 +
 libgringo/gringo/value.hh                          |   5 +
 libgringo/gringo/version.hh                        |   2 +-
 libgringo/src/ground/statements.cc                 |  58 +++----
 libgringo/src/input/aggregate.cc                   |   2 +-
 libgringo/src/input/aggregates.cc                  |  50 ++++--
 libgringo/src/input/groundtermparser.cc            |   8 +-
 libgringo/src/input/nongroundlexer.xh              | 155 +++++++++---------
 libgringo/src/input/nongroundparser.cc             |   7 +-
 libgringo/src/lua.cc                               |  19 ++-
 libgringo/src/output/literals.cc                   |  20 +++
 libgringo/src/output/output.cc                     |  66 +++++++-
 libgringo/src/python.cc                            |  23 ++-
 libgringo/src/term.cc                              |   4 +-
 libgringo/tests/output/aspcomp13.cc                |   6 +-
 libgringo/tests/output/incremental.cc              |   1 +
 libgringo/tests/output/lparse.cc                   |  13 ++
 64 files changed, 699 insertions(+), 661 deletions(-)
 delete mode 100644 .clang_complete
 delete mode 100644 .ycm_extra_conf.py
 copy app/{luaclingo/src => example}/main.cc (56%)
 copy app/clingo/tests/lua/conformant1.lp => examples/reify/example2.lp (68%)
 rename {app/shared/include => libclingo/clingo}/clingocontrol.hh (96%)
 rename {app/shared => libclingo}/src/clingocontrol.cc (88%)

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



More information about the debian-science-commits mailing list