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-478-g7475743


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-478-g7475743
Date: Wed, 2 Nov 2016 22:41:09 +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  74757431f27d7a1439d7c7d2841dfced86106815 (commit)
      from  bfa888cbc8178a79c4248b6abe0f260e8d164d89 (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 74757431f27d7a1439d7c7d2841dfced86106815
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 2 22:23:24 2016 +0100

    Move Kernel to a namespace

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

Summary of changes:
 include/viua/front/vm.h          |   6 +-
 include/viua/include/module.h    |  12 +-
 include/viua/kernel/kernel.h     | 294 ++++++++++++++++++++-------------------
 include/viua/scheduler/ffi.h     |  10 +-
 include/viua/scheduler/vps.h     |  14 +-
 include/viua/types/pointer.h     |   9 +-
 include/viua/types/process.h     |  10 +-
 include/viua/types/string.h      |  24 ++--
 sample/asm/external/World.cpp    |   2 +-
 sample/asm/external/math.cpp     |   2 +-
 sample/asm/external/printer.cpp  |   2 +-
 sample/asm/external/sleeper.cpp  |   2 +-
 sample/asm/external/throwing.cpp |   2 +-
 src/cg/bytecode/instructions.cpp |   2 +-
 src/front/kernel.cpp             |  14 +-
 src/front/vm.cpp                 |   6 +-
 src/front/wdb.cpp                |  38 ++---
 src/kernel/kernel.cpp            |  92 ++++++------
 src/program.cpp                  |   2 +-
 src/scheduler/vps.cpp            |   8 +-
 src/stdlib/io.cpp                |   8 +-
 src/stdlib/kitchensink.cpp       |   2 +-
 src/stdlib/random.cpp            |   8 +-
 src/stdlib/typesystem.cpp        |   6 +-
 src/types/pointer.cpp            |   2 +-
 src/types/process.cpp            |   4 +-
 src/types/string.cpp             |  18 +--
 27 files changed, 314 insertions(+), 285 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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