viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2614-g2c862d


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2614-g2c862d4
Date: Wed, 25 Dec 2019 23:52:07 +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, devel has been updated
       via  2c862d44468ecc369717e7a1f66b744774a15930 (commit)
      from  94d497c41bcfcae9f09818e35160b0b8d509d9ad (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 2c862d44468ecc369717e7a1f66b744774a15930
Author: Marek Marecki <address@hidden>
Date:   Wed Dec 25 23:18:23 2019 +0100

    Remove the "once" pragmas
    
    We use the (old school, but sufficient) include guards.

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

Summary of changes:
 build/{ => bytecode/codec}/.gitkeep         | 0
 include/viua/assert.h                       | 2 --
 include/viua/bytecode/bytetypedef.h         | 2 --
 include/viua/bytecode/decoder/operands.h    | 2 --
 include/viua/bytecode/maps.h                | 2 --
 include/viua/bytecode/opcodes.h             | 2 --
 include/viua/bytecode/operand_types.h       | 2 --
 include/viua/cg/assembler/assembler.h       | 2 --
 include/viua/cg/bytecode/instructions.h     | 2 --
 include/viua/cg/disassembler/disassembler.h | 2 --
 include/viua/cg/lex.h                       | 2 --
 include/viua/cg/tokenizer.h                 | 2 --
 include/viua/cg/tools.h                     | 2 --
 include/viua/exceptions.h                   | 2 --
 include/viua/front/asm.h                    | 2 --
 include/viua/include/module.h               | 2 --
 include/viua/kernel/catcher.h               | 2 --
 include/viua/kernel/frame.h                 | 2 --
 include/viua/kernel/kernel.h                | 2 --
 include/viua/kernel/registerset.h           | 2 --
 include/viua/loader.h                       | 3 ---
 include/viua/machine.h                      | 2 --
 include/viua/pid.h                          | 2 --
 include/viua/printutils.h                   | 2 --
 include/viua/support/env.h                  | 6 ++----
 include/viua/support/pointer.h              | 4 ++--
 include/viua/support/string.h               | 6 ++----
 include/viua/types/atom.h                   | 2 --
 include/viua/types/bits.h                   | 2 --
 include/viua/types/boolean.h                | 2 --
 include/viua/types/closure.h                | 2 --
 include/viua/types/exception.h              | 2 --
 include/viua/types/float.h                  | 2 --
 include/viua/types/function.h               | 2 --
 include/viua/types/integer.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/reference.h              | 2 --
 include/viua/types/string.h                 | 2 --
 include/viua/types/struct.h                 | 2 --
 include/viua/types/text.h                   | 2 --
 include/viua/types/value.h                  | 2 --
 include/viua/types/vector.h                 | 2 --
 include/viua/util/memory.h                  | 3 ---
 46 files changed, 6 insertions(+), 96 deletions(-)
 copy build/{ => bytecode/codec}/.gitkeep (100%)


hooks/post-receive
-- 
Viua VM



reply via email to

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