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.8.4-473-gcc51223


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-473-gcc51223
Date: Tue, 1 Nov 2016 00:16:35 +0100 (CET)

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  cc51223f21b317118e41c8c9c88008463d6d6177 (commit)
      from  f51e6ad723111f0cdd82949712dc052eefd73d80 (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 cc51223f21b317118e41c8c9c88008463d6d6177
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 31 23:58:32 2016 +0100

    Move Integer, Float and String to viua::types namespace

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

Summary of changes:
 include/viua/types/float.h        | 50 +++++++++++---------
 include/viua/types/integer.h      | 54 +++++++++++----------
 include/viua/types/string.h       | 98 ++++++++++++++++++++-------------------
 sample/asm/external/math.cpp      |  2 +-
 src/bytecode/decoder/operands.cpp |  4 +-
 src/front/vm.cpp                  | 18 +++----
 src/process/instr/calls.cpp       |  2 +-
 src/process/instr/cast.cpp        | 12 ++---
 src/process/instr/float.cpp       | 10 ++--
 src/process/instr/int.cpp         | 16 +++----
 src/process/instr/object.cpp      |  4 +-
 src/process/instr/str.cpp         |  2 +-
 src/process/instr/vector.cpp      |  2 +-
 src/scheduler/vps.cpp             |  2 +-
 src/stdlib/io.cpp                 |  6 +--
 src/stdlib/random.cpp             | 12 ++---
 src/stdlib/typesystem.cpp         |  6 +--
 src/types/float.cpp               |  2 +
 src/types/integer.cpp             |  2 +
 src/types/string.cpp              |  1 +
 20 files changed, 161 insertions(+), 144 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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