Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py -> python | Matthew Newhook | 2015-03-21 |
| | | | | | | rb -> ruby objc -> objective-c cs -> csharp | ||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | ICE-6306 Added float range checks to php/rb/py | Dwayne Boone | 2015-03-04 |
| | |||
* | Fixed (ICE-5835) - Scope of operation parameters | Jose | 2015-03-02 |
| | |||
* | Fixed ICE-6269: tolerate null values for structs and enums | Benoit Foucher | 2015-02-17 |
| | |||
* | ICE-6306 added test for number ranges in scripting languages | Dwayne Boone | 2015-02-13 |
| | |||
* | ICE-5774 - test Sequences of dictionaries, dictionaries with sequences as values | Joe George | 2015-02-11 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5918: batch oneway test hang | Benoit Foucher | 2014-11-18 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | Fixed ICE-5819: added comments and fixed some tests to work with deactivated OA | Benoit Foucher | 2014-11-04 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 |
| | |||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | ||
* | ICE-5632 - Add missing operations tests | Joe George | 2014-08-19 |
| | |||
* | ICE-5632 - Add missing operations tests for C++, Python, Java and C# | Joe George | 2014-08-15 |
| | |||
* | ICE-5515 - proxy support for ice_staticId | Mark Spruiell | 2014-07-23 |
| | |||
* | IceMX and Python support for the new collocation optimization | Benoit Foucher | 2014-07-01 |
| | |||
* | Fix for ICE-5515 (ice_staticId on proxies) in Java, C#, Python, Ruby and PHP ↵ | Bernard Normier | 2014-06-26 |
| | | | | (not complete in Python, Ruby and PHP) | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-4709, batch requests and UnmarshalOutOfBoundsException | Benoit Foucher | 2012-05-02 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-4322 - Use "#pragma once" in Slice files | Jose | 2012-02-21 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | bug 4976 - add test for Normal mode | Mark Spruiell | 2011-05-04 |
| | |||
* | bug 4976 - inconsistent operation mode for pseudo ops | Mark Spruiell | 2011-05-04 |
| | |||
* | Fixed bug 4596 -- test/Ice/operations cross language tests failing | Benoit Foucher | 2010-01-10 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Merged Mark's pythonami branch | Benoit Foucher | 2010-01-06 |
| | |||
* | 4279 - alllTest.py fails to run if source path contains white spaces. | Jose | 2009-11-26 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=4333 | Matthew Newhook | 2009-10-27 |
| | | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup() | ||
* | bug 4230: add support for enumerations as dictionary keys in PHP | Mark Spruiell | 2009-08-27 |
| | |||
* | Bug 3878 - remove some deprecated features | Dwayne Boone | 2009-05-11 |
| | |||
* | Bug 3816 - removed timed waits from tests | Dwayne Boone | 2009-04-06 |
| | |||
* | Bug 3816 - make tests less timing sensitive | Dwayne Boone | 2009-03-30 |
| | |||
* | Bug 3373: struct as dictionary keys not tested. | Michi Henning | 2009-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 3285 - update PHP instructions in VC6 README | Mark Spruiell | 2009-01-14 |
| | | | | | - tweaks to php/py/rb Make.rules.mak - bug fix for Python operationsAMD server | ||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Numerous cleanups to the test suite and expect scripts. | Matthew Newhook | 2008-08-04 |
| | | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py | ||
* | http://bugzilla/bugzilla/show_bug.cgi?id=3265 | Matthew Newhook | 2008-06-17 |
| | | | | | | - Simplified the python implementation of Ice.getSliceDir - Added ruby implementation of Ice.getSliceDir - Adjusted demos & tests to use Ice.getSliceDir appropriately. | ||
* | bug 711 - accept Unicode objects in Python | Mark Spruiell | 2008-04-24 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=2819 | Matthew Newhook | 2008-03-18 |
| | |||
* | Python ICE_HOME fixes, incl. bug 2750 | Mark Spruiell | 2008-03-12 |
| | |||
* | Python changes: | Mark Spruiell | 2008-03-06 |
| | | | | | - Adding ice_flushBatchRequests, ice_flushBatchRequests_async - Adding support for ice_sent callback | ||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | Fixes to allow building/running tests against binary distribution | Benoit Foucher | 2008-02-20 |
| | |||
* | bug 2615 | Matthew Newhook | 2008-02-14 |
| | |||
* | More ICE_HOME fixes | Benoit Foucher | 2008-01-31 |
| |