[atlas-cpp] branch master updated (a3bbd0a -> bef6106)

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Sep 28 05:47:32 UTC 2015


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

olek-guest pushed a change to branch master
in repository atlas-cpp.

      from  a3bbd0a   Rename library package for g++-5 ABI transition, and update symbols files
      adds  0ca1023   Imported Upstream version 0.6.3
       new  f4e0998   Merge tag 'upstream/0.6.3'
       new  05face9   Update packaging for new upstream
       new  cfd877c   Remove XML protocol patch: implemented upstream
       new  79c0d04   Update for new interface version
       new  bef6106   Split tools package from dev package

The 5 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:
 AUTHORS                                            |     3 +-
 Atlas/Codecs/Bach.cpp                              |     2 +-
 Atlas/Codecs/Makefile.in                           |   214 +-
 Atlas/Codecs/Utility.h                             |     3 +-
 Atlas/Codecs/XML.cpp                               |    89 +-
 Atlas/Codecs/XML.h                                 |    15 +
 Atlas/EncoderBase.h                                |     2 +-
 Atlas/Filter.h                                     |     3 +
 Atlas/Filters/Bzip2.cpp                            |    43 +-
 Atlas/Filters/Gzip.cpp                             |    40 +-
 Atlas/Filters/Makefile.in                          |   189 +-
 Atlas/Funky/Makefile.in                            |   214 +-
 Atlas/Makefile.in                                  |   286 +-
 Atlas/Message/DecoderBase.cpp                      |     2 +-
 Atlas/Message/Element.h                            |     2 +-
 Atlas/Message/Makefile.in                          |   214 +-
 Atlas/Net/Makefile.in                              |   214 +-
 Atlas/Objects/Dispatcher.cpp                       |     2 +-
 Atlas/Objects/GenerateDispatcher.py                |     2 +-
 Atlas/Objects/Makefile.am                          |    10 +-
 Atlas/Objects/Makefile.in                          |   226 +-
 Atlas/Objects/common.py                            |     2 +-
 Atlas/Objects/flag.cpp                             |     2 +-
 Atlas/Objects/gen_cpp.py                           |     2 +-
 ChangeLog                                          |   595 +
 Makefile.am                                        |     7 +-
 Makefile.in                                        |   365 +-
 NEWS                                               |     4 +
 TODO                                               |    18 +-
 aclocal.m4                                         |  6911 +----
 benchmark/Makefile.in                              |   224 +-
 benchmark/Static_Move.cpp                          |     4 +-
 config.guess                                       |   271 +-
 config.h.in                                        |    11 +-
 config.sub                                         |   135 +-
 configure                                          | 30140 ++++++++-----------
 configure.ac                                       |    13 +-
 debian/changelog                                   |    19 +
 debian/control                                     |    45 +-
 debian/copyright                                   |    17 +-
 debian/docs                                        |     2 -
 debian/libatlas-cpp-0.6-1v5.install                |     2 -
 debian/libatlas-cpp-0.6-1v5.lintian-overrides      |     2 -
 debian/libatlas-cpp-0.6-2-dbg.lintian-overrides    |     2 +
 debian/libatlas-cpp-0.6-2.install                  |     2 +
 debian/libatlas-cpp-0.6-2.lintian-overrides        |     2 +
 ...-0.6-1v5.symbols => libatlas-cpp-0.6-2.symbols} |   189 +-
 debian/libatlas-cpp-0.6-dev.install                |     1 -
 debian/libatlas-cpp-0.6-tools.install              |     1 +
 debian/libatlas-cpp-0.6-tools.lintian-overrides    |     4 +
 ...ev.manpages => libatlas-cpp-0.6-tools.manpages} |     0
 debian/libatlas-cpp-doc.lintian-overrides          |     3 +
 debian/patches/0003-add-protocol-xml-file.patch    |  3798 ---
 debian/patches/series                              |     1 -
 debian/rules                                       |     6 +-
 debian/watch                                       |     2 +-
 depcomp                                            |    87 +-
 install-sh                                         |     5 +-
 ltmain.sh                                          | 14750 +++++----
 m4/libtool.m4                                      |  7858 +++++
 m4/ltoptions.m4                                    |   369 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 m4/m4_ax_cxx_compile_stdcxx_11.m4                  |   107 +
 missing                                            |    49 +-
 protocol/spec/.cvsignore                           |     3 +
 protocol/spec/.directory                           |     5 +
 protocol/spec/ACHAT.txt                            |    41 +
 protocol/spec/ChangeLog                            |   371 +
 protocol/spec/Makefile                             |    19 +
 protocol/spec/ParseDef.py                          |   216 +
 protocol/spec/TODO                                 |    12 +
 protocol/spec/agrilan_map.def                      |   542 +
 protocol/spec/agrilan_map.html                     |   119 +
 protocol/spec/agrilan_map_in.html                  |    23 +
 protocol/spec/atlas-to-def.pl                      |   191 +
 protocol/spec/atlas-xml.css                        |   109 +
 protocol/spec/atlas-xml.dtd                        |    22 +
 protocol/spec/atlas.xml                            |  3666 +++
 protocol/spec/bach_syntax.html                     |    58 +
 protocol/spec/binary1_beta.html                    |   178 +
 protocol/spec/credits.html                         |    61 +
 protocol/spec/def2xml.py                           |    17 +
 protocol/spec/entity.atlas                         |   189 +
 protocol/spec/entity.def                           |   147 +
 protocol/spec/entity.html                          |   524 +
 protocol/spec/entity_in.html                       |    25 +
 protocol/spec/gen_atlas.py                         |    31 +
 protocol/spec/gen_html.py                          |   147 +
 protocol/spec/html2wiki.pl                         |     7 +
 protocol/spec/id_path.html                         |    73 +
 protocol/spec/index.html                           |   121 +
 protocol/spec/init.py                              |     3 +
 protocol/spec/interface.atlas                      |    29 +
 protocol/spec/interface.def                        |    25 +
 protocol/spec/interface.html                       |   138 +
 protocol/spec/interface_in.html                    |    21 +
 protocol/spec/login.html                           |   221 +
 protocol/spec/map.def                              |   107 +
 protocol/spec/map.html                             |  3010 ++
 protocol/spec/map_in.html                          |    35 +
 protocol/spec/maps/Makefile                        |    10 +
 protocol/spec/maps/README                          |     6 +
 protocol/spec/maps/atlas.sty                       |    34 +
 protocol/spec/maps/semantic_maps.tex               |   827 +
 protocol/spec/move.html                            |   318 +
 protocol/spec/negotiation.html                     |    70 +
 protocol/spec/operation.atlas                      |   902 +
 protocol/spec/operation.def                        |   850 +
 protocol/spec/operation.html                       |  2812 ++
 protocol/spec/operation_in.html                    |    48 +
 protocol/spec/packed_syntax.html                   |    76 +
 protocol/spec/pre.pl                               |     7 +
 protocol/spec/requirements.html                    |    95 +
 protocol/spec/revision_history.html                |    95 +
 protocol/spec/root.atlas                           |    24 +
 protocol/spec/root.def                             |    21 +
 protocol/spec/root.html                            |    58 +
 protocol/spec/root_in.html                         |    17 +
 protocol/spec/simple_core.html                     |   193 +
 protocol/spec/type.atlas                           |   836 +
 protocol/spec/type.def                             |   719 +
 protocol/spec/type.html                            |  3388 +++
 protocol/spec/type_in.html                         |    26 +
 protocol/spec/ui.atlas                             |    64 +
 protocol/spec/ui.def                               |    52 +
 protocol/spec/v0.1.4/binary.html                   |    73 +
 protocol/spec/v0.1.4/dtd.html                      |    91 +
 protocol/spec/v0.1.4/example.html                  |   922 +
 protocol/spec/v0.1.4/login.html                    |   218 +
 protocol/spec/v0.1.4/move.html                     |   200 +
 protocol/spec/v0.1.4/operations.html               |   889 +
 protocol/spec/v0.1.4/proposal.html                 |    96 +
 protocol/spec/v0.1.4/tags.html                     |   452 +
 protocol/spec/xml_syntax.html                      |    66 +
 support/ChangeLog-CVS                              |     1 +
 support/generate-ChangeLog.sh                      |    19 +
 tests/{Objects => Codecs}/Makefile.am              |    17 +-
 tests/{Objects => Codecs}/Makefile.in              |   314 +-
 tests/Codecs/codecs.cpp                            |   152 +
 tests/Makefile.am                                  |     2 +-
 tests/Makefile.in                                  |   205 +-
 tests/Objects/Makefile.in                          |   226 +-
 tests/Objects/decoder1.cpp                         |    12 +-
 tests/Objects/encoder1.cpp                         |    12 +-
 tests/Objects/objects1.cpp                         |    10 +-
 tests/Objects/objects2.cpp                         |    19 +-
 tools/Makefile.in                                  |   201 +-
 tutorial/Makefile.in                               |   106 +-
 150 files changed, 59434 insertions(+), 34969 deletions(-)
 delete mode 100644 debian/libatlas-cpp-0.6-1v5.install
 delete mode 100644 debian/libatlas-cpp-0.6-1v5.lintian-overrides
 create mode 100644 debian/libatlas-cpp-0.6-2-dbg.lintian-overrides
 create mode 100644 debian/libatlas-cpp-0.6-2.install
 create mode 100644 debian/libatlas-cpp-0.6-2.lintian-overrides
 rename debian/{libatlas-cpp-0.6-1v5.symbols => libatlas-cpp-0.6-2.symbols} (88%)
 create mode 100644 debian/libatlas-cpp-0.6-tools.install
 create mode 100644 debian/libatlas-cpp-0.6-tools.lintian-overrides
 rename debian/{libatlas-cpp-0.6-dev.manpages => libatlas-cpp-0.6-tools.manpages} (100%)
 create mode 100644 debian/libatlas-cpp-doc.lintian-overrides
 delete mode 100644 debian/patches/0003-add-protocol-xml-file.patch
 mode change 100644 => 100755 ltmain.sh
 create mode 100644 m4/libtool.m4
 create mode 100644 m4/ltoptions.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/ltversion.m4
 create mode 100644 m4/lt~obsolete.m4
 create mode 100644 m4/m4_ax_cxx_compile_stdcxx_11.m4
 create mode 100644 protocol/spec/.cvsignore
 create mode 100644 protocol/spec/.directory
 create mode 100644 protocol/spec/ACHAT.txt
 create mode 100644 protocol/spec/ChangeLog
 create mode 100644 protocol/spec/Makefile
 create mode 100755 protocol/spec/ParseDef.py
 create mode 100644 protocol/spec/TODO
 create mode 100644 protocol/spec/agrilan_map.def
 create mode 100644 protocol/spec/agrilan_map.html
 create mode 100644 protocol/spec/agrilan_map_in.html
 create mode 100755 protocol/spec/atlas-to-def.pl
 create mode 100644 protocol/spec/atlas-xml.css
 create mode 100644 protocol/spec/atlas-xml.dtd
 create mode 100644 protocol/spec/atlas.xml
 create mode 100644 protocol/spec/bach_syntax.html
 create mode 100644 protocol/spec/binary1_beta.html
 create mode 100644 protocol/spec/credits.html
 create mode 100755 protocol/spec/def2xml.py
 create mode 100644 protocol/spec/entity.atlas
 create mode 100644 protocol/spec/entity.def
 create mode 100644 protocol/spec/entity.html
 create mode 100644 protocol/spec/entity_in.html
 create mode 100644 protocol/spec/gen_atlas.py
 create mode 100755 protocol/spec/gen_html.py
 create mode 100755 protocol/spec/html2wiki.pl
 create mode 100644 protocol/spec/id_path.html
 create mode 100644 protocol/spec/index.html
 create mode 100755 protocol/spec/init.py
 create mode 100644 protocol/spec/interface.atlas
 create mode 100644 protocol/spec/interface.def
 create mode 100644 protocol/spec/interface.html
 create mode 100644 protocol/spec/interface_in.html
 create mode 100644 protocol/spec/login.html
 create mode 100644 protocol/spec/map.def
 create mode 100644 protocol/spec/map.html
 create mode 100644 protocol/spec/map_in.html
 create mode 100644 protocol/spec/maps/Makefile
 create mode 100644 protocol/spec/maps/README
 create mode 100644 protocol/spec/maps/atlas.sty
 create mode 100644 protocol/spec/maps/semantic_maps.tex
 create mode 100644 protocol/spec/move.html
 create mode 100644 protocol/spec/negotiation.html
 create mode 100644 protocol/spec/operation.atlas
 create mode 100644 protocol/spec/operation.def
 create mode 100644 protocol/spec/operation.html
 create mode 100644 protocol/spec/operation_in.html
 create mode 100644 protocol/spec/packed_syntax.html
 create mode 100755 protocol/spec/pre.pl
 create mode 100644 protocol/spec/requirements.html
 create mode 100644 protocol/spec/revision_history.html
 create mode 100644 protocol/spec/root.atlas
 create mode 100644 protocol/spec/root.def
 create mode 100644 protocol/spec/root.html
 create mode 100644 protocol/spec/root_in.html
 create mode 100644 protocol/spec/simple_core.html
 create mode 100644 protocol/spec/type.atlas
 create mode 100644 protocol/spec/type.def
 create mode 100644 protocol/spec/type.html
 create mode 100644 protocol/spec/type_in.html
 create mode 100644 protocol/spec/ui.atlas
 create mode 100644 protocol/spec/ui.def
 create mode 100644 protocol/spec/v0.1.4/binary.html
 create mode 100644 protocol/spec/v0.1.4/dtd.html
 create mode 100644 protocol/spec/v0.1.4/example.html
 create mode 100644 protocol/spec/v0.1.4/login.html
 create mode 100644 protocol/spec/v0.1.4/move.html
 create mode 100644 protocol/spec/v0.1.4/operations.html
 create mode 100644 protocol/spec/v0.1.4/proposal.html
 create mode 100644 protocol/spec/v0.1.4/tags.html
 create mode 100644 protocol/spec/xml_syntax.html
 create mode 100644 support/ChangeLog-CVS
 create mode 100755 support/generate-ChangeLog.sh
 copy tests/{Objects => Codecs}/Makefile.am (53%)
 copy tests/{Objects => Codecs}/Makefile.in (66%)
 create mode 100644 tests/Codecs/codecs.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/atlas-cpp.git



More information about the Pkg-games-commits mailing list