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/157/use-fixed-width-integers


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/157/use-fixed-width-integers-where-appropriate updated. v0.8.4-759-g281c026
Date: Sat, 17 Dec 2016 21:43:09 +0100 (CET)

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/157/use-fixed-width-integers-where-appropriate has been 
updated
       via  281c02603ca258661e1cae58b793472115ca4a23 (commit)
       via  8fb03e0267fee4451f0391e070bc59e27be8a6a9 (commit)
      from  8a063574750bc5a99562e18ae24c613f6a583c1a (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 281c02603ca258661e1cae58b793472115ca4a23
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 17 21:43:56 2016 +0100

    Use defined types instead of bare ints

commit 8fb03e0267fee4451f0391e070bc59e27be8a6a9
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 17 21:43:35 2016 +0100

    Use int64_t as underlying Integer type

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

Summary of changes:
 include/viua/assert.h                |   2 +-
 include/viua/exceptions.h            |   2 +-
 include/viua/process.h               |   6 +-
 include/viua/types/exception.h       |   1 +
 include/viua/types/integer.h         |   6 +-
 src/bytecode/decoder/operands.cpp    |   3 +-
 src/cg/disassembler/disassembler.cpp |   1 -
 src/cg/tools.cpp                     |   6 +-
 src/front/asm/generate.cpp           | 134 +++++++++++++++++------------------
 src/kernel/kernel.cpp                |   2 +-
 src/kernel/registerset.cpp           |   4 +-
 src/process.cpp                      |  12 ++--
 src/types/string.cpp                 |   4 +-
 13 files changed, 93 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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