summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs
Commit message (Collapse)AuthorAge
...
* | Replaced all double-underscores in C#Bernard Normier2016-11-10
| |
* | Revert "Replaced double underscores in C# mapping by ice-prefix names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit c693f916141772b82da44d0ef90f64602a69d3ec.
* | Replaced double underscores in C# mapping by ice-prefix namesBernard Normier2016-11-03
| |
* | Update Slice compilers Windows build to use static C/C++ runtime /MTJose2016-11-03
| |
* | Add support for sign C++ executables and dlls in Windows buildsJose2016-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
| |
* | Update mcpp version for WindowsJose2016-10-17
| | | | | | | | | | * Update windows builds to use mcpp-2.7.2.10. * Fix Slice/unicodePath test script form Windows.
* | 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
| * Removed sealed from servant classes generated with --implBernard Normier2016-09-19
| |
| * 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
| |
* | 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)
* | 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
* | ICE-7118 - Add serialization support for C# proxiesJose2016-07-29
| |
* | Fix indentation (replace tabs with whitespaces)Jose2016-07-29
| |
* | Remove unused variables in slice2cs buildJoe George2016-07-28
| |
* | CShasp Ice.Value mappingJose2016-07-28
| |
* | Removed unused propertyJose2016-07-22
| |
* | slice2cs updates for new AMD mappingJose2016-07-22
| |
* | Update version to 3.7a3Joe George2016-07-12
| |
* | CSharp updates for Visual Studio 2013 compatibilityJose2016-07-11
| |
* | Update C# mapping with async/awaitJose2016-07-07
| |
* | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | | | | | available instead of ConvertUTF
* | Updated version to 3.7a2Bernard Normier2016-05-31
| |
* | Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
| | | | | | | | Fixed UWP/static libs linking with Ice on Windows
* | cleaning up stream API in C#Mark Spruiell2016-05-11
| |
* | IceUtil and Slice msbuild updatesBernard Normier2016-05-11
| |
* | CSharp mapping cleanupJose2016-05-11
| | | | | | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection
* | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\|
| * AIX portBenoit Foucher2016-05-03
| |
| * Update Ice version to 3.6.3Joe George2016-04-08
| |
* | Re-factored gmake build systemBenoit Foucher2016-05-03
| |
* | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| |
* | Windows build fixesJose2016-04-04
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-17
|\|
| * .gitignore updatesJose2016-03-11
| |
| * C# doc comment fixMark Spruiell2016-03-10
| |
| * Update version to 3.6.2Jose2016-03-10
| |
* | C# doc comment fixMark Spruiell2016-03-10
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-08
|\|
| * String literals Windows fixesJose2016-03-08
| |
| * ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-07
|\|
| * Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
| |
| * ICE-6864 - C# fixes for doc comments on proxiesMark Spruiell2016-03-02
| |
* | ICE-6864 - C# fixes for doc comments on proxiesMark Spruiell2016-03-04
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |