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


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-474-g6f9f3ae
Date: Tue, 1 Nov 2016 01:24:28 +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  6f9f3aec077ead43532e9c77d82048c065d33fa3 (commit)
      from  cc51223f21b317118e41c8c9c88008463d6d6177 (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 6f9f3aec077ead43532e9c77d82048c065d33fa3
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 1 01:06:31 2016 +0100

    Move types to viua::types namespace

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

Summary of changes:
 include/viua/assert.h                    |  16 ++---
 include/viua/bytecode/decoder/operands.h |   2 +-
 include/viua/exceptions.h                |  12 ++--
 include/viua/include/module.h            |   4 +-
 include/viua/kernel/kernel.h             |  16 ++---
 include/viua/kernel/registerset.h        |  13 ++--
 include/viua/process.h                   |  34 ++++-----
 include/viua/scheduler/vps.h             |   8 +--
 include/viua/types/boolean.h             | 104 ++++++++++++++-------------
 include/viua/types/closure.h             |  36 +++++-----
 include/viua/types/exception.h           |  64 +++++++++--------
 include/viua/types/function.h            |  44 ++++++------
 include/viua/types/object.h              |  56 ++++++++-------
 include/viua/types/pointer.h             |  54 +++++++-------
 include/viua/types/process.h             |  82 +++++++++++-----------
 include/viua/types/prototype.h           |  92 ++++++++++++------------
 include/viua/types/reference.h           |  54 +++++++-------
 include/viua/types/type.h                | 116 ++++++++++++++++---------------
 include/viua/types/vector.h              |  80 +++++++++++----------
 sample/asm/external/math.cpp             |   4 +-
 sample/asm/external/printer.cpp          |   2 +-
 sample/asm/external/throwing.cpp         |   2 +-
 src/assert.cpp                           |   2 +-
 src/bytecode/decoder/operands.cpp        |  10 +--
 src/bytecode/encoder/operands.cpp        |   6 +-
 src/front/kernel.cpp                     |   4 +-
 src/front/vm.cpp                         |  14 ++--
 src/kernel/ffi/request.cpp               |   8 +--
 src/kernel/ffi/scheduler.cpp             |   2 +-
 src/kernel/kernel.cpp                    |  30 ++++----
 src/kernel/registerset.cpp               |  66 +++++++++---------
 src/printutils.cpp                       |   2 +-
 src/process.cpp                          |  70 +++++++++----------
 src/process/dispatch.cpp                 |   2 +-
 src/process/instr/bool.cpp               |   6 +-
 src/process/instr/calls.cpp              |  26 +++----
 src/process/instr/cast.cpp               |   4 +-
 src/process/instr/closure.cpp            |  32 ++++-----
 src/process/instr/concurrency.cpp        |  26 +++----
 src/process/instr/float.cpp              |  10 +--
 src/process/instr/general.cpp            |   2 +-
 src/process/instr/int.cpp                |  10 +--
 src/process/instr/object.cpp             |  28 ++++----
 src/process/instr/prototype.cpp          |  16 ++---
 src/process/instr/registers.cpp          |  10 +--
 src/process/instr/tcmechanism.cpp        |  12 ++--
 src/process/instr/vector.cpp             |  40 +++++------
 src/scheduler/vps.cpp                    |  24 +++----
 src/stdlib/io.cpp                        |  10 +--
 src/stdlib/os.cpp                        |   2 +-
 src/stdlib/random.cpp                    |   6 +-
 src/stdlib/string.cpp                    |   6 +-
 src/stdlib/typesystem.cpp                |  12 ++--
 src/types/closure.cpp                    |  18 ++---
 src/types/exception.cpp                  |   6 +-
 src/types/function.cpp                   |  18 ++---
 src/types/object.cpp                     |  26 +++----
 src/types/pointer.cpp                    |  36 +++++-----
 src/types/process.cpp                    |  38 +++++-----
 src/types/prototype.cpp                  |  24 +++----
 src/types/reference.cpp                  |  24 +++----
 src/types/string.cpp                     |   8 +--
 src/types/type.cpp                       |   6 +-
 src/types/vector.cpp                     |  20 +++---
 64 files changed, 831 insertions(+), 786 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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