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-433-g56dad40


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-433-g56dad40
Date: Sun, 23 Oct 2016 14:03:31 +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  56dad40f7824a0bd368c4d752a897775ea575e7e (commit)
       via  e217e0cca883e86780bb83ec3d2414d22d165445 (commit)
       via  06a660176937256bfea5bf1908e2c64c511f1d5f (commit)
      from  0db760c28dfdbe3e0601b572448eb7fdc80897be (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 56dad40f7824a0bd368c4d752a897775ea575e7e
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 23 12:56:30 2016 +0200

    Update Changelog

commit e217e0cca883e86780bb83ec3d2414d22d165445
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 23 12:55:37 2016 +0200

    Better stringification for Object and Prototype

commit 06a660176937256bfea5bf1908e2c64c511f1d5f
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 23 12:55:01 2016 +0200

    Fix copying objects

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

Summary of changes:
 Changelog.markdown             |  2 ++
 include/viua/types/number.h    | 76 ++++++++++++++++++++++++++++++++++++++++++
 include/viua/types/object.h    |  2 ++
 include/viua/types/prototype.h |  6 ++--
 src/types/integer.cpp          | 68 +++++++++++++++++++++++++++++++++++++
 src/types/object.cpp           | 16 +++++++++
 src/types/prototype.cpp        |  4 +++
 tests/tests.py                 | 10 +++---
 8 files changed, 177 insertions(+), 7 deletions(-)
 create mode 100644 include/viua/types/number.h
 create mode 100644 src/types/integer.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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