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/c2b71ff7/create-and-enforce-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/c2b71ff7/create-and-enforce-a-consistent-coding-style updated. v0.9.0-1590-g75e52d9
Date: Tue, 1 May 2018 14:24:37 +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/c2b71ff7/create-and-enforce-a-consistent-coding-style has 
been updated
       via  75e52d9a4dc352a8daaec844f63036b9eb33d284 (commit)
       via  e539549c3e7dd26d49cd050e31e93cf9e5765317 (commit)
      from  479eae1bfe7ccf191f41c7a037e157380a2e64cc (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 75e52d9a4dc352a8daaec844f63036b9eb33d284
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 29 22:04:46 2018 +0200

    Use auto in strings

commit e539549c3e7dd26d49cd050e31e93cf9e5765317
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 29 17:03:25 2018 +0200

    Replace unique_ptr with std::unique_ptr

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

Summary of changes:
 include/viua/assembler/util/pretty_printer.h       | 20 +++++++--------
 sample/asm/external/printer.cpp                    |  2 +-
 src/assembler/frontend/parser.cpp                  | 12 ++++-----
 .../frontend/static_analyser/verifier.cpp          |  2 +-
 src/bytecode/opcd.cpp                              |  2 +-
 src/cg/assembler/static_analysis.cpp               |  6 ++---
 src/cg/assembler/verify.cpp                        |  2 +-
 src/cg/lex.cpp                                     | 30 +++++++++++-----------
 src/cg/lex/reduce_fns.cpp                          |  2 +-
 src/front/asm.cpp                                  |  4 +--
 src/front/asm/generate.cpp                         |  6 ++---
 src/front/dis.cpp                                  | 16 ++++++------
 src/front/kernel.cpp                               |  2 +-
 src/front/lexer.cpp                                |  4 +--
 src/front/parser.cpp                               |  4 +--
 src/kernel/kernel.cpp                              | 30 +++++++++++-----------
 src/kernel/registerset.cpp                         | 12 ++++-----
 src/loader.cpp                                     |  6 ++---
 src/process.cpp                                    | 20 +++++++--------
 src/process/dispatch.cpp                           |  2 +-
 src/process/instr/arithmetic.cpp                   |  4 +--
 src/process/instr/atom.cpp                         |  2 +-
 src/process/instr/calls.cpp                        | 10 ++++----
 src/process/instr/closure.cpp                      |  4 +--
 src/process/instr/concurrency.cpp                  |  4 +--
 src/process/instr/linking.cpp                      |  2 +-
 src/process/instr/str.cpp                          |  2 +-
 src/process/instr/struct.cpp                       |  2 +-
 src/process/instr/tcmechanism.cpp                  |  2 +-
 src/process/instr/text.cpp                         |  2 +-
 src/process/instr/vector.cpp                       |  6 ++---
 src/process/stack.cpp                              | 10 ++++----
 src/program.cpp                                    |  4 +--
 src/scheduler/ffi/request.cpp                      |  4 +--
 src/scheduler/ffi/scheduler.cpp                    |  4 +--
 src/scheduler/vps.cpp                              | 18 ++++++-------
 src/stdlib/io.cpp                                  |  2 +-
 src/types/exception.cpp                            |  2 +-
 src/types/float.cpp                                | 20 +++++++--------
 src/types/function.cpp                             |  2 +-
 src/types/integer.cpp                              | 20 +++++++--------
 src/types/object.cpp                               |  8 +++---
 src/types/pointer.cpp                              |  2 +-
 src/types/process.cpp                              |  2 +-
 src/types/reference.cpp                            |  4 +--
 src/types/string.cpp                               |  8 +++---
 src/types/struct.cpp                               |  8 +++---
 src/types/value.cpp                                |  2 +-
 src/types/vector.cpp                               | 12 ++++-----
 49 files changed, 178 insertions(+), 178 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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