viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1614-gd2ad8a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1614-gd2ad8a2
Date: Mon, 14 May 2018 21:49:14 +0200 (CEST)

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 "Viua VM".

The branch, devel has been updated
       via  d2ad8a2ccf039e65b726d42791ec18313ba22105 (commit)
      from  8bf7392ce3ada093410ced27800e9ac806a3a9ea (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 d2ad8a2ccf039e65b726d42791ec18313ba22105
Author: Marek Marecki <address@hidden>
Date:   Mon May 14 21:49:10 2018 +0200

    Const on the right for std::string

-----------------------------------------------------------------------

Summary of changes:
 include/viua/assembler/frontend/parser.h            | 4 ++--
 include/viua/cg/assembler/assembler.h               | 6 +++---
 include/viua/process.h                              | 4 ++--
 include/viua/types/atom.h                           | 4 ++--
 include/viua/types/bits.h                           | 2 +-
 include/viua/types/boolean.h                        | 2 +-
 include/viua/types/closure.h                        | 2 +-
 include/viua/types/exception.h                      | 2 +-
 include/viua/types/float.h                          | 2 +-
 include/viua/types/function.h                       | 2 +-
 include/viua/types/integer.h                        | 2 +-
 include/viua/types/number.h                         | 2 +-
 include/viua/types/object.h                         | 2 +-
 include/viua/types/process.h                        | 2 +-
 include/viua/types/reference.h                      | 2 +-
 include/viua/types/string.h                         | 2 +-
 include/viua/types/struct.h                         | 2 +-
 include/viua/types/text.h                           | 2 +-
 include/viua/types/vector.h                         | 2 +-
 src/assembler/frontend/parser.cpp                   | 4 ++--
 src/assembler/frontend/static_analyser/verifier.cpp | 4 ++--
 src/cg/assembler/binary_literals.cpp                | 4 ++--
 src/front/dis.cpp                                   | 6 +++---
 src/front/kernel.cpp                                | 2 +-
 src/process/stack.cpp                               | 4 ++--
 src/types/boolean.cpp                               | 2 +-
 src/types/closure.cpp                               | 2 +-
 src/types/exception.cpp                             | 2 +-
 src/types/float.cpp                                 | 2 +-
 src/types/function.cpp                              | 2 +-
 src/types/integer.cpp                               | 2 +-
 src/types/number.cpp                                | 2 +-
 src/types/object.cpp                                | 2 +-
 src/types/pointer.cpp                               | 2 +-
 src/types/process.cpp                               | 2 +-
 src/types/reference.cpp                             | 2 +-
 src/types/string.cpp                                | 2 +-
 src/types/struct.cpp                                | 2 +-
 src/types/text.cpp                                  | 2 +-
 src/types/vector.cpp                                | 2 +-
 40 files changed, 51 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]