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-150-g45ffcc0


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-150-g45ffcc0
Date: Sat, 22 Jul 2017 17:13: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  45ffcc08b1665f61e6f2e23d24c539c19c005b90 (commit)
       via  26caae23dcdba0d9e9bab370a84cc53ea6f6d241 (commit)
       via  bba90544f6970e33b14289fb5197a4d986795515 (commit)
       via  1b4cca4ce69a560aae9a3e56377f4bea4bee4c06 (commit)
       via  88f92372902c2191c035e599ef96194ed703e604 (commit)
      from  7db0a862271f06428ce7b4599923c29e0646734c (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 45ffcc08b1665f61e6f2e23d24c539c19c005b90
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 22 17:13:43 2017 +0200

    Use make_unique()

commit 26caae23dcdba0d9e9bab370a84cc53ea6f6d241
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 22 17:13:17 2017 +0200

    Use curly brace initialisation

commit bba90544f6970e33b14289fb5197a4d986795515
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 22 17:13:00 2017 +0200

    Use make_unique() instead of raw new

commit 1b4cca4ce69a560aae9a3e56377f4bea4bee4c06
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 22 17:12:23 2017 +0200

    More make_unique()s

commit 88f92372902c2191c035e599ef96194ed703e604
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 22 17:11:09 2017 +0200

    Implement operator= for maybe_unique_ptr

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

Summary of changes:
 include/viua/util/memory.h        |  7 ++++++-
 src/front/asm/generate.cpp        |  2 +-
 src/kernel/frame.cpp              |  6 ++++--
 src/loader.cpp                    | 12 ++++++------
 src/process/instr/concurrency.cpp |  4 ++--
 src/process/instr/vector.cpp      |  2 +-
 src/program.cpp                   |  8 ++++----
 src/scheduler/ffi/request.cpp     |  4 ++--
 src/types/bits.cpp                |  2 +-
 src/types/reference.cpp           |  2 +-
 10 files changed, 28 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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