viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch issue/173/add-atoms updated. v0.8.


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/173/add-atoms updated. v0.8.4-1106-g90f5615
Date: Sat, 22 Apr 2017 20:18:42 +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, issue/173/add-atoms has been updated
       via  90f5615cdebc32e5d3b0115cd5a00da6c370f99c (commit)
       via  126856a540de40e4b7603d91704452eed9e6b978 (commit)
       via  69e7530cb850f269ce197b988480f1e2c5865682 (commit)
       via  0c30aed6270a7065ec958dcc3d360da7b5d58ee9 (commit)
       via  14671f60c0bf8efa58aa3c937b1894565870761b (commit)
       via  64afca2bfe5bd9ed1b879cdb54a07e287f90ca51 (commit)
      from  21a5348cda6d245278942fc8d6dec34d4c4afd19 (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 90f5615cdebc32e5d3b0115cd5a00da6c370f99c
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 22 20:14:06 2017 +0200

    Implement more type checks

commit 126856a540de40e4b7603d91704452eed9e6b978
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 22 19:08:55 2017 +0200

    Add generic type names to types

commit 69e7530cb850f269ce197b988480f1e2c5865682
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 22 19:08:34 2017 +0200

    Add Boolean type implementation file

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

Summary of changes:
 Makefile                                       |  7 ++-
 include/viua/types/boolean.h                   |  2 +
 include/viua/types/closure.h                   | 13 +++--
 include/viua/types/exception.h                 |  2 +
 include/viua/types/float.h                     |  2 +
 include/viua/types/function.h                  | 12 +++--
 include/viua/types/integer.h                   |  2 +
 include/viua/types/number.h                    |  2 +
 include/viua/types/object.h                    | 18 ++++---
 include/viua/types/pointer.h                   |  2 +
 include/viua/types/process.h                   |  2 +
 include/viua/types/prototype.h                 | 18 ++++---
 include/viua/types/reference.h                 | 17 +++---
 include/viua/types/string.h                    |  2 +
 include/viua/types/struct.h                    | 16 +++---
 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, 219 insertions(+), 200 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]