summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
Commit message (Collapse)AuthorAge
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Removed outdated comment. Fixes #369.Bernard Normier2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Update copyright year to 2018Jose2018-02-14
|
* Moved ice_collectable impl out of line (ICE-8610)Bernard Normier2018-01-22
|
* Clean C++ exception code to only throw exception typesJose2017-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
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7954 - bug in Object::ice_dispatchBenoit Foucher2017-06-01
|
* Fix (ICE-7762) - Change dispatch bool return valueJose2017-04-10
|
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
| | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | 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)
* | Removed bogus comparison operatorsBernard Normier2016-08-02
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | ICE-6982 and ICE-6946Joe George2016-06-08
| | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11
* | cleaning up stream API in C++/Java/JSMark Spruiell2016-05-11
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Use Ice::noExplicitCurrent as C++ Current default parameterJose2016-01-13
| |
* | Remove Object::ice_clone from C++11 mappingJose2016-01-13
| |
* | C++11 minor improvementsJose2016-01-12
| |
* | C++11 updates for IceLocatorDiscoveryJose2015-12-31
| | | | | | | | | | - Fixes IceLocatorDiscovery to build with new C++11 mapping - Fixes to C++11 mapping for Bloject and ice_invoke async versions
* | C++11 ice_invoke_async & Blobject async implementationJose2015-12-30
| |
* | C++11 DispatchInterceptor fixesJose2015-12-17
| |
* | C++11 mapping server side input parameter fixesJose2015-12-10
| |
* | C++11 mapping server side input parameter fixesJose2015-12-09
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5791: removed deprecated APIs for Ice 3.6Bernard Normier2014-10-28
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* ICE-4938: Super compact enodingBenoit Foucher2013-01-04
|
* Better generated __read and __write for classes and exceptions (C++, Java ↵Bernard Normier2012-10-13
| | | | and C#)
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* VS2012 build fixesBernard Normier2012-08-07
|
* Removed Stream::format method, replace with startWriteEncaps parameterBenoit Foucher2012-08-06
|
* Support for optionalsBenoit Foucher2012-06-11
|
* Win32 blobject STL debug assertBenoit Foucher2012-05-18
|
* * C++ implementation for compact/sliced formatsMark Spruiell2012-05-08
| | | | | | | | | * C++ implementation for "preserve-slice" metadata * C++ tests for compact/sliced/preserved types * Updated stream API * Python changes for stream API * Python tests for compact/sliced formats * Added Ice.Default.SlicedFormat property