summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* | Fixed logging messageBernard Normier2016-08-30
| |
* | minor slice2html fix for 3.7Mark Spruiell2016-08-30
| |
* | ICE-7301 - slice2html generates bogus linksMark Spruiell2016-08-30
| |
* | Fix typo in LoggerI.cppJoe George2016-08-30
| | | | | | | | | | This was caused by a bad merge when merging fix for ICE-7292 from 3.6 into master
* | C++11 mapping: moved OpNameResult from Disp to Value classBernard Normier2016-08-30
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-08-30
|\|
| * ICE-7292 - Fix Ruby build on WindowsJoe George2016-08-29
| |
| * Fix ICE-7283 - Fix initialization order in LoggerIJoe George2016-08-23
| |
| * Fix ICE-7247Joe George2016-08-04
| | | | | | | | | | Disabled the new Visual Studio 2015 Update 3 optimizer for icegrid and the metrics test.
| * Fixed (ICE-7216) IceStorm test icedb lock files not being deletedJose2016-08-01
| |
* | ICE-6980 - Removed server-side user exception checks in Objective-CBenoit Foucher2016-08-30
| |
* | Ported interceptor and ICE-6980 changes to java-compatBenoit Foucher2016-08-30
| |
* | Fixed proxy comparison in C++11Bernard Normier2016-08-26
| |
* | Fix ICE-7298 - Visual Studio 2013 build errorJoe George2016-08-25
| |
* | Removed unused filesBenoit Foucher2016-08-25
| |
* | Fixed slice2java compilation failureBenoit Foucher2016-08-25
| |
* | Added GenCompat.cpp to slice2java Windows projectBenoit Foucher2016-08-25
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | generated MarshaledResult types in servant interface for JavaMark Spruiell2016-08-24
| |
* | Major changes in Java:Mark Spruiell2016-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved existing Java mapping sources to java-compat subdirectory - Added new "Java 8" mapping in java subdirectory - Significant features of Java 8 mapping: - All classes in com.zeroc package (e.g., com.zeroc.Ice.Communicator) - New AMI mapping that uses java.util.concurrent.CompletableFuture - New AMD mapping that uses java.util.concurrent.CompletionStage - New mapping for out parameters - "holder" types have been eliminated - New mapping for optional types that uses JDK classes from java.util (e.g., java.util.Optional) - "TIE" classes are no longer supported or necessary; servant classes now only need to implement a generated interface - Moved IceGrid GUI to new mapping - The "Java Compat" mapping is provided only for backward compatibility to ease migration to Ice 3.7. The Slice compiler supports a new --compat option to generate code for this mapping. However, users are encouraged to migrate to the new mapping as soon as possible.
* | Updated IceSSL::Certificate to use chrono::system_clock::time_point with C++11Bernard Normier2016-08-19
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | Fix formatting issue in generated C++ codeJoe George2016-08-18
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Fixed ICE-7269 - fixed bug introduced with removal of C++98 sync codeBenoit Foucher2016-08-09
| |
* | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵Benoit Foucher2016-08-09
| | | | | | | | connection caching is disabled
* | ICE-7268 - Fix UWP buildJoe George2016-08-08
| |
* | Fixed ICE-7208 - C++98 sync code now depends on async codeBenoit Foucher2016-08-08
| |
* | Fix build failureBernard Normier2016-08-05
| |
* | Improved DistinguishedName ctors and comparison operatorsBernard Normier2016-08-05
| |
* | Reduced string converter cachingBernard Normier2016-08-05
| |
* | Fixed type ID for well-known locator registry objectBenoit Foucher2016-08-05
| |
* | New TargetCompare template, renamed targetEquals to targetEqualToBernard Normier2016-08-04
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Fix IceIAP buildJoe George2016-08-04
| | | | | | | | Remove operator!= implementation.
* | Fixed C++11 relational operators on ObjectPrxBernard Normier2016-08-03
| | | | | | | | Removed many useless operator!=
* | Added missing <iterator>Bernard Normier2016-08-03
| |
* | Better IceSSL lock initializationJose2016-08-03
| |
* | Removed bogus comparison operatorsBernard Normier2016-08-02
| |
* | Moved StopWatch.h to IceUtil public includeBernard Normier2016-08-02
| |
* | Update DispatchInterceptorAsyncCallback + small cleanupsBernard Normier2016-08-02
| |
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | Fixed iconv string converterBernard Normier2016-08-01
| |
* | Fixed ICE-7259 Resurrect default String Converter pluginJose2016-08-01
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Do not initialize OpenSSL locks if already done by other library.Jose2016-08-01
| |
* | Fixed (ICE-7216) IceStorm test icedb lock files not being deletedJose2016-08-01
| |
* | ice_id and ice_ids no longer string-convert their parameters (C++11, ↵Bernard Normier2016-07-29
| | | | | | | | client-side)
* | ICE-7118 - Add serialization support for C# proxiesJose2016-07-29
| |
* | Fix indentation (replace tabs with whitespaces)Jose2016-07-29
| |