summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/ami/TestI.cpp
Commit message (Collapse)AuthorAge
* Minor fix for Ice/ami test - Close #395Jose2019-06-27
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Update copyright year to 2018Jose2018-02-14
|
* Another fix for ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Fixed ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Result struct testJose2017-05-22
|
* Fix (ICE-7839) - C++ AMI thread behavior in C#, Java and PythonJose2017-05-03
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Fixed AMI bug where exception wasn't called if response callback was null, ↵Benoit Foucher2016-02-15
| | | | | | | | added tests
* | C++11 mapping server side input parameter fixesJose2015-12-09
|/
* ICE-6253 added tests to ensure Functional_TwowayCallback* usedDwayne Boone2015-01-06
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* minor fix to C++ AMI testMark Spruiell2013-08-26
|
* Fixed ICE-5402 - VS2010: generated code does not compile if method has more ↵Jose2013-08-26
| | | | than 10 out parameters
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* ICE-4750, Fixed connection assertBenoit Foucher2012-05-14
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
- Added test/Ice/ami test - sent callback is now always called