summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ios
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\
| * iOS build fixesJose2019-06-27
| |
* | Add ifdef around iOS specific codeJose2019-07-01
| |
* | Remove Ice.Voip support from Swift buildsJose2019-05-06
| |
* | Fix iOS warningsJose2019-05-06
|/
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed iOS and PHP7 shadow warning related build failuresBenoit Foucher2018-10-27
|
* Fix to ensure that object adapter creation fails on iOS if port already in useBenoit Foucher2018-03-30
|
* Update copyright year to 2018Jose2018-02-14
|
* Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
|
* Fixed for iOS test controller proxy and Xcode 9, fixed crashed issue when ↵Benoit Foucher2018-01-23
| | | | controller went into the background
* iOS build failureJose2017-09-20
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* Fixed ICE-8156 - iOS controller crashBenoit Foucher2017-07-06
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7843 - Check NSStreamStatusAtEnd in iOS transportsBenoit Foucher2017-04-28
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Minor fixes to endpoint codeBenoit Foucher2017-04-12
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵Benoit Foucher2017-01-20
| | | | interfaces by default
* Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
|
* Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
|
* Refactored test scriptsBenoit Foucher2016-11-25
|
* Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
|
* Fixed C++11 relational operators on ObjectPrxBernard Normier2016-08-03
| | | | Removed many useless operator!=
* Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | of TCP/iAP/Bluetooth.
* Rename Ice Touch references to IceJoe George2016-06-10
|
* Fixed warning when compiling with optimizationBenoit Foucher2016-06-02
|
* fixed copyright noticesBernard Normier2016-05-31
|
* Added support for building Xcode SDK, added iAP transportBenoit Foucher2016-05-31