lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_2_0_RELEASE-31-g5ec4c1d1
Date: Tue, 10 Oct 2023 14:16:03 -0400 (EDT)

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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  5ec4c1d1f2d5a942dc449307089796692e9def28 (commit)
       via  9e2fb2806fd5cfb64bf8563b9d060528ccd6c1f1 (commit)
       via  4323e95dce144aa1cb465fc4b0926609d9e54a55 (commit)
      from  66ef250b8c1f33eee011758477211821df836072 (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 5ec4c1d1f2d5a942dc449307089796692e9def28
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Tue Oct 10 20:15:49 2023 +0200

    ping: fix compiling in dual-stack mode

commit 9e2fb2806fd5cfb64bf8563b9d060528ccd6c1f1
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Tue Oct 10 20:14:52 2023 +0200

    unittests: fix compiling in release mode

commit 4323e95dce144aa1cb465fc4b0926609d9e54a55
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Tue Oct 10 20:14:16 2023 +0200

    win32 port: add x64 configurations

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

Summary of changes:
 .gitignore                                      |   2 +-
 contrib/apps/ping/ping.c                        |   7 +-
 contrib/ports/win32/include/arch/cc.h           |   4 +
 contrib/ports/win32/msvc/libcheck.vcxproj       |  57 ++++
 contrib/ports/win32/msvc/lwIP.vcxproj           | 339 ++++++++++++++++++++++++
 contrib/ports/win32/msvc/lwIP_Test.sln          |  24 +-
 contrib/ports/win32/msvc/lwIP_Test.vcxproj      | 113 +++++++-
 contrib/ports/win32/msvc/lwIP_fuzz.sln          |  37 ++-
 contrib/ports/win32/msvc/lwIP_pcapif.vcxproj    |  78 +++++-
 contrib/ports/win32/msvc/lwIP_unittests.sln     |  23 +-
 contrib/ports/win32/msvc/lwip_fuzz.vcxproj      | 220 +++++++++++++++
 contrib/ports/win32/msvc/lwip_unittests.vcxproj |  72 +++++
 contrib/ports/win32/msvc/makefsdata.vcxproj     |  74 +++++-
 test/unit/lwip_unittests.c                      |   6 +
 14 files changed, 1043 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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