summaryrefslogtreecommitdiff
path: root/cpp/src/slice2objc
Commit message (Collapse)AuthorAge
...
* | Revert "Fixed hash algo for Long and Double"Bernard Normier2017-01-17
| | | | | | | | This reverts commit 175f5f59aced4220bf8c6e06446b86b8461cde9b.
* | Fixed hash algo for Long and DoubleBernard Normier2017-01-16
| |
* | Better hashing for Long and DoubleBernard Normier2017-01-16
| |
* | Add support for deprecate Slice metadata in slice2objcBernard Normier2017-01-12
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
| |
* | Removed or replaced most double underscores in ObjCBernard Normier2016-12-06
| |
* | 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
| |
* | 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
| * Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
| |
| * Removed extra whitespace in --validate usageBernard Normier2016-09-12
| |
* | Merge from 3.6 branchBernard Normier2016-09-12
| |
* | ICE-6980 - Removed server-side user exception checks in Objective-CBenoit Foucher2016-08-30
| |
* | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | | | | | available instead of ConvertUTF
* | 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
| |
* | 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-17
|\|
| * .gitignore updatesJose2016-03-11
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-10
|\|
| * String literals fixesJose2016-03-10
| | | | | | | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | 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-6903 - "async" metadata changesJoe George2015-12-18
| | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway".
* | ICE-6897 - Python and Objective-C ValueFactoryJoe George2015-12-17
|/ | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6469 added --validate option to Slice compilersDwayne Boone2015-07-07
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Fix typo from previous commitJoe George2015-04-29
|
* Improve usage message for slice compilersJoe George2015-04-29
| | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers.
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Fix for ICE-6268, initialize enum, string and structs in ↵Benoit Foucher2015-02-20
| | | | Java/C#/Objective-C/JavaScript
* Fixed ICE-6257 - support for visibility attributeBenoit Foucher2015-02-10
|
* Fixed ICE-6260: added support for admin facetsBenoit 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