summaryrefslogtreecommitdiff
path: root/objective-c
Commit message (Collapse)AuthorAge
...
* | Fixes to JS test scripts and more work on iOS C++ controllerBenoit Foucher2016-12-14
| |
* | Removed or replaced most double underscores in ObjCBernard Normier2016-12-06
| |
* | Build Slice/keyword test with the Objective-C arc-shared configurationBenoit Foucher2016-11-29
| |
* | Fixed ObjC ami test failure, JS ACM test failures, Windows Python 3 script ↵Benoit Foucher2016-11-29
| | | | | | | | failures
* | Fixed build system issue where some tests weren't built anymoreBenoit Foucher2016-11-25
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Revert "Reverted previous double-underscore changes in IceUtil classes"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
* | Reverted previous double-underscore changes in IceUtil classesBernard Normier2016-11-03
| |
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-10-31
| | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | 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.
* | Objetive-c build failureJose2016-10-12
| |
* | 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
| * 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
| * Fixed minor bug with client side user exception check that would occur with ↵Benoit Foucher2016-08-30
| | | | | | | | 1.0 encoding
| * Fix ICE-7235 - Objective-C cross C++ objects testJoe George2016-07-21
| |
| * ICE-7240 - Python Ice/servantLocator cross testJoe George2016-07-19
| |
* | Xcode project updatesJoe George2016-09-15
| | | | | | | | Update the Xcode projects to use the new command line Ice Build for Xcode.
* | Minor cleanup to TestUtil.pyBenoit Foucher2016-09-09
| |
* | ICE-7333 - Java/C# cross test failure in Ice/optionalMark Spruiell2016-09-08
| |
* | ICE-7291 - Cleanup root .gitignore fileJoe George2016-09-08
| |
* | ICE-6980 - Removed server-side user exception checks in Objective-CBenoit Foucher2016-08-30
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | slice fixes for slicing/objects testMark Spruiell2016-08-24
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵Benoit Foucher2016-08-09
| | | | | | | | connection caching is disabled
* | Ice/objects cross test fixes for php/objetive-c/python/jsJose2016-07-29
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | ICE-7240 - Python Ice/servantLocator cross testJoe George2016-07-19
| |
* | Fix ICE-7235 - Objective-C cross C++ objects testJoe George2016-07-18
| |
* | Added test for optional object dictionary parametersBenoit Foucher2016-07-07
| |
* | Updated build instructionsBenoit Foucher2016-07-07
| |
* | Fixed bug where marshalling of optional object dictionaries as parameters ↵Benoit Foucher2016-07-07
| | | | | | | | would fail
* | Fixed check for ARM64Benoit Foucher2016-07-05
| |
* | Fixed ICE-7210 - Added IceSSL dependency when building testsBenoit Foucher2016-06-30
| |
* | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| |
* | IceSSLObjC library now links with IceSSLBenoit Foucher2016-06-28
| |
* | 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 copyright noticesBernard Normier2016-05-31
| |
* | Added support for building Xcode SDK, added iAP transportBenoit Foucher2016-05-31
| |
* | Install slice link for /usr installs, fixed for Objective-C ARC configBenoit Foucher2016-05-20
| |
* | Objective-C stream changesJoe George2016-05-12
| |
* | Fixed ICE-7140 - Objective-C build failure following 3.6 mergeBenoit Foucher2016-05-10
| |
* | Removed libIceUtil and libSliceBernard Normier2016-05-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\|