Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove Ice::Application & Glacier2::Application deprecated classes | Jose | 2021-02-02 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Fixed doxygen warnings and updated configs. | Austin Henriksen | 2021-01-26 |
| | |||
* | Fixed warnings (#824) | Bernard Normier | 2020-04-30 |
| | |||
* | Move response, error and sent functions given to the client Async API (#610) | Bernard Normier | 2019-11-03 |
| | | | instead of copying them. | ||
* | Fix clang -std=c++17 build | Bernard Normier | 2019-10-29 |
| | | | | Note: still building Ice C++11 with -std=c++11. | ||
* | Add support for hidden visibility on AIX/xlC. | Bernard Normier | 2019-07-25 |
| | | | | Link libIceXML with libexpat-static on AIX/xlC. | ||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-02 |
|\ | |||
| * | Disable conversion warning in include/Ice/Optional.h debug build | Jose | 2019-06-26 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | | |||
| * | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | | |||
| * | Fixed incorrect comment for ice_flushBatchRequestsAsync. Fixes #379. | Bernard Normier | 2019-06-21 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-07 |
|\| | |||
| * | Fixed typo in comment | Bernard Normier | 2019-04-09 |
| | | |||
* | | Dispatch queue updates | Joe George | 2019-05-07 |
| | | | | | | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | | Removed throws from some proxy methods | Bernard Normier | 2019-04-12 |
|/ | |||
* | Avoid result copy when setting the promise | Jose | 2019-01-24 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Replaced VC1xx by v1xx for consistency | Bernard Normier | 2018-11-09 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Whitespace cleanup | Bernard Normier | 2018-10-26 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Doxygen comments in IceUtil/Exception.h + related fixes | Bernard Normier | 2018-10-19 |
| | | | | Fixes #234 | ||
* | Reworked clang -Wdocumentation warning suppression. Fixes #209. | Bernard Normier | 2018-09-24 |
| | |||
* | Merge branch '3.7.1-xcode10' into 3.7 | Bernard Normier | 2018-09-19 |
|\ | |||
| * | Fix Xcode 10 warnings | Bernard Normier | 2018-09-19 |
| | | |||
* | | Fixes for C++17 mode | Jose | 2018-09-07 |
| | | | | | | | | Close #180 | ||
* | | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
|/ | | | | Close #154 | ||
* | 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 | ||
* | 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) | ||
* | 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 |
| | |||
* | 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 | ||
* | 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 |
| |