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


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-638-g68021ce
Date: Thu, 1 Dec 2016 00:47:05 +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  68021ce57c32b53fbb6e83836ed7ecd3b9182705 (commit)
       via  b438c4f00d7d34250b9617b56891d1eb02686472 (commit)
       via  84454e7146ceb5289662bc0424173a800ff56791 (commit)
       via  521e321c692cd378e13e9a95c46a677c75a4005d (commit)
       via  245bcfc46fe4e92318ad4b318ef1b7f21eb9f903 (commit)
       via  94f303edd8e250f6aa373f33b13db9380230e8df (commit)
       via  073a50abef34a85652fa2d088ff1cd32abac095c (commit)
       via  dbc481eb4b7ce5d0079e5e76216dd52701c3a037 (commit)
       via  280475b633e6939236984aa01dead64edc008912 (commit)
       via  cc9a10b57493d4dd9bf2826e3e9bb843e94c6cbb (commit)
       via  ed94172ac6ca4e4f613aa69451b4e7cc39b60951 (commit)
       via  da3db54d2ba11035c1b885360d0e9d2ada116902 (commit)
       via  cc74eb948044e1a1927961aa6cf4e81488598496 (commit)
       via  25208e2d46c6c83a7a4998a98f487de9cc1a1b27 (commit)
       via  0a350ccf8376dfa5fc5bb29a7f8d2678e5d17474 (commit)
       via  5d8b2f6fbc29e697ca7064ee56d47b936d63b887 (commit)
       via  7243251336347a619b909489172160fa629527e5 (commit)
      from  3dc9d56996d3c0c27ee06e799fc74fd729f54bc6 (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 68021ce57c32b53fbb6e83836ed7ecd3b9182705
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 1 00:29:47 2016 +0100

    Version bump, also closes #167

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

Summary of changes:
 include/viua/exceptions.h         | 16 ++++++-------
 include/viua/kernel/registerset.h | 12 ++++------
 include/viua/process.h            |  8 +++----
 include/viua/scheduler/ffi.h      |  2 +-
 include/viua/types/boolean.h      |  4 ++--
 include/viua/types/closure.h      |  2 +-
 include/viua/types/exception.h    |  4 ++--
 include/viua/types/float.h        |  2 +-
 include/viua/types/function.h     |  2 +-
 include/viua/types/integer.h      |  2 +-
 include/viua/types/object.h       | 12 +++++-----
 include/viua/types/pointer.h      |  2 +-
 include/viua/types/process.h      |  2 +-
 include/viua/types/prototype.h    |  2 +-
 include/viua/types/reference.h    |  2 +-
 include/viua/types/string.h       |  4 ++--
 include/viua/types/type.h         |  5 ++--
 include/viua/types/vector.h       | 38 ++++++++---------------------
 include/viua/version.h            |  2 +-
 sample/asm/external/math.cpp      |  2 +-
 src/kernel/registerset.cpp        | 23 ++++++++----------
 src/process.cpp                   | 33 ++++++++++----------------
 src/process/instr/bool.cpp        |  6 ++---
 src/process/instr/calls.cpp       | 18 +++++++-------
 src/process/instr/cast.cpp        |  8 +++----
 src/process/instr/closure.cpp     | 12 +++++-----
 src/process/instr/concurrency.cpp | 10 ++++----
 src/process/instr/float.cpp       |  4 ++--
 src/process/instr/int.cpp         |  6 ++---
 src/process/instr/object.cpp      |  8 +++----
 src/process/instr/prototype.cpp   |  4 ++--
 src/process/instr/registers.cpp   | 10 ++++----
 src/process/instr/str.cpp         |  2 +-
 src/process/instr/tcmechanism.cpp |  4 ++--
 src/process/instr/vector.cpp      | 20 ++++++++--------
 src/scheduler/ffi/request.cpp     | 15 ++++++------
 src/scheduler/ffi/scheduler.cpp   |  2 +-
 src/scheduler/vps.cpp             | 19 +++++++--------
 src/stdlib/io.cpp                 | 10 ++++----
 src/stdlib/random.cpp             |  8 +++----
 src/stdlib/typesystem.cpp         | 14 +++++------
 src/types/closure.cpp             |  6 ++---
 src/types/float.cpp               |  4 ++--
 src/types/function.cpp            |  6 ++---
 src/types/integer.cpp             |  4 ++--
 src/types/object.cpp              | 37 +++++++++--------------------
 src/types/pointer.cpp             |  9 ++++---
 src/types/process.cpp             |  6 ++---
 src/types/prototype.cpp           |  5 ++--
 src/types/reference.cpp           |  4 ++--
 src/types/string.cpp              | 12 +++++-----
 src/types/type.cpp                |  4 ++--
 src/types/vector.cpp              | 50 +++++++++++++++++++++++++++++----------
 53 files changed, 239 insertions(+), 269 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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