[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Dirk Ziegelmeier |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 8e7b8a32f960c1a7be56b810eda4965d6995b13b |
Date: |
Tue, 17 May 2016 17:55:43 +0000 (UTC) |
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 8e7b8a32f960c1a7be56b810eda4965d6995b13b (commit)
from ab989c3551ccf8bae5af0bc1ec3136fda599ff8d (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 8e7b8a32f960c1a7be56b810eda4965d6995b13b
Author: Dirk Ziegelmeier <address@hidden>
Date: Sun May 15 13:09:57 2016 +0200
Rename LwipMibViewer to MibViewer since it does not depend on lwip specific
code
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++--
.../snmp/LwipMibCompiler/CCodeGeneration/CCodeGeneration.csproj | 2 +-
src/apps/snmp/LwipMibCompiler/LwipMibCompiler.sln | 2 +-
.../snmp/LwipMibCompiler/LwipMibCompiler/LwipMibCompiler.csproj | 2 +-
.../LwipSnmpCodeGeneration/LwipSnmpCodeGeneration.csproj | 2 +-
.../{LwipMibViewer => MibViewer}/FormMain.Designer.cs | 0
.../snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/FormMain.cs | 0
.../LwipMibCompiler/{LwipMibViewer => MibViewer}/FormMain.resx | 0
.../LwipMibViewer.csproj => MibViewer/MibViewer.csproj} | 4 ++--
.../snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/Program.cs | 0
.../{LwipMibViewer => MibViewer}/Properties/AssemblyInfo.cs | 0
.../{LwipMibViewer => MibViewer}/Properties/Resources.Designer.cs | 0
.../{LwipMibViewer => MibViewer}/Properties/Resources.resx | 0
.../{LwipMibViewer => MibViewer}/Properties/Settings.Designer.cs | 0
.../{LwipMibViewer => MibViewer}/Properties/Settings.settings | 0
.../snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/app.config | 0
src/apps/snmp/LwipMibCompiler/SharpSnmpLib/SharpSnmpLib.Mib.csproj | 1 +
17 files changed, 9 insertions(+), 8 deletions(-)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/FormMain.Designer.cs (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/FormMain.cs
(100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/FormMain.resx (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer/LwipMibViewer.csproj =>
MibViewer/MibViewer.csproj} (97%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/Program.cs
(100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/Properties/AssemblyInfo.cs (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/Properties/Resources.Designer.cs (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/Properties/Resources.resx (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/Properties/Settings.Designer.cs (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer =>
MibViewer}/Properties/Settings.settings (100%)
rename src/apps/snmp/LwipMibCompiler/{LwipMibViewer => MibViewer}/app.config
(100%)
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. 8e7b8a32f960c1a7be56b810eda4965d6995b13b,
Dirk Ziegelmeier <=