summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
Commit message (Collapse)AuthorAge
* Remove excessive empty linesJoe George2017-06-07
|
* Removed trailing whitespace from Slice files and generated codeBernard Normier2017-03-29
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Rework warning suppression to use global meta dataJose2017-02-03
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | C++ metadata validation fixesJose2017-01-30
| |
* | Reduced number of symbols exported by generated code with MSVCBernard Normier2016-06-29
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | C++11 AMI custom mapping supportBernard Normier2016-06-16
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | partial support for custom mapping with cpp11Bernard Normier2016-06-09
| | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata
* | 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
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Add slice2cpp --impl-c++98/--impl-c++11 optionsJose2016-01-14
| |
* | C++11 Value::ice_clone improvementsJose2016-01-11
| |
* | C++11 constructors default initialization in generated codeJose2016-01-07
| |
* | Removed un-used member to fix OS X build failureBenoit Foucher2016-01-05
| |
* | C++11 move compatibility definitions to a separate visitorJose2016-01-04
| |
* | Fix ICE-6947Joe George2015-12-29
| | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11
* | C++11 mapping, binding/checksum/defaultServant testsJose2015-12-14
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5395 - invalid code generated with ["cpp:virtual"]Jose2013-07-31
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Xcode 4.6 - clang 4.2 updatesJose2013-01-31
|
* Partial fix for ICE-4869: C++ stream read/write for structs (and ↵Bernard Normier2012-10-11
| | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris.
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-08-06
|\ | | | | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak
| * ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | | | | | files.
* | Support for optionalsBenoit Foucher2012-06-11
|/
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Fixed ICE-4721 - support for OS X clangBenoit Foucher2011-10-18
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Cleaning up translator and adding tests related to bug 4704.Mark Spruiell2010-03-09
| | | | | This commit does NOT need to be included in the official patch for this bug.
* Bug 4654 - slice2cpp MetaDataVisitor::visitParamDecl(const ParamDeclPtr& p) ↵Jose2010-02-05
| | | | never used
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* 4385 - new StreamApi & UserExecptionJose2009-11-26
|
* New AMI mappingBenoit Foucher2009-11-23
|
* 855 - Stream template functions and template programming.Jose2009-11-06
|
* 3930 - Slice class inheritance mapped to virtual inheritance in C++Jose2009-07-08
| | | | | 3930 - Slice class inheritance mapped to virtual inheritance in C++ 3930 - Slice class inheritance mapped to virtual inheritance in C++
* bug 3374 & general metadata clean upMark Spruiell2009-02-20
|
* Squashed commit of the following:Jose2009-01-27
| | | | | | | | commit 9aa67a8862e402cb52276282b26a40422fae4adb Author: Jose Gutierrez <jose@zeroc.com> Date: Tue Jan 27 19:25:22 2009 +0100 Fixed 3374 --header-ext not work as intended.