Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix version string and objc build | Joe George | 2021-02-24 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Remove Ice::Application & Glacier2::Application deprecated classes | Jose | 2021-02-02 |
| | |||
* | Port Glacier2, IceBox, IceBridge, IceDB, IceXML, icegriddb | Joe George | 2021-02-01 |
| | |||
* | 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. | ||
* | Remove IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Fixed doxygen warnings and updated configs. | Austin Henriksen | 2021-01-26 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Fixed warnings (#824) | Bernard Normier | 2020-04-30 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | 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. | ||
* | Do not omit param names for documented parameters - Close #465 | Jose | 2019-08-06 |
| | |||
* | Add support for hidden visibility on AIX/xlC. | Bernard Normier | 2019-07-25 |
| | | | | Link libIceXML with libexpat-static on AIX/xlC. | ||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Update Swift version to 3.7b2v3.7-beta2-swift | Jose | 2019-07-18 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-18 |
|\ | |||
| * | Fixed build failures caused by AIX port | Benoit Foucher | 2019-07-15 |
| | | |||
| * | Port to AIX with g++, xlC_r and xlclang++ (#434) | Bernard Normier | 2019-07-15 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-02 |
|\| | |||
| * | Fix conversion warning in Random.h | Jose | 2019-06-27 |
| | | |||
| * | 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 |
| | | |||
* | | Update Version to 3.7b1 | Jose | 2019-06-12 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-07 |
|\| | |||
| * | Fixed trailing whitespace | Benoit Foucher | 2019-06-04 |
| | | |||
| * | gcc 9 complains that it is creating an implicit copy constructor. (#408) | dennsporcic | 2019-05-13 |
| | | | | | | | | | | | | | | | | * gcc 9 complains that it is creating an implicit copy constructor. This is deprecated behaviour since C++11 and gcc 9 treats it as a warning. Adding a copy constructor silences this. Fixes #387 | ||
| * | Fixed typo in comment | Bernard Normier | 2019-04-09 |
| | | |||
* | | Exclude explicit template instantiations from static builds | Bernard Normier | 2019-05-08 |
| | | |||
* | | Dispatch queue updates | Joe George | 2019-05-07 |
| | | | | | | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | | Changed mapping for local classes to protocols | Bernard Normier | 2019-04-22 |
| | | |||
* | | Removed throws from some proxy methods | Bernard Normier | 2019-04-12 |
| | | |||
* | | Add breakBeforeBlock option to IceUtilInternal::Output | Joe George | 2019-03-15 |
|/ | |||
* | Replace __linux by __linux__ in remaining files | Bernard Normier | 2019-02-07 |
| | | | | g++ 8.2 on Power does not define __linux with -std=c++11 | ||
* | Better SSL support for underlying transports that don't provide a socket ↵ | Benoit Foucher | 2019-01-28 |
| | | | | file descriptor | ||
* | 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 |
| | |||
* | Always enable error checks for mutexes (#305) | Christoph Rupp | 2018-12-05 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | 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. | ||
* | Fixed fallthrough warnings + clang 3.x fixes | Bernard Normier | 2018-10-27 |
| | |||
* | 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 |