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-1107-g8b2e97


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1107-g8b2e978
Date: Sat, 22 Apr 2017 20:41:21 +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  8b2e978e9cc89f05db6af2a3b2d319661614f8db (commit)
       via  90f5615cdebc32e5d3b0115cd5a00da6c370f99c (commit)
       via  126856a540de40e4b7603d91704452eed9e6b978 (commit)
       via  69e7530cb850f269ce197b988480f1e2c5865682 (commit)
      from  0c30aed6270a7065ec958dcc3d360da7b5d58ee9 (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 8b2e978e9cc89f05db6af2a3b2d319661614f8db
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 22 20:37:04 2017 +0200

    Version bump

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

Summary of changes:
 Makefile                                       |  7 ++-
 include/viua/types/boolean.h                   |  2 +
 include/viua/types/closure.h                   |  2 +
 include/viua/types/exception.h                 |  2 +
 include/viua/types/float.h                     |  2 +
 include/viua/types/function.h                  |  2 +
 include/viua/types/integer.h                   |  2 +
 include/viua/types/number.h                    |  2 +
 include/viua/types/object.h                    |  4 +-
 include/viua/types/pointer.h                   |  2 +
 include/viua/types/process.h                   |  2 +
 include/viua/types/prototype.h                 |  6 ++-
 include/viua/types/reference.h                 |  2 +
 include/viua/types/string.h                    |  2 +
 include/viua/types/struct.h                    |  2 +
 include/viua/types/text.h                      |  2 +
 include/viua/types/vector.h                    |  2 +
 include/viua/version.h                         |  2 +-
 src/process/instr/calls.cpp                    | 18 ++-----
 src/process/instr/closure.cpp                  | 27 +++++-----
 src/process/instr/concurrency.cpp              |  8 +--
 src/process/instr/int.cpp                      | 12 ++---
 src/process/instr/object.cpp                   | 33 +++++-------
 src/process/instr/struct.cpp                   | 31 +++++------
 src/process/instr/text.cpp                     | 72 +++++++++++++-------------
 src/process/instr/vector.cpp                   | 49 +++++++-----------
 src/{support/pointer.cpp => types/boolean.cpp} |  9 ++--
 src/types/closure.cpp                          |  2 +
 src/types/exception.cpp                        |  2 +
 src/types/float.cpp                            |  2 +
 src/types/function.cpp                         |  2 +
 src/types/integer.cpp                          |  1 +
 src/types/object.cpp                           |  9 ++--
 src/types/pointer.cpp                          |  1 +
 src/types/process.cpp                          |  1 +
 src/types/prototype.cpp                        |  7 +--
 src/types/reference.cpp                        |  1 +
 src/types/string.cpp                           |  1 +
 src/types/struct.cpp                           |  1 +
 src/types/text.cpp                             |  2 +
 src/types/vector.cpp                           |  1 +
 tests/tests.py                                 |  4 +-
 42 files changed, 182 insertions(+), 161 deletions(-)
 copy src/{support/pointer.cpp => types/boolean.cpp} (82%)


hooks/post-receive
-- 
Viua VM



reply via email to

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