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


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1134-g4ba1e78
Date: Sat, 6 May 2017 13:31:40 +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  4ba1e782d5f232591cb6df858e0aae0ac4d05f0f (commit)
       via  c163e77785df0d8070fb678efb678191ce743377 (commit)
      from  027d3b3ad4542710abd8cc4bddeec8167e6f1d49 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 Makefile                                 | 28 ++++++++++++++--------------
 include/module.h                         |  2 +-
 include/viua/assert.h                    |  4 ++--
 include/viua/bytecode/decoder/operands.h |  6 +++---
 include/viua/exceptions.h                | 16 ++++++++--------
 include/viua/include/module.h            |  4 ++--
 include/viua/kernel/kernel.h             | 12 ++++++------
 include/viua/kernel/registerset.h        | 24 ++++++++++++------------
 include/viua/process.h                   | 32 ++++++++++++++++----------------
 include/viua/scheduler/ffi.h             |  2 +-
 include/viua/scheduler/vps.h             |  6 +++---
 include/viua/types/atom.h                | 10 +++++-----
 include/viua/types/boolean.h             | 10 +++++-----
 include/viua/types/closure.h             |  4 ++--
 include/viua/types/exception.h           |  8 ++++----
 include/viua/types/float.h               |  2 +-
 include/viua/types/function.h            |  8 +++-----
 include/viua/types/integer.h             |  2 +-
 include/viua/types/number.h              |  4 ++--
 include/viua/types/object.h              | 20 ++++++++++----------
 include/viua/types/pointer.h             | 20 ++++++++++----------
 include/viua/types/process.h             | 10 +++++-----
 include/viua/types/prototype.h           | 10 +++++-----
 include/viua/types/reference.h           | 18 +++++++++---------
 include/viua/types/string.h              |  8 ++++----
 include/viua/types/struct.h              | 16 ++++++++--------
 include/viua/types/text.h                |  6 +++---
 include/viua/types/{type.h => value.h}   | 27 ++++++++++++---------------
 include/viua/types/vector.h              | 20 ++++++++++----------
 sample/asm/external/World.cpp            |  2 +-
 sample/asm/external/math.cpp             |  4 ++--
 sample/asm/external/printer.cpp          |  4 ++--
 sample/asm/external/sleeper.cpp          |  2 +-
 sample/asm/external/throwing.cpp         |  2 +-
 src/assert.cpp                           |  2 +-
 src/bytecode/decoder/operands.cpp        |  6 +++---
 src/kernel/kernel.cpp                    | 12 ++++++------
 src/kernel/registerset.cpp               | 26 +++++++++++++-------------
 src/printutils.cpp                       |  2 +-
 src/process.cpp                          | 30 +++++++++++++++---------------
 src/process/instr/arithmetic.cpp         |  2 +-
 src/process/instr/atom.cpp               |  4 ++--
 src/process/instr/bool.cpp               | 14 +++++++-------
 src/process/instr/calls.cpp              |  8 ++++----
 src/process/instr/cast.cpp               | 18 +++++++++---------
 src/process/instr/closure.cpp            |  8 ++++----
 src/process/instr/concurrency.cpp        |  4 ++--
 src/process/instr/float.cpp              |  4 ++--
 src/process/instr/general.cpp            |  6 +++---
 src/process/instr/int.cpp                |  6 +++---
 src/process/instr/object.cpp             |  6 +++---
 src/process/instr/prototype.cpp          |  2 +-
 src/process/instr/registers.cpp          |  6 +++---
 src/process/instr/str.cpp                |  4 ++--
 src/process/instr/struct.cpp             |  6 +++---
 src/process/instr/text.cpp               | 18 +++++++++---------
 src/process/instr/vector.cpp             | 14 +++++++-------
 src/scheduler/ffi/request.cpp            | 10 +++++-----
 src/scheduler/ffi/scheduler.cpp          |  2 +-
 src/scheduler/vps.cpp                    | 16 ++++++++--------
 src/stdlib/io.cpp                        | 18 +++++++++---------
 src/stdlib/kitchensink.cpp               |  2 +-
 src/stdlib/random.cpp                    |  8 ++++----
 src/stdlib/string.cpp                    |  2 +-
 src/stdlib/typesystem.cpp                | 10 +++++-----
 src/types/atom.cpp                       |  2 +-
 src/types/closure.cpp                    |  6 +++---
 src/types/float.cpp                      |  4 ++--
 src/types/function.cpp                   |  6 +++---
 src/types/integer.cpp                    |  4 ++--
 src/types/object.cpp                     |  8 ++++----
 src/types/pointer.cpp                    | 18 +++++++++---------
 src/types/process.cpp                    | 10 +++++-----
 src/types/prototype.cpp                  |  4 ++--
 src/types/reference.cpp                  | 12 ++++++------
 src/types/string.cpp                     | 14 +++++++-------
 src/types/struct.cpp                     |  8 ++++----
 src/types/text.cpp                       |  4 ++--
 src/types/{type.cpp => value.cpp}        |  6 +++---
 src/types/vector.cpp                     | 18 +++++++++---------
 80 files changed, 374 insertions(+), 379 deletions(-)
 rename include/viua/types/{type.h => value.h} (82%)
 rename src/types/{type.cpp => value.cpp} (86%)


hooks/post-receive
-- 
Viua VM



reply via email to

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