[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-306-g64da512
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via 64da512d904d47d8047ef9443112bc0684be8ee5 (commit)
via c8b43544401c346a3927f94cf17e39a9bfb5b2e5 (commit)
from b88b65f6d44176464a5ec4e7ea9ba96c0031901f (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 64da512d904d47d8047ef9443112bc0684be8ee5
Author: Dirk Ziegelmeier <[email protected]>
Date: Sat Apr 28 00:00:02 2018 +0200
Work on CMake build system - Add CMake project for unit tests
commit c8b43544401c346a3927f94cf17e39a9bfb5b2e5
Author: Dirk Ziegelmeier <[email protected]>
Date: Fri Apr 27 23:59:37 2018 +0200
Work on CMake build system - several cleanups
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
ports/CMakeCommon.cmake | 39 ++++++++++++++++++++++-----------
ports/unix/CMakeLists.txt | 14 ++++++++----
ports/unix/check/CMakeLists.txt | 45 +++++++++++++++++++++++++++++++++++++++
ports/unix/unixsim/CMakeLists.txt | 10 ++++-----
5 files changed, 87 insertions(+), 22 deletions(-)
create mode 100644 ports/unix/check/CMakeLists.txt
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack