summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/DynamicLibrary.cpp
Commit message (Collapse)AuthorAge
* Better error message for LoadLibrary failure on Windows.Bernard Normier2019-06-24
| | | | Fixes #355.
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-03-28
|\
| * ICE-7483 - Rename OS X to macOSJoe George2017-03-28
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\|
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * No ++11 lib suffix with GCC 6+Bernard Normier2016-09-21
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | Fixed alpha/beta version computationBernard Normier2016-05-31
| |
* | Fixes to support new versionning scheme for alpha/beta releasesBenoit Foucher2016-04-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | C++11 mapping build fixes to use ++11 suffixJose2015-12-28
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* minor ifdef fixJose2014-10-28
|
* C++11 DynamicLibrary ++11 suffix should be applied only to libstdc++Jose2014-10-28
|
* Fixed DynamicLibrary to not append ++11 to libname for OS XBenoit Foucher2014-10-28
|
* C++11 build updatesJose2014-10-24
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5363: unexpected string::substr exception thrownBenoit Foucher2013-06-27
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Undo OS X Frameworks updatesJose2013-01-21
|
* Added OS X FrameworksJose2013-01-17
|
* Fixed (ICE-5186) - DynamicLibrary loadEntryPoint problemJose2013-01-16
|
* mingw builds now use the same COMPSUFFIX format as VC++ builds.Bernard Normier2012-12-24
| | | | DynamicLibrary::load now adds COMPSUFFIX all the time on Windows when COMPSUFFIX is defined
* Fixed ICE-4986. The new convention for DLL names with compiler name is: ↵Bernard Normier2012-12-19
| | | | name<version>[d]_<compiler>.dll
* Fixed MinGW portBenoit Foucher2012-11-08
| | | | | | | | | | | | - The build no longer requires Cygwin - Running the tests no longer requires setting CPP_COMPILER, TestUtil.py che for RI_DEVKIT in the environment to figure out if running with MinGW devki - DynamicLibrary no longer appends the "d" suffix when compiling with debug - COMPSUFFIX is now defined when compiling Ice - Much simplified the build system by removing all the checks for MinGW in makefiles, MinGW settings are now located to Make.rules.MINGW only. - Fixed allTests.py to skip plugin and metrics tests. - Fixed build instructions.
* ICE-4609 - Add ability to load shared library with full pathJose2012-08-16
| | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented.
* Remove BCC supportJose2012-07-19
|
* WinRT supportJose2012-07-13
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* ICE-4798 - OSX DynamicLibrary fallback to .so/.bundle if .dylib failsJose2012-02-22
|
* ICE-4588 - DynamicLibrary & LoadLibraryWJose2012-02-21
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 5031 - No error handling in Windows implementation of DynamicLibraryJose2011-03-25
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Make loading of IceSSL when using unique names easierDwayne Boone2009-12-02
|
* Add ability to compile dlls with unique names for each compilerDwayne Boone2009-12-02
|
* Make third party a single installerDwayne Boone2009-11-16
|