Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added missing ICE_NOEXCEPT in IceBT/IceIAP transports | Benoit Foucher | 2018-01-24 |
| | |||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | ICE-8539 - C++ fix for BT addressing | Mark Spruiell | 2017-11-08 |
| | |||
* | Clean C++ exception code to only throw exception types | Jose | 2017-09-20 |
| | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892 | ||
* | Build system improvements and fixes | Benoit Foucher | 2017-09-12 |
| | | | | | | | - Fixed static build failures (ICE-8509) - Improved check for IceBT build (ICE-8353) - Validate configs/platforms (ICE-8096) - Removed duplicated system libs from linker flags (ICE-7670) | ||
* | ICE-8349 - yocto static test build failure | Jose | 2017-07-17 |
| | |||
* | Fixed ICE-8094 & ICE-8099 - IceBT build system fixes | Benoit Foucher | 2017-06-19 |
| | |||
* | IceBT bug fix | Mark Spruiell | 2017-06-02 |
| | |||
* | Minor static build fixes | Benoit Foucher | 2017-05-22 |
| | |||
* | 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. | ||
* | Fix tabs and spaces in Makefiles | Joe George | 2017-05-03 |
| | |||
* | IceBT bug fix | Mark Spruiell | 2017-05-03 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin | Benoit Foucher | 2017-04-27 |
| | |||
* | Fixed ICE-7755 - listen on all IPs associated with a DNS name | Benoit Foucher | 2017-04-10 |
| | |||
* | ICE-7485 - Add support for building for Yocto | Joe George | 2017-03-24 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Moved UniquePtr to IceInternal | Bernard Normier | 2017-01-11 |
| | | | | Removed ctor and assignment operator from UniquePtr | ||
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | Revert "Reverted previous double-underscore changes in IceUtil classes" | Bernard Normier | 2016-11-05 |
| | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a. | ||
* | Reverted previous double-underscore changes in IceUtil classes | Bernard Normier | 2016-11-03 |
| | |||
* | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | |||
* | More consistent names for _API macros | Bernard Normier | 2016-11-01 |
| | |||
* | Replaced slice compiler options --ice, --underscore and --dll-export by | Bernard Normier | 2016-10-31 |
| | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata | ||
* | updating IceBT to BlueZ 5 | Mark Spruiell | 2016-10-20 |
| | |||
* | Fixed IceBT build issue | Benoit Foucher | 2016-08-31 |
| | |||
* | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | |||
* | Fixed C++11 relational operators on ObjectPrx | Bernard Normier | 2016-08-03 |
| | | | | Removed many useless operator!= | ||
* | Move generateUUID to Ice | Bernard Normier | 2016-08-01 |
| | |||
* | Added ICE_BUILDING_SRC to make builds | Bernard Normier | 2016-07-22 |
| | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups | ||
* | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
| | | | | of TCP/iAP/Bluetooth. | ||
* | ICE-7179 - Update std::function code style | Joe George | 2016-06-13 |
| | |||
* | fixed copyright notices | Bernard Normier | 2016-05-31 |
| | |||
* | Added support for building Xcode SDK, added iAP transport | Benoit Foucher | 2016-05-31 |
| | |||
* | Removed libIceUtil and libSlice | Bernard Normier | 2016-05-09 |
| | |||
* | Another fix for ICE-7132 | Benoit Foucher | 2016-05-09 |
| | |||
* | Fix for ICE-7132 - Missing -DICE_STATIC_LIBS | Benoit Foucher | 2016-05-09 |
| | |||
* | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
| | |||
* | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | |||
* | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 |
| | |||
* | Fix IceBT C++11 build | Jose | 2015-12-29 |
| | |||
* | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 |
| | | | | Updates to testsuite to support Bluetooth and remote servers. | ||
* | BT fixes | Mark Spruiell | 2015-11-20 |
| |