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 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | 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 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Enable -Wconversion with clang - Close #363 | Jose | 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 | ||
* | | Exclude explicit template instantiations from static builds | Bernard Normier | 2019-05-08 |
| | | |||
* | | Changed mapping for local classes to protocols | Bernard Normier | 2019-04-22 |
| | | |||
* | | 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 | ||
* | 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 |
| | |||
* | 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 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 | ||
* | 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 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Removed __USE_UNIX98 check (ICE-8580) | Bernard Normier | 2018-01-26 |
| | |||
* | 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 |
| | |||
* | Fix copyright headers | Jose | 2017-06-13 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| |