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-128-g0b4915c


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-128-g0b4915c
Date: Wed, 19 Jul 2017 23:05:25 +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  0b4915c5ded0795164f5d75af3f3db544bb708f7 (commit)
       via  845e9b188ac24ed882290ded55004e322a41e31f (commit)
       via  ff9f7eed4aa5cf49f8f942dbf7fb8a993692789e (commit)
       via  81975c01a6eac77a435c37cf15934455f9383d91 (commit)
      from  5ebd052c108819c3b2c062286c53995f6e47e6a0 (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 0b4915c5ded0795164f5d75af3f3db544bb708f7
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 23:05:19 2017 +0200

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

commit 845e9b188ac24ed882290ded55004e322a41e31f
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 22:31:33 2017 +0200

    Apply coding style

commit ff9f7eed4aa5cf49f8f942dbf7fb8a993692789e
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 22:26:45 2017 +0200

    Use make_unique() instead of unique_ptr(new)

commit 81975c01a6eac77a435c37cf15934455f9383d91
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 19 22:25:56 2017 +0200

    Apply coding style

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

Summary of changes:
 include/viua/exceptions.h      | 145 ++++++++++++++++++-----------------------
 include/viua/types/bits.h      |   3 +-
 include/viua/types/reference.h |  43 ++++++------
 src/types/atom.cpp             |   4 +-
 src/types/bits.cpp             |   4 +-
 src/types/boolean.cpp          |   4 +-
 src/types/exception.cpp        |   4 +-
 src/types/float.cpp            |  22 +++----
 src/types/function.cpp         |   2 +-
 src/types/integer.cpp          |  20 +++---
 src/types/pointer.cpp          |   4 +-
 src/types/process.cpp          |   4 +-
 src/types/prototype.cpp        |   2 +-
 src/types/reference.cpp        |   2 +-
 src/types/string.cpp           |   2 +-
 src/types/text.cpp             |   4 +-
 src/types/value.cpp            |   2 +-
 17 files changed, 119 insertions(+), 152 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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