summaryrefslogtreecommitdiff
path: root/objective-c/include/objc/Ice
Commit message (Collapse)AuthorAge
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Added strict prototypes (ICE-8613)Bernard Normier2018-01-23
|
* Added missing ICEregisterIceStringConverterBernard Normier2018-01-22
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Additional Objective-C leak fixes for ICE-8204Benoit Foucher2017-07-03
|
* Fixes for ICE-8204 - Objective-C leak fixesBenoit Foucher2017-07-01
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Cleanup ICEObject protocol/interfaceBernard Normier2017-05-04
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* New initialize overloads that take a configFile instead of initDataBernard Normier2017-03-28
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Fixed to use long instead of long long on Arm64Benoit Foucher2016-09-27
| |
| * Fix ICE-7257Joe George2016-09-21
| | | | | | | | Added missing identityToString/stringToIdentity non member functions in ObjC
* | Removed or replaced most double underscores in ObjCBernard Normier2016-12-06
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | ICE-6980 - Removed server-side user exception checks in Objective-CBenoit Foucher2016-08-30
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Fixed check for ARM64Benoit Foucher2016-07-05
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Objective-C stream changesJoe George2016-05-12
| |
* | Another fix for ICE-7132Benoit Foucher2016-05-09
| |
* | Re-factored gmake build systemBenoit Foucher2016-05-03
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Fix ICE-6987Joe George2016-02-12
| | | | | | | | Change writeOpt to writeOptional and readOpt to readOptional
* | Updated Objective-C mapping to use new stream classesBenoit Foucher2016-02-05
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | ICE-6897 - Python and Objective-C ValueFactoryJoe George2015-12-17
| | | | | | | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C
* | ICE-6908 - Add ValueFactoryJoe George2015-12-08
|/ | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata.
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp