Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Windows wide string literal fixes | Jose | 2016-03-10 |
| | |||
* | String literals fixes | Jose | 2016-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 | ||
* | String literals Windows fixes | Jose | 2016-03-08 |
| | |||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | Update C++ tests to register required plug-ins | Jose | 2015-07-17 |
| | | | | when building with static libraries. | ||
* | Updated Windows dependencies | Dwayne Boone | 2015-07-08 |
| | |||
* | fixing C++/x86 build failure in test/Ice/operations | Mark Spruiell | 2015-05-20 |
| | |||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | Benoit Foucher | 2015-05-06 |
| | |||
* | minor fixes for purify | Mark Spruiell | 2015-05-05 |
| | |||
* | ICE-6392 operations cross test with objc fails | Dwayne Boone | 2015-03-23 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Fixed (ICE-5835) - Scope of operation parameters | Jose | 2015-03-02 |
| | |||
* | Update windows dependencies | Jose | 2015-02-19 |
| | |||
* | ICE-5774 - test Sequences of dictionaries, dictionaries with sequences as values | Joe George | 2015-02-11 |
| | |||
* | Fixed (ICE-6190) - Improve WinRT ssl/wss testing | Jose | 2015-01-28 |
| | |||
* | 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 |
| | |||
* | CPP operations tests catch Ice::OperationNotExistException so cross | Joe George | 2014-11-04 |
| | | | | tests don't fail | ||
* | Fixed ICE-5819: added comments and fixed some tests to work with deactivated OA | Benoit Foucher | 2014-11-04 |
| | |||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 |
| | |||
* | Added -bigobj option to compile operations test on Windows VS2012 x64 | Benoit Foucher | 2014-10-30 |
| | |||
* | Disable VC++ build warning in test/Ice/operations/TwowaysAMI.cpp | Dwayne Boone | 2014-10-30 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2014-10-30 |
| | |||
* | ICE-5774 - Added sequences of dictionaries and dictionaries of sequences for C++ | Joe George | 2014-10-29 |
| | |||
* | minor build fixes | Jose | 2014-10-29 |
| | |||
* | Dependency fixes: | Jose | 2014-10-17 |
| | | | | | | | Add quotes to Windows Slice dependencies Fix Cicular dependency issue with Make 3.82 included in rhel7, C++ dependencies now are of type Foo.h: Foo.ice, we don't need Foo.cpp as that always depend on Foo.h | ||
* | Fixed Windows dependencies to account for OutgoingAsync refactoring | Benoit Foucher | 2014-10-10 |
| | |||
* | Fix Windows dependencies, break by previous dependencies update | Jose | 2014-10-09 |
| | |||
* | Windows dependency fixes | Jose | 2014-10-08 |
| | |||
* | Windows C++ test dependency fixes | Jose | 2014-09-24 |
| | |||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | ||
* | Fixed dependencies | Benoit Foucher | 2014-09-12 |
| | |||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | - 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. | ||
* | Fix dependencies | Jose | 2014-08-20 |
| | |||
* | 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 |
| | |||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 |
| | |||
* | IceMX and Python support for the new collocation optimization | Benoit Foucher | 2014-07-01 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | 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) | ||
* | Fix for ICE-5527 (simplify generated code for user exception and object ↵ | Bernard Normier | 2014-06-16 |
| | | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies) | ||
* | update dependencies | Jose | 2014-06-06 |
| |