summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
Commit message (Collapse)AuthorAge
* Object factory registration fix for VS 2015v3.6.1-msvc2015Jose2015-12-28
|
* Fix binary compatibility issue with previous fixJose2015-12-28
|
* Visual Studio 2015 compiler fixJose2015-12-28
|
* ICE-6677 - Fix C++ generated constructor code formatingJose2015-08-03
|
* Fix for Visual Studio 2015 bogus warningJose2015-07-22
| | | | | Visual Studio 2015 generates a bogus warning for ice_clone implementation of GCObject derived classes.
* Fix for Abstrac class generated constructorJose2015-07-22
| | | | | Abstract class generated constructor must not call virtual base class constructors
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* ICE-5814 fixed gcc compile errorsDwayne Boone2015-02-23
|
* ICE-5814 change C++ generated code to prevent shadow warnignsDwayne Boone2015-02-20
|
* ICE-5814 allow demos to be built with /W4 on WindowsDwayne Boone2015-01-30
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* Fix overloaded-virtual warningsJose2014-10-30
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵Benoit Foucher2014-10-28
| | | | C++11 and C++03 compiled code
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Fixed (ICE-5511) - Consider removing the deprecated AMI mappingJose2014-09-24
|
* Fixed #2 of ICE-5594: code style for CallbackBase classBenoit Foucher2014-07-28
|
* Completed fix for ICE-5567: move various C++11 classes/functions out of lineBernard Normier2014-07-24
|
* Fixed ICE-5567: Too much pseudo-inlining with ICE_CPP11 + OpenSSLEngine ↵Bernard Normier2014-07-23
| | | | build failure
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Fix for ICE-5527 (simplify generated code for user exception and object ↵Bernard Normier2014-06-16
| | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies)
* Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++Bernard Normier2014-06-12
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* New cpp:view-type metadata for strings, sequences and dictionaries, plus updatesZeroC Staff2014-06-04
| | | | to throughput demo. Fixes ICE-5382.
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed (ICE-714) - New visibility options in GCC 4.0Jose2014-05-05
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* merging javascript branchMark Spruiell2014-03-19
|
* minor fixJose2013-08-26
|
* Fixed ICE-5402 - VS2010: generated code does not compile if method has more ↵Jose2013-08-26
| | | | than 10 out parameters
* Fixed ICE-5395 - invalid code generated with ["cpp:virtual"]Jose2013-07-31
|
* Fixed (ICE-5342) - slice2cpp generates invalid code under certain circumstancesJose2013-07-05
|
* Fixed (ICE-5327) - Using completed or sent as variable names causes badnessJose2013-04-11
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Finished fixing ICE-5180: Surface WinRT supportBenoit Foucher2013-02-06
|
* Fix slice2cpp unreferenced formal parameter warnings with VC100Jose2013-02-05
|
* Xcode 4.6 - clang 4.2 updatesJose2013-01-31
|
* Fixed ICE-4870 - optional comparison operators on C++ structsBenoit Foucher2013-01-31
|
* Fixed ICE-4971 - inherit publicly from IceInternal::GCSharedBenoit Foucher2013-01-15
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* ICE-4938: Super compact enodingBenoit Foucher2013-01-04
|
* ICE-4938: support for compact IDsBenoit Foucher2012-12-19
|
* ICE-4930 - fixes for scripting languagesMark Spruiell2012-11-09
|
* Java and C# fix for ICE-4930, invalid 1.0 marhsaling of pending objectsBenoit Foucher2012-11-09
|
* C++ fix for ICE-4930, invalid 1.0 marhsaling of pending objectsBenoit Foucher2012-11-08
|
* Minor core, test and demo fixesBenoit Foucher2012-10-29
| | | | | | | - Fixed C# value demo to use sliced format - Fixed Ice core to throw NoObjectFactoryException/UnknownUserException instead or MarshalException when compact format is used an no factory is found. - Fixed minor unitialized memory reads.
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|