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/167/define-clear-ownership-r


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/167/define-clear-ownership-rules updated. v0.8.4-622-g7243251
Date: Sun, 27 Nov 2016 22:08:27 +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/167/define-clear-ownership-rules has been updated
       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 7243251336347a619b909489172160fa629527e5
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 27 21:51:00 2016 +0100

    Caller receives ownership of objects returned by Type::copy()

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

Summary of changes:
 include/viua/exceptions.h       | 16 ++++++++--------
 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     |  2 +-
 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       |  3 ++-
 include/viua/types/vector.h     | 30 ++++++------------------------
 src/kernel/registerset.cpp      |  2 +-
 src/process/instr/calls.cpp     |  4 ++--
 src/process/instr/closure.cpp   |  4 ++--
 src/process/instr/object.cpp    |  2 +-
 src/process/instr/registers.cpp |  2 +-
 src/process/instr/vector.cpp    |  6 +++---
 src/stdlib/io.cpp               |  2 +-
 src/types/closure.cpp           |  6 +++---
 src/types/float.cpp             |  4 ++--
 src/types/function.cpp          |  6 ++----
 src/types/integer.cpp           |  4 ++--
 src/types/object.cpp            |  8 ++++----
 src/types/pointer.cpp           |  7 +++----
 src/types/process.cpp           |  4 ++--
 src/types/prototype.cpp         |  5 ++---
 src/types/reference.cpp         |  4 ++--
 src/types/vector.cpp            | 30 ++++++++++++++++++++++++++++++
 32 files changed, 94 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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