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-2528-g2aa7bc9
Date: Mon, 12 Aug 2019 20:53:54 +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  2aa7bc9f4ae8f1837d8c38a09168154d680bf769 (commit)
       via  7a56dd597157a3dcac14d84bf3a1ab1403a08ce5 (commit)
      from  aa9616b7e62afeb8135ebc81495acf3955c56dff (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 2aa7bc9f4ae8f1837d8c38a09168154d680bf769
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 12 20:50:10 2019 +0200

    Intractions are interacting
    
    The commits I push lately are dirty and unprofessional, but I will clean
    them up later. I just don't feel like writing good commit messages and
    am just mesing around, really...
    
    And who cares anyway, right? It's my damn project and I set the rules.
    At work I have to write informative messages, that's just professional
    courtesy and I wouldn't feel good with myself if I neglected that, but
    here? It's wild west. *bang bang* This repo is too small for the two of
    us...

commit 7a56dd597157a3dcac14d84bf3a1ab1403a08ce5
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 12 19:51:47 2019 +0200

    Stuuuuuuff coooompilessss

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

Summary of changes:
 include/viua/kernel/kernel.h     | 14 ++++++-
 include/viua/process.h           |  7 ++++
 include/viua/scheduler/io.h      | 16 +++-----
 include/viua/scheduler/process.h |  2 +
 include/viua/types/io.h          | 83 +++++++++++++++++++++++++++++++++++++++-
 src/kernel/kernel.cpp            | 12 ++++++
 src/process.cpp                  |  6 +++
 src/process/instr/io.cpp         | 13 +++++--
 src/scheduler/io/scheduler.cpp   | 10 ++++-
 src/scheduler/process.cpp        |  8 +++-
 src/types/io.cpp                 | 40 +++++++++++++++----
 11 files changed, 183 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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