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-1209-gde7ae12
Date: Fri, 16 Mar 2018 19:33:57 +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, issue/c2b71ff7/create-and-enforce-a-consistent-coding-style has 
been updated
       via  de7ae12911ab0f4f47317e1ab090dbe95d7eaaa8 (commit)
       via  5197bc8a342505f4eb73199ab1699342f1572968 (commit)
      from  5beae265cccc8eba6c7378b6c0f5f2220ccfaedf (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 de7ae12911ab0f4f47317e1ab090dbe95d7eaaa8
Author: Marek Marecki <address@hidden>
Date:   Fri Mar 16 19:32:57 2018 +0100

    Put functions implementing different functionality in separate files

commit 5197bc8a342505f4eb73199ab1699342f1572968
Author: Marek Marecki <address@hidden>
Date:   Fri Mar 16 18:27:18 2018 +0100

    Style

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

Summary of changes:
 Makefile                  |   8 +-
 include/viua/cg/lex.h     |  91 ++---
 src/cg/lex.cpp            | 982 +---------------------------------------------
 src/cg/lex/cook.cpp       | 168 ++++++++
 src/cg/lex/reduce_fns.cpp | 842 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 1079 insertions(+), 1012 deletions(-)
 create mode 100644 src/cg/lex/cook.cpp
 create mode 100644 src/cg/lex/reduce_fns.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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