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/157/use-fixed-width-integers


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/157/use-fixed-width-integers-where-appropriate updated. v0.8.4-722-g96cbf86
Date: Sun, 11 Dec 2016 22:56:46 +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, issue/157/use-fixed-width-integers-where-appropriate has been 
updated
       via  96cbf869d7e14aa097c687460b77868c5fbd302c (commit)
       via  c66f56b033994f05f466752d041cce01dbeef22a (commit)
       via  824a83250623bba01ff531b04b743f511da34b18 (commit)
      from  cc14175e5232ac762f3f1d4325884848f0ec098c (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 96cbf869d7e14aa097c687460b77868c5fbd302c
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 11 22:37:48 2016 +0100

    Remove useless std::move()

commit c66f56b033994f05f466752d041cce01dbeef22a
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 11 22:37:34 2016 +0100

    Make implicit conversions explicit

commit 824a83250623bba01ff531b04b743f511da34b18
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 11 22:36:47 2016 +0100

    Fix Clang++ inconsistencies in override usage

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

Summary of changes:
 include/viua/types/boolean.h      | 10 +++++-----
 include/viua/types/closure.h      | 10 +++++-----
 include/viua/types/exception.h    |  8 ++++----
 include/viua/types/function.h     |  8 ++++----
 include/viua/types/object.h       |  8 ++++----
 include/viua/types/process.h      |  8 ++++----
 include/viua/types/prototype.h    |  4 ++--
 include/viua/types/reference.h    | 12 ++++++------
 include/viua/types/string.h       |  8 ++++----
 include/viua/types/vector.h       |  4 ++--
 src/cg/bytecode/instructions.cpp  |  6 +++---
 src/front/asm/generate.cpp        |  2 +-
 src/front/dis.cpp                 |  2 +-
 src/front/vm.cpp                  |  2 +-
 src/kernel/registerset.cpp        |  8 ++++----
 src/loader.cpp                    |  2 +-
 src/process.cpp                   |  6 +++---
 src/process/instr/calls.cpp       | 10 +++++-----
 src/process/instr/closure.cpp     |  6 +++---
 src/process/instr/concurrency.cpp |  4 ++--
 src/process/instr/object.cpp      |  4 ++--
 src/process/instr/registers.cpp   |  6 +++---
 src/process/instr/tcmechanism.cpp |  2 +-
 src/process/instr/vector.cpp      | 14 +++++++-------
 src/scheduler/ffi/request.cpp     |  2 +-
 src/scheduler/vps.cpp             |  2 +-
 src/stdlib/io.cpp                 |  4 ++--
 src/types/closure.cpp             |  2 +-
 src/types/object.cpp              |  4 ++--
 src/types/vector.cpp              |  6 +++---
 30 files changed, 87 insertions(+), 87 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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