Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Reworked C++11 compiler check. Fixes #206. | Bernard Normier | 2018-09-24 | |
| | ||||
* | Reworked clang -Wdocumentation warning suppression. Fixes #209. | Bernard Normier | 2018-09-24 | |
| | ||||
* | Turn off documentation warnings with clang | Bernard Normier | 2018-09-21 | |
| | ||||
* | Merge branch '3.7.1-xcode10' into 3.7 | Bernard Normier | 2018-09-19 | |
|\ | ||||
| * | Fix Xcode 10 warnings | Bernard Normier | 2018-09-19 | |
| | | ||||
* | | Missing C++ header include | Jose | 2018-09-10 | |
| | | ||||
* | | Fixes for C++17 mode | Jose | 2018-09-07 | |
| | | | | | | | | Close #180 | |||
* | | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 | |
| | | | | | | | | Close #154 | |||
* | | Use ifndef around OS specific headers | Jose | 2018-06-11 | |
|/ | | | | Fixes #52 | |||
* | Disable warning C5033: 'register' is no longer a supported | Jose | 2018-04-18 | |
| | | | | | | The lex generated scanners still use 'register' storage class we have to disable the warning when building the generated scanners. | |||
* | Fixes for C++17 compatibility | Jose | 2018-04-18 | |
| | | | | | | | | | Avoid using functions that have been removed in C++17 Added ICE_CPLUSPLUS macro to workaround __cplusplus not always set with VC++ compiler Fixes #24 | |||
* | Fixes for C++17 compatibility | Jose | 2018-04-17 | |
| | | | | Fixes #24 | |||
* | Fixed minor test leaks (ICE-8767) | Benoit Foucher | 2018-03-27 | |
| | ||||
* | Update copyright year to 2018 | Jose | 2018-02-14 | |
| | ||||
* | Removed explicit from CommunicatorHolder(const Ice::CommunicatorPtr&>) ↵ | Benoit Foucher | 2018-02-06 | |
| | | | | constructor (ICE-8633) | |||
* | Removed explicit from CommunicatorHolder(shared_ptr<Communicator>) ↵ | Benoit Foucher | 2018-02-06 | |
| | | | | constructor (ICE-8633) | |||
* | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 | |
| | | | | (ICE-7996 & ICE-7976) | |||
* | Removed __USE_UNIX98 check (ICE-8580) | Bernard Normier | 2018-01-26 | |
| | ||||
* | Allow self-reset for UniqueRef::reset (ICE-8612) | Benoit Foucher | 2018-01-23 | |
| | ||||
* | Whitespace cleanup | Joe George | 2018-01-22 | |
| | ||||
* | Moved ice_collectable impl out of line (ICE-8610) | Bernard Normier | 2018-01-22 | |
| | ||||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 | |
| | ||||
* | Update version to v3.7.1 | Jose | 2017-12-14 | |
| | ||||
* | Fix el7 C++ build failure | Jose | 2017-09-20 | |
| | ||||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 | |
| | | | | Ice::UnkownSlicedValue::ice_id methods | |||
* | Fixed ICE-8223 - renamed cloneImpl to _iceCloneImpl | Benoit Foucher | 2017-07-05 | |
| | ||||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 | |
| | | | | Ice::SlicedData::clear method to break cyclic references | |||
* | Fix copyright headers | Jose | 2017-06-13 | |
| | ||||
* | Fixed ICE-7994 - invocation metrics issue with AMI batch oneway requests | Benoit Foucher | 2017-06-08 | |
| | ||||
* | Remove excessive empty lines | Joe George | 2017-06-07 | |
| | ||||
* | Fix some whitespace and typo in Proxy.h | Joe George | 2017-06-07 | |
| | ||||
* | Fixed comments for system exceptions | Bernard Normier | 2017-06-05 | |
| | ||||
* | Added missing copyright notice | Bernard Normier | 2017-06-02 | |
| | ||||
* | Priority inverstion test fixes | Jose | 2017-06-01 | |
| | ||||
* | Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵ | Benoit Foucher | 2017-06-01 | |
| | | | | dispatcher work item, fixed naming of AsyncResult private methods | |||
* | Updated recursive mutex check | Bernard Normier | 2017-05-31 | |
| | ||||
* | Replaced virtual public by public virtual | Bernard Normier | 2017-05-19 | |
| | ||||
* | Cleanup more whitespace | Joe George | 2017-05-09 | |
| | | | | | Remove extra newlines from the end of files and add newlines to files which are missing one. | |||
* | Generate alias for "delegate" in C++11 (ICE-7859) | Bernard Normier | 2017-05-03 | |
| | ||||
* | Fix tabs and spaces in Makefiles | Joe George | 2017-05-03 | |
| | ||||
* | Updated version to 3.7.0 | Benoit Foucher | 2017-05-03 | |
| | ||||
* | Remove trailing whitespace | Joe George | 2017-05-02 | |
| | ||||
* | Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.h | Jose | 2017-04-28 | |
| | ||||
* | Add operator bool() to CommunicatorHolder | Jose | 2017-04-28 | |
| | ||||
* | SessionHelper API cleanup | Bernard Normier | 2017-04-27 | |
| | ||||
* | Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin | Benoit Foucher | 2017-04-27 | |
| | ||||
* | Fix for VS2015 run-time error | Bernard Normier | 2017-04-25 | |
| | ||||
* | Do not use inherit constructor with Glacier2::Application | Jose | 2017-04-24 | |
| | | | | | With VC++ 19.00 and 19.10 the defautl constructor gets removed when using inherit constructors and deleted copy constructor. | |||
* | Small update to CtrlCHandler | Bernard Normier | 2017-04-23 | |
| | ||||
* | Improved C++11 version of CtrlCHandler | Bernard Normier | 2017-04-22 | |
| |