[MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk, updated. 68d05709cce24da7cfdc0177255382107953a343

Back to archive index
MinGW Notification List mingw****@lists*****
Fri Dec 21 04:43:41 JST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.

The branch, 5.2-trunk has been updated
       via  68d05709cce24da7cfdc0177255382107953a343 (commit)
       via  33a73a626f7887ac25243ae19774842bdd7fc5b5 (commit)
      from  333038742884519b865e0a975a64528c8f247e31 (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 68d05709cce24da7cfdc0177255382107953a343
Author: Keith Marshall <keith****@users*****>
Date:   Thu Dec 20 19:43:18 2018 +0000

    Implement test suite for aligned heap management API.

commit 33a73a626f7887ac25243ae19774842bdd7fc5b5
Author: Keith Marshall <keith****@users*****>
Date:   Thu Dec 20 19:30:25 2018 +0000

    Reimplement aligned heap management API.

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

Summary of changes:
 mingwrt/ChangeLog                      |  40 +++
 mingwrt/Makefile.in                    |  26 +-
 mingwrt/include/malloc.h               |  73 +++-
 mingwrt/include/stdlib.h               |  25 +-
 mingwrt/mingwex/memalign.c             | 640 +++++++++++++++++++++++++++++++++
 mingwrt/mingwex/mingw-aligned-malloc.c | 120 -------
 mingwrt/mingwex/tst-aligned-malloc.c   |  90 -----
 mingwrt/tests/memalign.at              | 487 +++++++++++++++++++++++++
 mingwrt/tests/testsuite.at.in          |   1 +
 9 files changed, 1271 insertions(+), 231 deletions(-)
 create mode 100644 mingwrt/mingwex/memalign.c
 delete mode 100644 mingwrt/mingwex/mingw-aligned-malloc.c
 delete mode 100644 mingwrt/mingwex/tst-aligned-malloc.c
 create mode 100644 mingwrt/tests/memalign.at


hooks/post-receive
-- 
mingw-org-wsl (mingw)



More information about the MinGW-Notify mailing list
Back to archive index