summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Initialize.cpp
Commit message (Expand)AuthorAge
* Fixed warnings (#824)Bernard Normier2020-04-30
* Enable -Wconversion with clang - Close #363Jose2019-06-21
* Copyright header simplicationJose2019-01-19
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
* Update copyright year to 2018Jose2018-02-14
* Clean C++ exception code to only throw exception typesJose2017-09-20
* Remove excessive empty linesJoe George2017-06-07
* Add operator bool() to CommunicatorHolderJose2017-04-28
* Fix for VS2015 run-time errorBernard Normier2017-04-25
* Changed default ctor of CommunicatorHolderBernard Normier2017-04-21
* Small fixes to synchronize with the Ice manualBernard Normier2017-04-02
* Moved ArgVector to IceInternalBernard Normier2017-03-28
* ICE-7707 Improved handling of argc/argv argumentsBernard Normier2017-03-28
* Added new ctors to Ice::CommunicatorHolderBernard Normier2017-03-13
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
* | Added wide char overloads of Ice::createProperties & Ice::initializeJose2017-02-07
* | Fixed ICE-7536 - Simplified Ice.Util createProperties/initialize methodsBenoit Foucher2017-02-01
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
* | Reduced string converter cachingBernard Normier2016-08-05
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
* | Merge remote-tracking branch 'origin/3.6'Jose2016-02-29
|\|
| * ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
* | Rename PLUGIN_FACTORY typedefJose2016-01-15
* | Remove C++11 extensions to C++98 mappingJose2015-12-28
* | Also define stream creation methods for the C++11 mappingBenoit Foucher2015-12-21
* | C++11 mapping: fixes to InitializationDataJose2015-12-15
* | Revert "Better copy-ctor for CommunicatorHolder in C++98"Bernard Normier2015-12-14
* | Better copy-ctor for CommunicatorHolder in C++98Bernard Normier2015-12-14
* | Updated Ice::CommunicationHolder and simplified testsBernard Normier2015-12-11
* | Fix Windows buildJoe George2015-12-10
* | C++11 mapping adding CommunicatorHolderJose2015-12-10
* | C++11 mapping initial commitJose2015-12-01
|/
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
* Added support for registration of plugin factoriesBenoit Foucher2015-01-30
* Updated copyright to 2015Dwayne Boone2015-01-05
* Completed fix for ICE-5567: move various C++11 classes/functions out of lineBernard Normier2014-07-24
* ICE-4612: first cut of the IceGrid discovery plugin and APIsBenoit Foucher2014-07-10
* Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++Bernard Normier2014-06-12
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII char...Jose2014-05-02