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/3943aa80/rename-type-to-valu


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/3943aa80/rename-type-to-value updated. v0.8.4-1133-gc163e77
Date: Sat, 6 May 2017 11:39:16 +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/3943aa80/rename-type-to-value has been updated
       via  c163e77785df0d8070fb678efb678191ce743377 (commit)
      from  027d3b3ad4542710abd8cc4bddeec8167e6f1d49 (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 c163e77785df0d8070fb678efb678191ce743377
Author: Marek Marecki <address@hidden>
Date:   Sat May 6 11:35:33 2017 +0200

    Rename core value from Type to Value

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

Summary of changes:
 include/viua/assert.h                    |  2 +-
 include/viua/bytecode/decoder/operands.h |  4 ++--
 include/viua/exceptions.h                | 16 ++++++++--------
 include/viua/include/module.h            |  4 ++--
 include/viua/kernel/kernel.h             | 12 ++++++------
 include/viua/kernel/registerset.h        | 22 +++++++++++-----------
 include/viua/process.h                   | 30 +++++++++++++++---------------
 include/viua/scheduler/ffi.h             |  2 +-
 include/viua/scheduler/vps.h             |  6 +++---
 include/viua/types/atom.h                |  8 ++++----
 include/viua/types/boolean.h             |  8 ++++----
 include/viua/types/closure.h             |  4 ++--
 include/viua/types/exception.h           |  6 +++---
 include/viua/types/float.h               |  2 +-
 include/viua/types/function.h            |  6 ++----
 include/viua/types/integer.h             |  2 +-
 include/viua/types/number.h              |  2 +-
 include/viua/types/object.h              | 18 +++++++++---------
 include/viua/types/pointer.h             | 18 +++++++++---------
 include/viua/types/process.h             |  8 ++++----
 include/viua/types/prototype.h           |  8 ++++----
 include/viua/types/reference.h           | 16 ++++++++--------
 include/viua/types/string.h              |  6 +++---
 include/viua/types/struct.h              | 14 +++++++-------
 include/viua/types/text.h                |  4 ++--
 include/viua/types/type.h                | 27 ++++++++++++---------------
 include/viua/types/vector.h              | 18 +++++++++---------
 sample/asm/external/math.cpp             |  2 +-
 sample/asm/external/printer.cpp          |  2 +-
 src/assert.cpp                           |  2 +-
 src/bytecode/decoder/operands.cpp        |  4 ++--
 src/kernel/kernel.cpp                    | 10 +++++-----
 src/kernel/registerset.cpp               | 24 ++++++++++++------------
 src/process.cpp                          | 30 +++++++++++++++---------------
 src/process/instr/atom.cpp               |  4 ++--
 src/process/instr/bool.cpp               | 12 ++++++------
 src/process/instr/calls.cpp              |  8 ++++----
 src/process/instr/cast.cpp               | 16 ++++++++--------
 src/process/instr/closure.cpp            |  6 +++---
 src/process/instr/concurrency.cpp        |  4 ++--
 src/process/instr/float.cpp              |  2 +-
 src/process/instr/general.cpp            |  6 +++---
 src/process/instr/int.cpp                |  4 ++--
 src/process/instr/object.cpp             |  6 +++---
 src/process/instr/prototype.cpp          |  2 +-
 src/process/instr/registers.cpp          |  6 +++---
 src/process/instr/str.cpp                |  2 +-
 src/process/instr/struct.cpp             |  6 +++---
 src/process/instr/text.cpp               | 18 +++++++++---------
 src/process/instr/vector.cpp             | 12 ++++++------
 src/scheduler/ffi/request.cpp            | 10 +++++-----
 src/scheduler/ffi/scheduler.cpp          |  2 +-
 src/scheduler/vps.cpp                    | 16 ++++++++--------
 src/stdlib/io.cpp                        | 16 ++++++++--------
 src/stdlib/random.cpp                    |  8 ++++----
 src/stdlib/typesystem.cpp                |  8 ++++----
 src/types/atom.cpp                       |  2 +-
 src/types/closure.cpp                    |  4 ++--
 src/types/float.cpp                      |  4 ++--
 src/types/function.cpp                   |  4 ++--
 src/types/integer.cpp                    |  4 ++--
 src/types/object.cpp                     |  8 ++++----
 src/types/pointer.cpp                    | 16 ++++++++--------
 src/types/process.cpp                    | 10 +++++-----
 src/types/prototype.cpp                  |  4 ++--
 src/types/reference.cpp                  | 12 ++++++------
 src/types/string.cpp                     | 12 ++++++------
 src/types/struct.cpp                     |  8 ++++----
 src/types/text.cpp                       |  4 ++--
 src/types/type.cpp                       |  4 ++--
 src/types/vector.cpp                     | 16 ++++++++--------
 71 files changed, 314 insertions(+), 319 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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