summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/TestAMDI.cpp
Commit message (Collapse)AuthorAge
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* Remove excessive empty linesJoe George2017-06-07
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Emit deprecated warnings for classes implementing interfacesJose2017-02-10
| |
* | Added support for C+11 marshaled resultsBenoit Foucher2016-09-01
| |
* | Another fix for ICE-7284Joe George2016-08-23
| |
* | Fix ICE-7284 - Ice/operations test failureJoe George2016-08-19
| |
* | 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
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | ICE-6982 and ICE-6946Joe George2016-06-08
| | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++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
* | C++11 string literal fixesJose2016-03-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-08
|\|
| * ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | C++11 mapping server side input parameter fixesJose2015-12-09
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Fixed (ICE-5835) - Scope of operation parametersJose2015-03-02
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* ICE-5774 - Added sequences of dictionaries and dictionaries of sequences for C++Joe George2014-10-29
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* 5102 - test/Ice/operations don't compile with BCC 2010Jose2011-05-19
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4976 - add test for Normal modeMark Spruiell2011-05-04
|
* bug 4976 - inconsistent operation mode for pseudo opsMark Spruiell2011-05-04
|
* Squashed commit of the following:Bernard Normier2010-05-13
| | | | | | | | commit f25399b006e5b15b46e4258546d80e1d006e1bc1 Author: U-bwin7\bernard <bernard@bwin7.(none)> Date: Thu May 13 11:41:01 2010 -0400 VS2010 port
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* New AMI mappingBenoit Foucher2009-11-23
|
* bug 4230: add support for enumerations as dictionary keys in PHPMark Spruiell2009-08-27
|
* Bug 3373: struct as dictionary keys not tested.Michi Henning2009-02-05
| | | | | | | Added tests for C++, Java, C#, Python, PHP, and Ruby. C++, Java, C#, and Python tests pass. Did not test PHP. Ruby test fails: the operation returns a dictionary that does not contain the expected value.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.