Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 | |
| | | ||||
* | | MSBuild project updates | Jose | 2016-11-11 | |
| | | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5 | |||
* | | Update Visual Studio test project to build with Ice nuget packages | Jose | 2016-10-26 | |
| | | ||||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 | |
| | | ||||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | ICE-7179 - Update std::function code style | Joe George | 2016-06-13 | |
| | | ||||
* | | Renamed C++11 AMI/AMD suffix: _async to Async | Bernard Normier | 2016-06-09 | |
| | | ||||
* | | fixed copyright notices | Bernard Normier | 2016-05-31 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-05-05 | |
| | | ||||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-17 | |
|\| | ||||
| * | .gitignore updates | Jose | 2016-03-11 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-02-26 | |
| | | ||||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 | |
| | | ||||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | Update windows dependencies | Jose | 2016-01-15 | |
| | | ||||
* | | C++ Consistent usage of public virtual | Jose | 2016-01-12 | |
| | | ||||
* | | windows build fixes | Jose | 2016-01-08 | |
| | | ||||
* | | Fixed ICE-6939 - support linking with TestCommon when building against ↵ | Benoit Foucher | 2015-12-28 | |
| | | | | | | | | binary distribution | |||
* | | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 | |
| | | | | | | | | Updates to testsuite to support Bluetooth and remote servers. | |||
* | | c++11 slicing/exceptions test updates | Jose | 2015-12-16 | |
| | | ||||
* | | Fix Windows C++ tests build | Joe George | 2015-12-10 | |
| | | ||||
* | | C++11 mapping initial commit | Jose | 2015-12-01 | |
| | | ||||
* | | Moved AbstractMutex and Cache | Bernard Normier | 2015-11-13 | |
|/ | | | | from IceUtil to Freeze | |||
* | 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 | |
| | ||||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 | |
| | ||||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| | ||||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 | |
| | ||||
* | Update windows dependencies | Jose | 2015-02-19 | |
| | ||||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 | |
| | ||||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 | |
| | ||||
* | Updated Windows dependencies | Dwayne Boone | 2014-10-30 | |
| | ||||
* | 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 | |
| | ||||
* | 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. | |||
* | 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 | |
| | ||||
* | Fix dependencies | Jose | 2014-08-20 | |
| | ||||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 | |
| | ||||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 | |
| | ||||
* | 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 | |
| |