viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch platformy-technologiczne updated.


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch platformy-technologiczne updated. v0.9.0-2704-g15d813e
Date: Fri, 3 Apr 2020 09:52:06 +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, platformy-technologiczne has been updated
       via  15d813e9948dcbb46ff1526a3f921b5d9d38e311 (commit)
       via  6ae67a4dd0f71d84ca88143f212ce865d6af84aa (commit)
       via  816789856e8fc4bc0800b06a3d60eaa3997591b5 (commit)
       via  18c7822372b2093625f8bd1c255118423cbb1a73 (commit)
       via  28395eeb6def0a7a71a79012488140bfdd66a1f0 (commit)
       via  3e9e50caa6f4160238ece131eca5c8051680e3e1 (commit)
      from  f43cb72f4aad1500c5f90a11d651896cafdb5a96 (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 15d813e9948dcbb46ff1526a3f921b5d9d38e311
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:49:36 2020 +0200

    Display current listed directory in the top line
    
    Now that we are listing paths with base stripped this is useful
    information.

commit 6ae67a4dd0f71d84ca88143f212ce865d6af84aa
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:44:36 2020 +0200

    Strip base from listed paths
    
    This makes for much more compact presentation.

commit 816789856e8fc4bc0800b06a3d60eaa3997591b5
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:25:51 2020 +0200

    Check pointer bounds only on pointer change

commit 18c7822372b2093625f8bd1c255118423cbb1a73
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:17:42 2020 +0200

    Normalise first received path

commit 28395eeb6def0a7a71a79012488140bfdd66a1f0
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:17:27 2020 +0200

    Add path normalisation functions to std::os module

commit 3e9e50caa6f4160238ece131eca5c8051680e3e1
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:16:53 2020 +0200

    Add String::make() helper function
    
    This way we do not have to manually spell out that we're making a
    std::unique_ptr<String>.

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

Summary of changes:
 include/viua/types/string.h          |   2 +
 misc/platformy_technologiczne/ls.asm | 147 +++++++++++++++++++++++++++++++----
 src/stdlib/os.cpp                    |  33 ++++++++
 src/types/string.cpp                 |   5 ++
 4 files changed, 171 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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