summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-07
|\
| * Fix Incorrect generated code for class implements interfaceJose2019-06-06
* | Dispatch queue updatesJoe George2019-05-07
|/
* Copyright header simplicationJose2019-01-19
* Extra semicolonsJose2019-01-04
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
* Fixed missing new line in generated code, fixes #241Benoit Foucher2018-10-10
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-19
|\
| * Fix Xcode 10 warningsBernard Normier2018-09-19
* | Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
* | Do not sort generated functions alphabeticalJose2018-07-26
* | slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
|/
* Fix C++11 enum intialization for LocalObject instancesJose2018-04-15
* Update copyright year to 2018Jose2018-02-14
* Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
* Adding doc comments to C++Mark Spruiell2018-01-17
* Fix Overqualification in generated codeJose2017-10-30
* Added Ice::UserException::ice_getSlicedData and Ice::UnkownSlicedValue::ice_i...Benoit Foucher2017-07-06
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and Ice::Sliced...Benoit Foucher2017-07-05
* Remove excessive empty linesJoe George2017-06-07
* Fixed ICE-7941 - scheduleCallback now provides the connection to the dispatch...Benoit Foucher2017-06-01
* Generate alias for "delegate" in C++11 (ICE-7859)Bernard Normier2017-05-03
* slice2cpp minor fixes:Jose2017-05-02
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
* Fix (ICE-7762) - Change dispatch bool return valueJose2017-04-10
* Removed trailing whitespace from Slice files and generated codeBernard Normier2017-03-29
* Update IceSSL::ConnectionInfo to use native certs and remove NativeConnection...Jose2017-03-20
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
* Fix (ICE-7643) marshaled-result generated bogus implementation code with --implJose2017-03-07
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
* | Fixed ICE-7568 - namespace not correctly escape in C++Jose2017-02-09
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
* | Fixed unused variable errorBernard Normier2017-02-08
* | Make Slice enums scopedBernard Normier2017-02-08
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests flushed...Benoit Foucher2017-02-06
* | Slice compilers now emit deprecated warning for classes with operations (ICE-...Bernard Normier2017-02-04
* | Rework warning suppression to use global meta dataJose2017-02-03
* | Pass warning level to the ChecksumVisitor for consistencyJose2017-02-02
* | Add --no-warn option to Slice compilersJose2017-02-01
* | Fix slice2cpp build failureJose2017-01-30
* | C++ metadata validation fixesJose2017-01-30
* | Fix to generate ICE_NOEXCEPT instead of throw() with the C++98 mappingBenoit Foucher2017-01-27
* | Fixed ICE-6920 - Communicator::destroy is now noexceptBenoit Foucher2017-01-26
* | java:UserException metadata for both local and remote operationsBernard Normier2017-01-19
* | Reordered C++ flagsBernard Normier2016-12-16
* | Fixed deprecated warning and other warnings with clangBernard Normier2016-12-15