Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | .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 | |
| | | ||||
* | | Update windows dependencies | Jose | 2016-01-15 | |
| | | ||||
* | | 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. | |||
* | | Fix Windows C++ tests build | Joe George | 2015-12-10 | |
| | | ||||
* | | C++11 mapping updates: | Jose | 2015-12-07 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Added missing __hash method - Added missing virtual method Value::ice_clone - Fixed issue with unmarshalling the idirection table - Fixed default value initialization for scoped enums - Fixed scoped enums mapping to use correct size types - Added missing ice_id method to generated Value classes - Fixed defaultValue, hash, networkProxy, plug-in, stringConverter, threadPoolPriority and slicing/objects tests to work with C++11 mapping | |||
* | | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Fixed ICE-5499, new garbage collection support | Benoit Foucher | 2014-06-05 | |
| | ||||
* | Updated .depend files | Bernard Normier | 2014-05-16 | |
| | ||||
* | Update dependencies | Jose | 2014-05-02 | |
| | ||||
* | Update depend files. | Jose | 2014-05-02 | |
| | ||||
* | merging javascript branch | Mark Spruiell | 2014-03-19 | |
| | ||||
* | Update dependencies | Jose | 2013-07-10 | |
| | ||||
* | move PropertiesAdmin definition to PropertiesAdmin.ice | Jose | 2013-05-15 | |
| | ||||
* | Improved build system to allow building tests as shared libraries instead of ↵ | Benoit Foucher | 2013-04-30 | |
| | | | | executables (used by Ice Touch) | |||
* | Rebuilt dependencies | Benoit Foucher | 2013-02-12 | |
| | ||||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 | |
| | ||||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 | |
| | ||||
* | Fixed (ICE-5160) - make clean leaves .exe with mingw | Jose | 2012-12-28 | |
| | ||||
* | ICE-4938: support for compact IDs | Benoit Foucher | 2012-12-19 | |
| | ||||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 | |
| | | | | Normalize all repository line endings. |