diff options
| author | Tobias Markmann <tobias.markmann@isode.com> | 2019-11-14 21:08:53 (GMT) |
|---|---|---|
| committer | Tobias Markmann <tobias.markmann@isode.com> | 2019-11-15 11:58:11 (GMT) |
| commit | 8230b23238b4d0ef0fcde01a799758558d502fa1 (patch) | |
| tree | 849251b42e457357b86a2ba91e9b78f635cc55a3 /3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h | |
| parent | caca46ceedddd43c707e7eda9b4c765d61730ccb (diff) | |
| download | swift-8230b23238b4d0ef0fcde01a799758558d502fa1.zip swift-8230b23238b4d0ef0fcde01a799758558d502fa1.tar.bz2 | |
Update 3rdParty/CppUnit to version 1.14.0
This gets rid of std::auto_ptr usage and its deprecation
warnings.
Test-Information:
Builds and tests pass on macOS.
Change-Id: I299a0a8d9aa2ead15c933e83a2e3e53f84a4f5b7
Diffstat (limited to '3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h')
| -rw-r--r-- | 3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h b/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h index dc1c011..9f8c0d6 100644 --- a/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h +++ b/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h | |||
| @@ -15,9 +15,6 @@ | |||
| 15 | * CPPUNIT_HAVE_WIN32_DLL_LOADER | 15 | * CPPUNIT_HAVE_WIN32_DLL_LOADER |
| 16 | * If defined, Win32 implementation of DynamicLibraryManager will be used. | 16 | * If defined, Win32 implementation of DynamicLibraryManager will be used. |
| 17 | * | 17 | * |
| 18 | * CPPUNIT_HAVE_BEOS_DLL_LOADER | ||
| 19 | * If defined, BeOs implementation of DynamicLibraryManager will be used. | ||
| 20 | * | ||
| 21 | * CPPUNIT_HAVE_UNIX_DLL_LOADER | 18 | * CPPUNIT_HAVE_UNIX_DLL_LOADER |
| 22 | * If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used. | 19 | * If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used. |
| 23 | */ | 20 | */ |
| @@ -50,10 +47,6 @@ | |||
| 50 | #undef CPPUNIT_PLUGIN_EXPORT | 47 | #undef CPPUNIT_PLUGIN_EXPORT |
| 51 | #define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport) | 48 | #define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport) |
| 52 | 49 | ||
| 53 | // Is BeOS platform ? | ||
| 54 | #elif defined(__BEOS__) | ||
| 55 | #define CPPUNIT_HAVE_BEOS_DLL_LOADER 1 | ||
| 56 | |||
| 57 | // Is Unix platform and have shl_load() (hp-ux) | 50 | // Is Unix platform and have shl_load() (hp-ux) |
| 58 | #elif defined(CPPUNIT_HAVE_SHL_LOAD) | 51 | #elif defined(CPPUNIT_HAVE_SHL_LOAD) |
| 59 | #define CPPUNIT_HAVE_UNIX_SHL_LOADER 1 | 52 | #define CPPUNIT_HAVE_UNIX_SHL_LOADER 1 |
Swift