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.9.0-130-g1092d27


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-130-g1092d27
Date: Wed, 19 Jul 2017 23:14:40 +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, devel has been updated
       via  1092d278de747f30fc9dc8962df350b665c1c66c (commit)
       via  7814b78d84aac4083edcff0e6a326d2d0d18668f (commit)
      from  0b4915c5ded0795164f5d75af3f3db544bb708f7 (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 1092d278de747f30fc9dc8962df350b665c1c66c
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 23:14:37 2017 +0200

    More make_unique()

commit 7814b78d84aac4083edcff0e6a326d2d0d18668f
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 23:12:17 2017 +0200

    Use make_unique() instead of unique_ptr(new) in instruction implementations

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

Summary of changes:
 include/viua/exceptions.h         | 12 +++---------
 src/process/instr/atom.cpp        |  4 ++--
 src/process/instr/bits.cpp        |  4 ++--
 src/process/instr/bool.cpp        |  7 +++----
 src/process/instr/cast.cpp        |  4 ++--
 src/process/instr/closure.cpp     |  2 +-
 src/process/instr/concurrency.cpp |  4 ++--
 src/process/instr/float.cpp       |  2 +-
 src/process/instr/int.cpp         |  4 ++--
 src/process/instr/object.cpp      |  2 +-
 src/process/instr/prototype.cpp   |  2 +-
 src/process/instr/registers.cpp   |  2 +-
 src/process/instr/str.cpp         |  2 +-
 src/process/instr/struct.cpp      |  2 +-
 src/process/instr/text.cpp        | 10 +++++-----
 src/process/instr/vector.cpp      |  2 +-
 16 files changed, 29 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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