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-1134-g4ba1e78
Date: Sat, 6 May 2017 13:31:27 +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  4ba1e782d5f232591cb6df858e0aae0ac4d05f0f (commit)
      from  c163e77785df0d8070fb678efb678191ce743377 (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 4ba1e782d5f232591cb6df858e0aae0ac4d05f0f
Author: Marek Marecki <address@hidden>
Date:   Sat May 6 13:27:47 2017 +0200

    Rename header and implementation file to match type name

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

Summary of changes:
 Makefile                                 | 28 ++++++++++++++--------------
 include/module.h                         |  2 +-
 include/viua/assert.h                    |  2 +-
 include/viua/bytecode/decoder/operands.h |  2 +-
 include/viua/kernel/registerset.h        |  2 +-
 include/viua/process.h                   |  2 +-
 include/viua/types/atom.h                |  2 +-
 include/viua/types/boolean.h             |  2 +-
 include/viua/types/exception.h           |  2 +-
 include/viua/types/function.h            |  2 +-
 include/viua/types/number.h              |  2 +-
 include/viua/types/object.h              |  2 +-
 include/viua/types/pointer.h             |  2 +-
 include/viua/types/process.h             |  2 +-
 include/viua/types/prototype.h           |  2 +-
 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/{type.h => value.h}   |  0
 include/viua/types/vector.h              |  2 +-
 sample/asm/external/World.cpp            |  2 +-
 sample/asm/external/math.cpp             |  2 +-
 sample/asm/external/printer.cpp          |  2 +-
 sample/asm/external/sleeper.cpp          |  2 +-
 sample/asm/external/throwing.cpp         |  2 +-
 src/bytecode/decoder/operands.cpp        |  2 +-
 src/kernel/kernel.cpp                    |  2 +-
 src/kernel/registerset.cpp               |  2 +-
 src/printutils.cpp                       |  2 +-
 src/process/instr/arithmetic.cpp         |  2 +-
 src/process/instr/bool.cpp               |  2 +-
 src/process/instr/cast.cpp               |  2 +-
 src/process/instr/closure.cpp            |  2 +-
 src/process/instr/float.cpp              |  2 +-
 src/process/instr/int.cpp                |  2 +-
 src/process/instr/str.cpp                |  2 +-
 src/process/instr/vector.cpp             |  2 +-
 src/stdlib/io.cpp                        |  2 +-
 src/stdlib/kitchensink.cpp               |  2 +-
 src/stdlib/string.cpp                    |  2 +-
 src/stdlib/typesystem.cpp                |  2 +-
 src/types/closure.cpp                    |  2 +-
 src/types/function.cpp                   |  2 +-
 src/types/pointer.cpp                    |  2 +-
 src/types/string.cpp                     |  2 +-
 src/types/{type.cpp => value.cpp}        |  2 +-
 src/types/vector.cpp                     |  2 +-
 48 files changed, 60 insertions(+), 60 deletions(-)
 rename include/viua/types/{type.h => value.h} (100%)
 rename src/types/{type.cpp => value.cpp} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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