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-175-g39f0abe


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-175-g39f0abe
Date: Wed, 16 Aug 2017 22:58:00 +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, devel has been updated
       via  39f0abe13ceda9efb57c7260ba99d634cf97bb18 (commit)
       via  2e261e4b6bd940a6807f770a8cabe1146ab05cca (commit)
       via  6e708174e4b762c9da2f6a24d58a10577bb4c8e4 (commit)
       via  55e956c3258cccb16fba766f8ac8df952c8134ee (commit)
       via  467064a7bce9f0c3cff670920e60e139302f28d8 (commit)
       via  688b2e4e73207174fe1de25d240b1f4be16ad292 (commit)
       via  2e3559c475cb4a0a35ed1735dd151bd8be5378bf (commit)
       via  e024073d127ba664e8f38132500945000e2aa4b5 (commit)
       via  307c351bbdb7b672cd8ca620211284a07469e0b4 (commit)
       via  4989bbc2b3ca09ca18044b3c78b99523e0415b7c (commit)
      from  02ac3c09d58c72228e7880bf6712b4589e55a715 (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 39f0abe13ceda9efb57c7260ba99d634cf97bb18
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:57:58 2017 +0200

    Fix use long doubles

commit 2e261e4b6bd940a6807f770a8cabe1146ab05cca
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:57:23 2017 +0200

    Fix old-style casts

commit 6e708174e4b762c9da2f6a24d58a10577bb4c8e4
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:56:52 2017 +0200

    Let the compiler decide the type

commit 55e956c3258cccb16fba766f8ac8df952c8134ee
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:56:35 2017 +0200

    Use auto when possible

commit 467064a7bce9f0c3cff670920e60e139302f28d8
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:56:06 2017 +0200

    Fix zero as null ptr constant

commit 688b2e4e73207174fe1de25d240b1f4be16ad292
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:55:26 2017 +0200

    Remove "std::" prefix from identifiers

commit 2e3559c475cb4a0a35ed1735dd151bd8be5378bf
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:54:56 2017 +0200

    Move declaration to the header file

commit e024073d127ba664e8f38132500945000e2aa4b5
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:54:20 2017 +0200

    Enforce style guide

commit 307c351bbdb7b672cd8ca620211284a07469e0b4
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:51:21 2017 +0200

    Fix use nullptr instead of NULL

commit 4989bbc2b3ca09ca18044b3c78b99523e0415b7c
Author: Marek Marecki <address@hidden>
Date:   Wed Aug 16 22:49:38 2017 +0200

    Fix use normal flags for stdlib code

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

Summary of changes:
 Makefile                         | 16 +++++++--------
 include/viua/include/module.h    | 35 ++++++++++++++++++++------------
 sample/asm/external/World.cpp    |  9 +++------
 sample/asm/external/math.cpp     | 25 ++++++++++-------------
 sample/asm/external/printer.cpp  | 21 ++++++++------------
 sample/asm/external/sleeper.cpp  | 23 +++++++++------------
 sample/asm/external/throwing.cpp | 23 +++++++++------------
 src/stdlib/io.cpp                | 43 +++++++++++++++++++---------------------
 src/stdlib/kitchensink.cpp       | 11 +++++-----
 src/stdlib/random.cpp            | 37 +++++++++++++++++-----------------
 src/stdlib/typesystem.cpp        | 30 ++++++++++++++--------------
 11 files changed, 128 insertions(+), 145 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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