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.8.4-1135-gca4ad3


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1135-gca4ad38
Date: Sat, 6 May 2017 20:12:18 +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  ca4ad38b78356a48be6315906791c37aedb20a15 (commit)
      from  4ba1e782d5f232591cb6df858e0aae0ac4d05f0f (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 ca4ad38b78356a48be6315906791c37aedb20a15
Author: Marek Marecki <address@hidden>
Date:   Sat May 6 20:08:34 2017 +0200

    Move implementations to implementation files

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

Summary of changes:
 Makefile                       |  9 ++++++---
 include/viua/types/atom.h      |  8 ++------
 include/viua/types/boolean.h   | 28 ++++++++-----------------
 include/viua/types/exception.h | 24 +++++++---------------
 include/viua/types/number.h    | 12 ++++-------
 include/viua/types/object.h    |  8 ++------
 include/viua/types/pointer.h   |  8 ++------
 include/viua/types/process.h   |  2 +-
 include/viua/types/prototype.h | 12 ++++-------
 include/viua/types/reference.h |  2 +-
 include/viua/types/string.h    | 28 +++++++++----------------
 include/viua/types/struct.h    |  8 ++------
 include/viua/types/value.h     | 46 +++++++-----------------------------------
 include/viua/types/vector.h    |  4 +---
 src/types/atom.cpp             |  8 ++++++++
 src/types/boolean.cpp          | 30 +++++++++++++++++++++++++++
 src/types/exception.cpp        | 22 ++++++++++++++++++++
 src/types/number.cpp           | 18 ++++++++++++++++-
 src/types/object.cpp           |  6 ++++++
 src/types/pointer.cpp          |  7 +++++++
 src/types/process.cpp          |  3 +++
 src/types/prototype.cpp        | 13 ++++++++++++
 src/types/reference.cpp        |  2 ++
 src/types/string.cpp           | 24 ++++++++++++++++++++++
 src/types/struct.cpp           |  7 +++++++
 src/types/value.cpp            | 30 +++++++++++++++++++++++++++
 src/types/vector.cpp           |  4 ++++
 27 files changed, 229 insertions(+), 144 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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