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/e8113638/math-on-bits update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/e8113638/math-on-bits updated. v0.9.0-223-gaa5bf86
Date: Sun, 6 Aug 2017 18:08:28 +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/e8113638/math-on-bits has been updated
       via  aa5bf8617bff2ffa36e2ab63e934fe1e4c721702 (commit)
       via  f4ae482509c63431cd1f054760f7d448f3295b40 (commit)
       via  b82c60f870a2e568c5438462a2a0e26d98ffb709 (commit)
       via  03da08fab43419f5fa50be127eeb81662365183c (commit)
       via  2167c1197533fee6e22ccc47b5909395fba8f1b3 (commit)
       via  a6290c068ec5e31c411f8630233e11ce02d34003 (commit)
       via  ee657a4240a868c217f0c585e1e5207cd680f5f0 (commit)
       via  cb73aa7e6e4fbc1892ce22d88fa9a188e3652dc9 (commit)
       via  6004e192cf053caf3705f0184bdb0f3c17772cc5 (commit)
       via  bc39761205c6ba4b9e23fd09a033b57ccefb45d7 (commit)
       via  02bd224b3c59d339d2cbb12d07cd0fdf5c123fff (commit)
      from  a86c1589d8ab1299919794303e52dcce24fdf4b1 (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 aa5bf8617bff2ffa36e2ab63e934fe1e4c721702
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:08:25 2017 +0200

    Better "clean" rule in Makefile

commit f4ae482509c63431cd1f054760f7d448f3295b40
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:08:06 2017 +0200

    Let the compiler infer types

commit b82c60f870a2e568c5438462a2a0e26d98ffb709
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:07:50 2017 +0200

    Fix old-stule casts

commit 03da08fab43419f5fa50be127eeb81662365183c
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:07:27 2017 +0200

    Do not needlessly repeat types

commit 2167c1197533fee6e22ccc47b5909395fba8f1b3
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:04:41 2017 +0200

    Use long double to avoid casting

commit a6290c068ec5e31c411f8630233e11ce02d34003
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:04:29 2017 +0200

    Use trailing return type

commit ee657a4240a868c217f0c585e1e5207cd680f5f0
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:03:59 2017 +0200

    Move declaration to header file

commit cb73aa7e6e4fbc1892ce22d88fa9a188e3652dc9
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:03:35 2017 +0200

    Add static to silence "no previous declaration" warning

commit 6004e192cf053caf3705f0184bdb0f3c17772cc5
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:02:27 2017 +0200

    Use nullptr instead of NULL or literal 0

commit bc39761205c6ba4b9e23fd09a033b57ccefb45d7
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 18:01:27 2017 +0200

    Enforce style guide

commit 02bd224b3c59d339d2cbb12d07cd0fdf5c123fff
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 17:39:47 2017 +0200

    Remove unused files

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

Summary of changes:
 Makefile                          |   10 +-
 include/viua/include/module.h     |   39 +-
 sample/asm/external/World.cpp     |    3 -
 sample/asm/external/math.cpp      |   21 +-
 sample/asm/external/printer.cpp   |   19 +-
 sample/asm/external/sleeper.cpp   |   21 +-
 sample/asm/external/throwing.cpp  |   21 +-
 src/bytecode/encoder/operands.cpp |  142 ------
 src/front/wdb.cpp                 | 1022 -------------------------------------
 src/stdlib/io.cpp                 |   30 +-
 src/stdlib/kitchensink.cpp        |    9 +-
 src/stdlib/os.cpp                 |   11 +-
 src/stdlib/random.cpp             |   34 +-
 src/stdlib/typesystem.cpp         |   20 +-
 14 files changed, 115 insertions(+), 1287 deletions(-)
 delete mode 100644 src/bytecode/encoder/operands.cpp
 delete mode 100644 src/front/wdb.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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