Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-07 |
|\ | |||
| * | Fix Incorrect generated code for class implements interface | Jose | 2019-06-06 |
| | | | | | | | | Close #406 | ||
* | | Dispatch queue updates | Joe George | 2019-05-07 |
|/ | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Extra semicolons | Jose | 2019-01-04 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fixed missing new line in generated code, fixes #241 | Benoit Foucher | 2018-10-10 |
| | |||
* | Merge branch '3.7.1-xcode10' into 3.7 | Bernard Normier | 2018-09-19 |
|\ | |||
| * | Fix Xcode 10 warnings | Bernard Normier | 2018-09-19 |
| | | |||
* | | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | | | | | Close #154 | ||
* | | Do not sort generated functions alphabetical | Jose | 2018-07-26 |
| | | | | | | | | Fixes #39 | ||
* | | slice2cpp generates invalid code wrt namespace qualification | Jose | 2018-06-19 |
|/ | | | | Closes #104 | ||
* | Fix C++11 enum intialization for LocalObject instances | Jose | 2018-04-15 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | |||
* | Fix Overqualification in generated code | Jose | 2017-10-30 |
| | | | | See ICE-7856 | ||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 |
| | | | | Ice::SlicedData::clear method to break cyclic references | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵ | Benoit Foucher | 2017-06-01 |
| | | | | dispatcher work item, fixed naming of AsyncResult private methods | ||
* | Generate alias for "delegate" in C++11 (ICE-7859) | Bernard Normier | 2017-05-03 |
| | |||
* | slice2cpp minor fixes: | Jose | 2017-05-02 |
| | | | | | ICE-7854 - c++11 Prx forward declaration generated for local interfaces ICE-7855 - local interface inheritance mapped to virtual public in C++11 | ||
* | Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return void | Benoit Foucher | 2017-04-20 |
| | |||
* | Fix (ICE-7762) - Change dispatch bool return value | Jose | 2017-04-10 |
| | |||
* | Removed trailing whitespace from Slice files and generated code | Bernard Normier | 2017-03-29 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Removed Current's default value in the C++11 mapping | Bernard Normier | 2017-03-08 |
| | | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent | ||
* | Fix (ICE-7643) marshaled-result generated bogus implementation code with --impl | Jose | 2017-03-07 |
| | | | | -c++11 | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed ICE-7568 - namespace not correctly escape in C++ | Jose | 2017-02-09 |
| | | |||
* | | Removed cpp:unscoped from all Ice enums | Bernard Normier | 2017-02-08 |
| | | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC | ||
* | | Fixed unused variable error | Bernard Normier | 2017-02-08 |
| | | |||
* | | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | Slice compilers now emit deprecated warning for classes with operations ↵ | Bernard Normier | 2017-02-04 |
| | | | | | | | | | | | | (ICE-7557) Refactored suppress-warning implementation | ||
* | | Rework warning suppression to use global meta data | Jose | 2017-02-03 |
| | | |||
* | | Pass warning level to the ChecksumVisitor for consistency | Jose | 2017-02-02 |
| | | |||
* | | Add --no-warn option to Slice compilers | Jose | 2017-02-01 |
| | | |||
* | | Fix slice2cpp build failure | Jose | 2017-01-30 |
| | | |||
* | | C++ metadata validation fixes | Jose | 2017-01-30 |
| | | |||
* | | Fix to generate ICE_NOEXCEPT instead of throw() with the C++98 mapping | Benoit Foucher | 2017-01-27 |
| | | |||
* | | Fixed ICE-6920 - Communicator::destroy is now noexcept | Benoit Foucher | 2017-01-26 |
| | | |||
* | | java:UserException metadata for both local and remote operations | Bernard Normier | 2017-01-19 |
| | | |||
* | | Reordered C++ flags | Bernard Normier | 2016-12-16 |
| | | |||
* | | Fixed deprecated warning and other warnings with clang | Bernard Normier | 2016-12-15 |
| | |