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/172/add-structs-as-generic-k


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/172/add-structs-as-generic-key-value-containers updated. v0.8.4-1080-g0835f11
Date: Wed, 19 Apr 2017 23:36:59 +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/172/add-structs-as-generic-key-value-containers has been 
updated
       via  0835f11a350f4f7dd3b9f83f032ef9f6ed4ff35f (commit)
       via  ce4f6fa86b233d68387e53ef8528e2b3149fbb9f (commit)
       via  79eb34982bc6c237fea167bfad83ec07e647a343 (commit)
       via  fecb32c3e582796f2582df17f3dd44e4ddf64a8c (commit)
      from  7feb1a03b543efb63ed8ffbbe7d663f7a368e120 (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 0835f11a350f4f7dd3b9f83f032ef9f6ed4ff35f
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 19 23:32:35 2017 +0200

    Use correct type for loop counter

commit ce4f6fa86b233d68387e53ef8528e2b3149fbb9f
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 19 23:32:24 2017 +0200

    Implement "structkeys" instruction

commit 79eb34982bc6c237fea167bfad83ec07e647a343
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 19 23:08:35 2017 +0200

    Allow using different quoting characters in str::enquote()

commit fecb32c3e582796f2582df17f3dd44e4ddf64a8c
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 19 23:08:06 2017 +0200

    Implemenet "structinsert" instruction

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

Summary of changes:
 include/viua/cg/bytecode/instructions.h |  2 ++
 include/viua/program.h                  |  2 ++
 include/viua/support/string.h           |  2 +-
 src/cg/assembler/static_analysis.cpp    |  4 ++--
 src/cg/bytecode/instructions.cpp        |  8 +++++++
 src/cg/disassembler/disassembler.cpp    |  2 ++
 src/cg/lex.cpp                          |  4 ++--
 src/cg/tools.cpp                        | 12 ++++++++++
 src/front/asm/assemble_instruction.cpp  | 18 ++++++++++++++
 src/process/dispatch.cpp                |  6 +++++
 src/process/instr/struct.cpp            | 42 +++++++++++++++++++++++++++++++++
 src/programinstructions.cpp             | 10 ++++++++
 src/support/string.cpp                  |  3 +--
 src/types/text.cpp                      |  3 ++-
 src/types/vector.cpp                    |  2 +-
 15 files changed, 111 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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