[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Erik Ekman |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-531-g853258f |
Date: |
Sat, 27 Nov 2021 14:52:10 -0500 (EST) |
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 853258fff05badfe55ffd8f39a2a31b920310488 (commit)
via 7c84799c4f646d29cb63103bc6dfcc9520a87961 (commit)
via 17413c28b464345e2c09958ef2a90b5c2e47c57c (commit)
via 5b9159ce0ddd51aaa85e754810e76ba764d29e72 (commit)
via 754d628f2d8b446abe431d9538b6571c10d139be (commit)
via b0361f14c164c9286295b2cdc96fca1a835895dc (commit)
via 2711dbcac0aa73d8a8e4903186ad5b70718fab62 (commit)
via e594742801add482d1dea8f4cecc7ea3a572e5e4 (commit)
via 759c38b9560618e8742d52a52e59d4c98d9645fd (commit)
from 089697bb1cadf2d208ed43f936a9e4e4bd9b0b3b (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 853258fff05badfe55ffd8f39a2a31b920310488
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 16:06:23 2021 +0100
Switch from travis to github actions for CI
travis.org is no longer active
commit 7c84799c4f646d29cb63103bc6dfcc9520a87961
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:40:25 2021 +0100
doxygen: Remove obsolete config
warning: Tag 'PERL_PATH' at line 2212 of file
'/home/runner/work/lwip/lwip/doc/doxygen/lwip.Doxyfile' has become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 2234 of file
'/home/runner/work/lwip/lwip/doc/doxygen/lwip.Doxyfile' has become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
commit 17413c28b464345e2c09958ef2a90b5c2e47c57c
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:36:09 2021 +0100
httpd: Add documentation for http_set_cgi_handlers
commit 5b9159ce0ddd51aaa85e754810e76ba764d29e72
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:26:01 2021 +0100
api: Adapt doc comment to varying parameters
commit 754d628f2d8b446abe431d9538b6571c10d139be
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:16:33 2021 +0100
ip_addr: Add description for IP_ANY_TYPE
commit b0361f14c164c9286295b2cdc96fca1a835895dc
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:13:27 2021 +0100
netif: Add documentation for mac filter macros
commit 2711dbcac0aa73d8a8e4903186ad5b70718fab62
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:09:59 2021 +0100
lwiperf: Complete documentation of lwiperf_report_fn
Doxygen did not like only annotating one parameter.
commit e594742801add482d1dea8f4cecc7ea3a572e5e4
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:02:54 2021 +0100
altcp: Add doxygen comment for altcp_allocator_t
commit 759c38b9560618e8742d52a52e59d4c98d9645fd
Author: Erik Ekman <erik@kryo.se>
Date: Sat Nov 27 20:00:46 2021 +0100
ip_addr: Add text descriptions for ip addr macros
Doxygen seems to ignore them otherwise.
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci-linux.yml | 39 +++++++++++++
.travis.yml | 42 --------------
.../example_app/{lwipcfg.h.travis => lwipcfg.h.ci} | 0
doc/doxygen/lwip.Doxyfile | 15 -----
doc/doxygen/lwip.Doxyfile.cmake.in | 15 -----
src/api/api_lib.c | 2 +-
src/include/lwip/altcp.h | 3 +-
src/include/lwip/apps/httpd.h | 1 +
src/include/lwip/apps/lwiperf.h | 11 +++-
src/include/lwip/ip_addr.h | 30 ++++++----
src/include/lwip/netif.h | 8 ++-
travis.sh | 65 ----------------------
12 files changed, 79 insertions(+), 152 deletions(-)
create mode 100644 .github/workflows/ci-linux.yml
delete mode 100644 .travis.yml
rename contrib/examples/example_app/{lwipcfg.h.travis => lwipcfg.h.ci} (100%)
delete mode 100755 travis.sh
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-531-g853258f,
Erik Ekman <=