summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Operation.cpp
Commit message (Collapse)AuthorAge
* py -> pythonMatthew Newhook2015-03-21
| | | | | | rb -> ruby objc -> objective-c cs -> csharp
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* ICE-5372 - validate argument to ice_exception in PythonMark Spruiell2013-07-10
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed Ice for Python/Ruby/PHP to not copy data from output streamBenoit Foucher2013-01-28
|
* More fixes for ICE-4841 - changed createInputStream with bool parameter to ↵Benoit Foucher2013-01-24
| | | | wrapInputStream
* Fix for ICE-4841 - added no copy option when creating input streamBenoit Foucher2013-01-23
|
* ICE-4930 - fixes for scripting languagesMark Spruiell2012-11-09
|
* Python fixes for WindowsMark Spruiell2012-10-17
|
* Renamings (ICE-4868):Bernard Normier2012-09-25
| | | | | | | | | | - StreamTrait is now StreamableTraits - StreamTraitType is now StreamHelperCategory - OptionalType is now OptionalFormat - Ice/StreamTraits.h is now Ice/StreamHelpers.h Updated C++, Python and Ruby Updated .depend and .depend.mak in C++, Python, Ruby and PHP
* Ruby port; Python & C++ fixesMark Spruiell2012-09-24
|
* Python support for optionalsMark Spruiell2012-09-14
|
* Port Ice for Python to Solaris Studio 12.3 (CC 5.12)Bernard Normier2012-09-10
|
* Fixed python & ruby compilation error caused by OutputStream::format removalBenoit Foucher2012-08-08
|
* remove use of readPendingObjects/writePendingObjectsMark Spruiell2012-05-24
|
* PHP port; misc. fixesMark Spruiell2012-05-23
|
* C++ bug fixes; adding more Python testsMark Spruiell2012-05-10
|
* * C++ implementation for compact/sliced formatsMark Spruiell2012-05-08
| | | | | | | | | * C++ implementation for "preserve-slice" metadata * C++ tests for compact/sliced/preserved types * Updated stream API * Python changes for stream API * Python tests for compact/sliced formats * Added Ice.Default.SlicedFormat property
* Python port, added tests to Ice/infoBenoit Foucher2012-04-30
|
* misc. python cleanupMark Spruiell2012-04-25
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4976 - inconsistent operation mode for pseudo opsMark Spruiell2011-05-04
|
* Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵Benoit Foucher2011-04-07
| | | | failed with local exception
* VC100 Python fixesJose2011-03-24
|
* bug 4733 - fixing bugs in AMD exceptionsMark Spruiell2010-05-21
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* adding support for lambdas and functions to Python AMIMark Spruiell2010-01-06
|
* Merged Mark's pythonami branchBenoit Foucher2010-01-06
|
* Fixes for 4471 - more Ice stream fixesBenoit Foucher2009-12-15
|
* bug 4229 - generate Python docstringsMark Spruiell2009-09-03
|
* Remove use of AMD_Array_Object_ice_invoke in PythonDwayne Boone2009-04-28
|
* bug 3356 - review use of AbortMarshaling in Python extensionMark Spruiell2009-02-12
|
* - Implementing Ice.Trace.Slicing in Python & RubyMark Spruiell2009-02-02
| | | | - Improving UnmarshalOutOfBoundsException for unknown exceptions
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3379 - segfault when unmarsahlling proxy without definition loadedDwayne Boone2008-11-03
|
* bug 3141 - fixing GCC compiler warnings in IcePyMark Spruiell2008-06-06
|
* Partial fix for bug #3141 (build warnings)Bernard Normier2008-05-10
|
* Python changes:Mark Spruiell2008-03-06
| | | | | - Adding ice_flushBatchRequests, ice_flushBatchRequests_async - Adding support for ice_sent callback
* bug fixes for empty vectorsMark Spruiell2008-02-29
|
* bug 2264 - remove deprecated APIsMark Spruiell2008-01-31
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug 2235, other minor fixesBenoit Foucher2007-11-20
|
* Python changes for bug2522Mark Spruiell2007-11-08
|
* - Fixing bug 2522 for Python. This involved adding the C++ classMark Spruiell2007-11-05
| | | | | | | | | | UserExceptionWriter so that the Python extension can wrap a native Python user exception into something that the C++ run time can marshal. Also ported the changes to the servantLocator test. - Implementing UserExceptionWriter in Java and C#. - Consolidating the source files for the C# streaming API.