[atlas-cpp] 01/05: Merge tag 'upstream/0.6.3'

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 commit to branch master
in repository atlas-cpp.

commit f4e099874cf0b1402d592204aa25ed3b784d7106
Merge: a3bbd0a 0ca1023
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sun Sep 27 01:16:15 2015 -0500

    Merge tag 'upstream/0.6.3'
    
    Upstream version 0.6.3

 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 +-
 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/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 +-
 131 files changed, 59276 insertions(+), 31029 deletions(-)

-- 
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