Merge branch 'master' of https://github.com/medoc92/libupnpp

Jean-Francois Dockes Jean-Francois Dockes 2015-11-11

added windows/msvc14/libupnpp/libupnpp.vcxproj
added windows/msvc14/libupnpp.sln
added windows/qmk/libupnpp.pro
added windows/qmk/libupnpp.pro.user
removed windows/libupnpp
removed windows/libupnpp/libupnpp
removed windows/libupnpp/libupnpp/libupnpp.vcxproj
removed windows/libupnpp/libupnpp/libupnpp.vcxproj.filters
removed windows/libupnpp/libupnpp.sln
changed debian/changelog
changed debian/control-precise
changed libupnpp/control/cdircontent.cxx
changed libupnpp/device/device.cxx
changed libupnpp/device/device.hxx
changed libupnpp/config.h.in
changed rpm/libupnpp.spec
changed .gitignore
changed configure.ac
changed libupnpp/getsyshwaddr.c
changed libupnpp/upnpplib.cxx
copied libupnpp/config.h -> windows/msvc14/libupnpp/libupnpp.vcxproj.filters
windows/msvc14/libupnpp/libupnpp.vcxproj Diff Switch to side-by-side view
Loading...
windows/msvc14/libupnpp.sln Diff Switch to side-by-side view
Loading...
windows/qmk/libupnpp.pro Diff Switch to side-by-side view
Loading...
windows/qmk/libupnpp.pro.user Diff Switch to side-by-side view
Loading...
windows/libupnpp
File was removed.
windows/libupnpp/libupnpp
File was removed.
windows/libupnpp/libupnpp.sln
File was removed.
debian/changelog Diff Switch to side-by-side view
Loading...
debian/control-precise Diff Switch to side-by-side view
Loading...
libupnpp/control/cdircontent.cxx Diff Switch to side-by-side view
Loading...
libupnpp/device/device.cxx Diff Switch to side-by-side view
Loading...
libupnpp/device/device.hxx Diff Switch to side-by-side view
Loading...
libupnpp/config.h.in Diff Switch to side-by-side view
Loading...
rpm/libupnpp.spec Diff Switch to side-by-side view
Loading...
.gitignore Diff Switch to side-by-side view
Loading...
configure.ac Diff Switch to side-by-side view
Loading...
libupnpp/getsyshwaddr.c Diff Switch to side-by-side view
Loading...
libupnpp/upnpplib.cxx Diff Switch to side-by-side view
Loading...
libupnpp/config.h to windows/msvc14/libupnpp/libupnpp.vcxproj.filters
--- a/libupnpp/config.h
+++ b/windows/msvc14/libupnpp/libupnpp.vcxproj.filters
@@ -1,101 +1,105 @@
-/* libupnpp/config.h.  Generated from config.h.in by configure.  */
-/* libupnpp/config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* "Have C++0x" */
-#define HAVE_CXX0X_UNORDERED /**/
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the `getifaddrs' function. */
-#define HAVE_GETIFADDRS 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the `curl' library (-lcurl). */
-#define HAVE_LIBCURL 1
-
-/* Define to 1 if you have the `expat' library (-lexpat). */
-#define HAVE_LIBEXPAT 1
-
-/* Define to 1 if you have the `ixml' library (-lixml). */
-#define HAVE_LIBIXML 1
-
-/* Define to 1 if you have the `pthread' library (-lpthread). */
-#define HAVE_LIBPTHREAD 1
-
-/* Define to 1 if you have the `rt' library (-lrt). */
-#define HAVE_LIBRT 1
-
-/* Define to 1 if you have the `upnp' library (-lupnp). */
-#define HAVE_LIBUPNP 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* "Have tr1" */
-#define HAVE_TR1_UNORDERED /**/
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to 1 if you have the `UpnpSetLogLevel' function. */
-#undef HAVE_UPNPSETLOGLEVEL
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR ".libs/"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "jfd@lesbonscomptes.com"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "libupnpp"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libupnpp 0.10.1"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "libupnpp"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL "http://www.lesbonscomptes.com/upmpdcli"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.1"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* File Offset size */
-#define _FILE_OFFSET_BITS 64
-
-/* Large files support */
-#define _LARGE_FILE_SOURCE /**/
-
-/* Define to `long int' if <sys/types.h> does not define. */
-/* #undef off_t */
-
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-/* #undef size_t */
-
-#include "libupnpp/conf_post.h"
+���<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <Filter Include="Source Files">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="Header Files">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
+    </Filter>
+    <Filter Include="Resource Files">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="..\..\..\libupnpp\base64.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\ixmlwrap.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\log.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\md5.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\soaphelp.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\upnpavutils.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\upnpplib.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\avlastchg.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\avtransport.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\cdircontent.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\cdirectory.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\description.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\device.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\discovery.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\httpdownload.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\mediarenderer.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\mediaserver.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\ohplaylist.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\ohproduct.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\ohreceiver.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\ohtime.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\ohvolume.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\renderingcontrol.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\control\service.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\getsyshwaddr.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\libupnpp\device\vdir.cxx">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="..\..\..\libupnpp\device\device.hxx">
+      <Filter>Source Files</Filter>
+    </ClInclude>
+    <ClInclude Include="..\..\..\libupnpp\device\vdir.hxx">
+      <Filter>Source Files</Filter>
+    </ClInclude>
+  </ItemGroup>
+</Project>