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-139-gffb0bfd


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-139-gffb0bfd
Date: Thu, 20 Jul 2017 23:03:46 +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  ffb0bfded8f9311c457846019fa21189fc82266a (commit)
       via  d41fcd393118c24d982cff53b736c032e0f6d612 (commit)
       via  e4e7513b463086862e25577f1baceadb1b3e80a6 (commit)
       via  a156e791652b3e119961161a494e60a753325ab0 (commit)
       via  cf1ae0bffcd470f7dada0f63443c8fa5e18ecb11 (commit)
       via  e5448f9c7b4e399df8382d96d0b76320cb74006b (commit)
      from  292b7ab097a56e5794a99bc03d60c105c0d33c1e (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 ffb0bfded8f9311c457846019fa21189fc82266a
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:03:43 2017 +0200

    More make_unique()s

commit d41fcd393118c24d982cff53b736c032e0f6d612
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:03:08 2017 +0200

    Better comment

commit e4e7513b463086862e25577f1baceadb1b3e80a6
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:01:36 2017 +0200

    Fix potential memory leak

commit a156e791652b3e119961161a494e60a753325ab0
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:01:20 2017 +0200

    Use make_unique instead of unique_ptr(new)

commit cf1ae0bffcd470f7dada0f63443c8fa5e18ecb11
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:00:48 2017 +0200

    Remove useless comment

commit e5448f9c7b4e399df8382d96d0b76320cb74006b
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 20 23:00:11 2017 +0200

    Apply style guide

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

Summary of changes:
 include/viua/kernel/tryframe.h    | 24 ++++++++++--------------
 src/kernel/kernel.cpp             |  4 ++--
 src/process.cpp                   | 15 ++++++---------
 src/process/instr/calls.cpp       |  3 +--
 src/process/instr/cast.cpp        |  6 ++----
 src/process/instr/closure.cpp     | 20 +++++++++++---------
 src/process/instr/tcmechanism.cpp |  4 ++--
 src/process/instr/text.cpp        |  9 +++------
 src/process/stack.cpp             |  6 +++---
 src/programinstructions.cpp       |  2 --
 src/scheduler/ffi/scheduler.cpp   |  4 ++--
 src/scheduler/vps.cpp             | 13 ++++++-------
 src/stdlib/os.cpp                 |  3 ++-
 src/types/closure.cpp             |  3 +--
 src/types/string.cpp              |  6 +++---
 15 files changed, 54 insertions(+), 68 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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