summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
| * Removed explicit from CommunicatorHolder(const Ice::CommunicatorPtr&>) ↵Benoit Foucher2018-02-06
| | | | | | | | constructor (ICE-8633)
| * Removed explicit from CommunicatorHolder(shared_ptr<Communicator>) ↵Benoit Foucher2018-02-06
| | | | | | | | constructor (ICE-8633)
* | Merge remote-tracking branch 'origin/netcore' into 3.7Jose2018-02-08
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/3.7' into netcoreJose2018-02-05
| |\
| * \ Merge remote-tracking branch 'origin/3.7' into netcoreJoe George2017-12-20
| |\ \
| * \ \ Merge remote-tracking branch 'origin/3.7' into netcoreJose2017-12-14
| |\ \ \
| * | | | Add missing new lines in generated codeJose2017-12-06
| | | | |
| * | | | Add workaround for .NET Core optional failureJose2017-12-04
| | | | |
* | | | | Merge remote-tracking branch 'origin/matlab' into 3.7Jose2018-02-06
|\ \ \ \ \
| * | | | | Fix whitespaceJoe George2017-11-21
| | | | | |
| * | | | | Minor fix, remove unused variableJose2017-10-20
| | | | | |
| * | | | | More keyword escape fixesMark Spruiell2017-10-19
| | | | | |
| * | | | | Adding missing doc/copyrightMark Spruiell2017-10-19
| | | | | |
| * | | | | Adding escape test and related fixesMark Spruiell2017-10-19
| | | | | |
| * | | | | Remove package metadata; test cleanupMark Spruiell2017-10-11
| | | | | |
| * | | | | slice2matlab updates for ICE-8538, ICE-8536, ICE-8535, ICE-8532Mark Spruiell2017-10-11
| | | | | |
| * | | | | Update MATLAB build systemJose2017-10-09
| | | | | |
| * | | | | Internal code cleanupMark Spruiell2017-10-04
| | | | | |
| * | | | | Adding more tests; checksum supportMark Spruiell2017-10-03
| | | | | |
| * | | | | Adding inheritance testMark Spruiell2017-10-02
| | | | | |
| * | | | | Moving Ice.ValueHolderMark Spruiell2017-10-02
| | | | | |
| * | | | | Adding endpoint support; adding ami test; test script fixesMark Spruiell2017-09-29
| | | | | |
| * | | | | Internal proxy changes; simplifying generated proxy codeMark Spruiell2017-09-28
| | | | | |
| * | | | | Performance improvements; minor mapping changesMark Spruiell2017-09-27
| | | | | |
| * | | | | Minor fixes to generated code for sequencesMark Spruiell2017-09-23
| | | | | |
| * | | | | Revising the mapping for sequence<struct> and sequence<enum>Mark Spruiell2017-09-22
| | | | | |
| * | | | | Simplifying mapping for struct and sequenceMark Spruiell2017-09-20
| | | | | |
| * | | | | Adding slicing/objects test; Adding automated test supportMark Spruiell2017-09-19
| | | | | |
| * | | | | Adding slicing/exceptions testMark Spruiell2017-09-17
| | | | | |
| * | | | | Adding support for package metadata; updating tests to use package metadataMark Spruiell2017-09-16
| | | | | |
| * | | | | Adding support for Slice classes and optional values; Adding more testsMark Spruiell2017-09-15
| | | | | |
| * | | | | Adding exceptions test, support for debug buildsMark Spruiell2017-09-07
| | | | | |
| * | | | | Initial commit of MATLAB prototypeMark Spruiell2017-09-04
| | | | | |
* | | | | | Catch exception by const& when appropriate (ICE-8632)Benoit Foucher2018-02-06
| | | | | |
* | | | | | Fixed typo in IceGrid ACM client timeout property name (ICE-8623)Benoit Foucher2018-02-06
| | | | | |
* | | | | | Updates for Ice Builder 5.xJose2018-02-05
| |_|_|_|/ |/| | | |
* | | | | ICE-7891 - Translate @see references in JavaMark Spruiell2018-02-01
| | | | |
* | | | | ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
| | | | |
* | | | | Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | | | | | | | | | | | | | | | | | return type from ice_fixed
* | | | | Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | | | | | | | | | | | | | | | | | override from original proxy
* | | | | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | | | | | | | | | | | | | | | | | (ICE-7996 & ICE-7976)
* | | | | Updated AutoStart descriptionBernard Normier2018-01-30
| | | | |
* | | | | Added delayed autostart option (ICE-7912)Bernard Normier2018-01-30
| | | | |
* | | | | Run IceStorm/repstress on driver main thread (ICE-8175)Benoit Foucher2018-01-30
| | | | |
* | | | | Grant rx to LocalService on service's parent directory (ICE-8273)Bernard Normier2018-01-26
| | | | |
* | | | | icebox requires at least one service (cpp, java)(ICE-8307)Bernard Normier2018-01-26
| | | | |
* | | | | Removed __USE_UNIX98 check (ICE-8580)Bernard Normier2018-01-26
| | | | |
* | | | | Fixed macOS bug where Ice/objects client would crash on macOS when ran ↵Benoit Foucher2018-01-26
| | | | | | | | | | | | | | | | | | | | against the JavaScript server
* | | | | Disable global optimizer for VS2017 C++11 (ICE-8611)Bernard Normier2018-01-25
| | | | |
* | | | | Removed Ice.MessageSizeMax from clients where it's no longer necessary ↵Benoit Foucher2018-01-25
| | | | | | | | | | | | | | | | | | | | (ICE-8340)