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-971-g6b034ca


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-971-g6b034ca
Date: Sun, 4 Feb 2018 19:23:14 +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  6b034ca8fe4978459f3a58701debbf62d90949f3 (commit)
      from  9e1b0c865509798ea577d47ddbd62d1cb7fa6e6b (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 6b034ca8fe4978459f3a58701debbf62d90949f3
Author: Marek Marecki <address@hidden>
Date:   Sun Feb 4 19:23:07 2018 +0100

    Move from camelCase to snake_case for all names

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

Summary of changes:
 include/viua/cg/assembler/assembler.h              |  26 +++---
 include/viua/front/asm.h                           |   6 +-
 include/viua/kernel/frame.h                        |   2 +-
 include/viua/kernel/kernel.h                       |  62 ++++++-------
 include/viua/loader.h                              |  42 ++++-----
 include/viua/printutils.h                          |   2 +-
 include/viua/process.h                             |  28 +++---
 include/viua/program.h                             |   2 +-
 include/viua/scheduler/ffi.h                       |   2 +-
 include/viua/scheduler/vps.h                       |  38 ++++----
 include/viua/types/prototype.h                     |   6 +-
 include/viua/types/reference.h                     |   2 +-
 src/assembler/frontend/parser.cpp                  |  10 +--
 .../frontend/static_analyser/verifier.cpp          |   2 +-
 src/bytecode/decoder/operands.cpp                  |   2 +-
 src/cg/assembler/codeextract.cpp                   |  10 +--
 src/cg/assembler/static_analysis.cpp               |   2 +-
 src/cg/assembler/utils.cpp                         |  14 +--
 src/cg/assembler/verify.cpp                        |   6 +-
 src/cg/bytecode/instructions.cpp                   |  38 ++++----
 src/front/asm.cpp                                  |   8 +-
 src/front/asm/gather.cpp                           |  20 ++---
 src/front/asm/generate.cpp                         |  36 ++++----
 src/front/dis.cpp                                  |  20 ++---
 src/front/vm.cpp                                   |  40 ++++-----
 src/kernel/frame.cpp                               |   2 +-
 src/kernel/kernel.cpp                              |  88 +++++++++---------
 src/loader.cpp                                     |  80 ++++++++---------
 src/printutils.cpp                                 |   2 +-
 src/process.cpp                                    |  56 ++++++------
 src/process/instr/calls.cpp                        |  30 +++----
 src/process/instr/concurrency.cpp                  |   8 +-
 src/process/instr/linking.cpp                      |   2 +-
 src/process/instr/object.cpp                       |  24 ++---
 src/process/instr/prototype.cpp                    |   8 +-
 src/process/instr/registers.cpp                    |   2 +-
 src/process/instr/tcmechanism.cpp                  |   8 +-
 src/process/stack.cpp                              |   8 +-
 src/program.cpp                                    |   2 +-
 src/scheduler/ffi/request.cpp                      |   6 +-
 src/scheduler/ffi/scheduler.cpp                    |   2 +-
 src/scheduler/vps.cpp                              | 100 ++++++++++-----------
 src/stdlib/typesystem.cpp                          |   4 +-
 src/types/prototype.cpp                            |   6 +-
 src/types/reference.cpp                            |   2 +-
 45 files changed, 433 insertions(+), 433 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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