viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instr


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instructions updated. v0.9.0-2535-gf0cb8c5
Date: Sat, 7 Sep 2019 12:27:50 +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, issue-6329ca01-implement-i-o-instructions has been updated
       via  f0cb8c5c42bd18386cb2061a496cce4876efe778 (commit)
       via  c27cb6f302f17dec4b3e5474c942812b93e8d17d (commit)
      from  bf8b495f7ebe902ec477368a7e6c9fa5687a63f9 (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 f0cb8c5c42bd18386cb2061a496cce4876efe778
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 7 12:25:23 2019 +0200

    Move IO_interaction type to another namespace
    
    IO_interaction is not related to viua::types::Value so there was no good
    reason why it should be put inside viua::types namespace. Therefore, it
    was moved to viua::scheduler::io which is a more suitable place for it.

commit c27cb6f302f17dec4b3e5474c942812b93e8d17d
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 7 11:44:12 2019 +0200

    Remove useless log

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

Summary of changes:
 include/viua/kernel/kernel.h                       |   9 +-
 include/viua/process.h                             |   3 +-
 include/viua/scheduler/io.h                        |   7 +-
 .../{types/io.h => scheduler/io/interactions.h}    | 100 +-----------------
 include/viua/scheduler/process.h                   |   6 +-
 include/viua/types/io.h                            | 113 +--------------------
 src/kernel/kernel.cpp                              |   2 +-
 src/process.cpp                                    |   2 +-
 src/process/instr/io.cpp                           |   1 -
 src/scheduler/io/scheduler.cpp                     |   8 +-
 src/scheduler/process.cpp                          |   8 +-
 src/types/io.cpp                                   |  12 ++-
 12 files changed, 41 insertions(+), 230 deletions(-)
 copy include/viua/{types/io.h => scheduler/io/interactions.h} (60%)


hooks/post-receive
-- 
Viua VM



reply via email to

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