summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/ObjCUtil.cpp
Commit message (Collapse)AuthorAge
* Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
| | | | Fixed UWP/static libs linking with Ice on Windows
* Objective-C stream changesJoe George2016-05-12
|
* 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
* | ICE-6898 - "Delegate" functions for ACM callbacksJoe George2015-12-24
| | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback
* | ICE-6897 - Python and Objective-C ValueFactoryJoe George2015-12-17
| | | | | | | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C
* | Fix ICE-6923 - slice2objc crash when type is ValueJoe George2015-12-14
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Additional fix for ICE-6268, fixed struct un-marshalling to not re-create ↵Benoit Foucher2015-02-20
| | | | the struct
* Added Servant Locator to ObjCDwayne Boone2015-02-10
|
* Another fix for Objective-C factory method nameBenoit Foucher2015-01-22
|
* Fixed bug in Objective-C factory method name generationBenoit Foucher2015-01-21
|
* Updated the Objective-C to generate Slice local interfaces and classesBenoit Foucher2015-01-20
|
* Fixed copyrights for the Objective-C mappingBenoit Foucher2015-01-08
|
* Added Objective-C mappingBenoit Foucher2015-01-07