summaryrefslogtreecommitdiff
path: root/csharp/test
Commit message (Collapse)AuthorAge
...
* | Fix (ICE-7562) - Eliminate class-with-operation deprecated warningsJose2017-02-10
| |
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
| |
* | Fixed enum-related warningsBernard Normier2017-02-09
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Slice compilers now emit deprecated warning for classes with operations ↵Bernard Normier2017-02-04
| | | | | | | | | | | | (ICE-7557) Refactored suppress-warning implementation
* | Rework warning suppression to use global meta dataJose2017-02-03
| |
* | Connection::close fixes for C#/Java/JSMark Spruiell2017-02-02
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Fixed bug in CSharp Stack sequence mappingJose2017-01-30
| |
* | CSharp do not generate proxy for class without operationsJose2017-01-27
| |
* | Fixed ICE-7496 - Ice/binding too slow, speed up of tests on WindowsBenoit Foucher2017-01-26
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Traget .NET v4.5.1Jose2017-01-24
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2017-01-20
|\|
| * Fixed ICE-7508 - NullHandleException when using -2 invocation timeoutBenoit Foucher2017-01-16
| |
* | Fixed bug introduced by previous commitBernard Normier2017-01-17
| |
* | "to string" on a fixed proxy no longer raise FixedProxyExceptionBernard Normier2017-01-17
| |
* | Reject empty endpoint in OA endpoint listBernard Normier2017-01-12
| |
* | Fixed ICE-7488 - disabled optimization for Ice/metrics test on Windows ↵Benoit Foucher2017-01-10
| | | | | | | | (C++98 only)
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-01-09
|\|
| * Bumped the Glacier2/sessionHelper timeout to 30sBenoit Foucher2017-01-09
| |
| * Fixed ICE-7463 - icehashpassword now uses hash method instead of encrypt ↵Benoit Foucher2016-12-09
| | | | | | | | when available
* | IceSSL C#/Java test fixes to sync with C++ changesBenoit Foucher2017-01-09
| |
* | Fixed C# escape project which was referencing a copy of Clash.iceBenoit Foucher2017-01-09
| |
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
| |
* | Fixed ICE-7487 - C# AMI failureBenoit Foucher2017-01-06
| |
* | CSharp cleanup and fixes:Jose2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes.
* | Fixed (ICE-7443) - Remove mono leftoversJose2016-12-26
| |
* | Added back file removed by mistakeBenoit Foucher2016-12-22
| |
* | Added Ice/location & Glacier2/router testing for JS browsersBenoit Foucher2016-12-22
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Update Nuget package imports to use latest packagesJose2016-12-10
| |
* | Additional fixes for ICE-7463, fixed test script bugBenoit Foucher2016-12-09
| |
* | Rename UseNugetBinDist -> UseBinDistJose2016-12-08
| | | | | | | | | | MSI binary distribution will not include C++/C# SDKs so there is no need to differentiate MSI and Nuget bin dists.
* | Updated generated slicedData data member for consistency with ObjCBernard Normier2016-12-06
| |
* | CSharp test updatesJose2016-11-28
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | C# IceSSL/configuration log expired certificate exceptions.Jose2016-11-25
| |
* | Resync stream API for generated structs/enums in Java and C#Bernard Normier2016-11-17
| |
* | MSBuild project updatesJose2016-11-11
| | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5
* | Replaced all double-underscores in C#Bernard Normier2016-11-10
| |
* | Update csharp test projects to conditionally use nuget packagesJose2016-11-08
| |
* | 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
| |
* | 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
* | Update Visual Studio test project to build with Ice nuget packagesJose2016-10-26
| |
* | 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.
* | 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