summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
Commit message (Collapse)AuthorAge
...
* | | | | | | Ruby port; Python & C++ fixesMark Spruiell2012-09-24
| | | | | | |
* | | | | | | Replaced optionalType in StreamTrait<> by a bool fixedLength memberBernard Normier2012-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and updated slice2cpp accordingly No longer rely on assert / static_assert to detect incorrect use of base StreamOptionalHelper: now, the code no longer compiles vector<bool> is now handled like a built-in type: InputStream and OutputStream have now read / write vector<bool>& functions. The default implementation (StreamI) simply delegates to the same functions on BasicStream.
* | | | | | | Partial fix for ICE-3393:Bernard Normier2012-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cpp:protobuf is now an alias for cpp:type - StreamTraitType is now extensible - StreamTrait<> has now a third template parameter, typename Enabler = void, for std::enable_if expressions
* | | | | | | Partial fix for ICE-3393:Bernard Normier2012-09-19
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - strealined StreamTraits.h - added ability to define custom dictionaries in C++ (with cpp:type:...) - added tests for custom dictionaries in test/Ice/custom Fixed ICE-4867: - clear parameter before unmarshaling into dictionary/map in C++ - added test
* | | | | | Undo pragma-once-in-header enhancementBernard Normier2012-09-05
| |_|_|_|/ |/| | | |
* | | | | Fixed bug #ICE-4840: incorrect ["cpp:type:array"] code generatedBernard Normier2012-08-17
| | | | | | | | | | | | | | | | | | | | Fixed test/Ice/plugin run.py script
* | | | | Fixed bug #ICE-4360: slice2cpp no longer generates ProxyType resp. ↵Bernard Normier2012-08-17
| |_|_|/ |/| | | | | | | | | | | PointerType when the enclosing class [Slice class / interface] has the same name.
* | | | 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
* | | | C++11 ami lambda supportJose2012-08-10
| |_|/ |/| |
* | | remove VC6 supportJose2012-08-08
| |/ |/|
* | Removed Stream::format method, replace with startWriteEncaps parameterBenoit Foucher2012-08-06
| |
* | 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
| * Remove BCC supportJose2012-07-19
| |
| * ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | | | | | files.
* | Fixed support unknown types in unknown optionalsBenoit Foucher2012-06-12
| |
* | Support for optionalsBenoit Foucher2012-06-11
| |
* | remove use of readPendingObjects/writePendingObjectsMark Spruiell2012-05-24
| |
* | C++ bug fixes; adding more Python testsMark Spruiell2012-05-10
| |
* | * 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
* | Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\|
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* ICE-4806 - name hiding warningsJose2012-04-09
|
* ICE-4790 - inlining of one-shot constructorsBenoit Foucher2012-03-06
|
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* ICE-4760 - slice2cpp unused generate global op names for local interfacesJose2011-12-30
|
* ICE-4565 - Generate default value initialization in header fileJose2011-12-29
|
* ICE-4757 --add-header bogusJose2011-12-26
|
* ICE-3793 replace static with anon namespacesJose2011-12-20
|
* ICE-4594 Patch for local exception and C++ ice_printJose2011-12-07
|
* slice2cpp fir for clang warningJose2011-10-28
|
* ICE-4708 - Regression generated code for default-valueJose2011-10-21
|
* Fixed ICE-4721 - support for OS X clangBenoit Foucher2011-10-18
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4857 - incorrect linkage for types with default valuesMark Spruiell2011-05-06
|
* 4851 - slice2cpp bug for string literalsJose2011-04-13
|
* 4815 - out["cpp:array"] generates C++ doesn't compile.Jose2011-03-14
|
* bug 4794 - allow default values to refer to constantsMark Spruiell2010-07-23
|
* bug 4758 - bogus C++ streaming code for nested typesMark Spruiell2010-05-25
|
* bug 4725 - generate one shot constructor for structsMark Spruiell2010-05-12
|
* bug 4719 - asynchronous end_ method not exportedMark Spruiell2010-04-30
|
* bug 4710 - missing include of StreamF.hMark Spruiell2010-03-23
|
* 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 4704 - template error in nested Slice definitionMark Spruiell2010-03-09
|
* bug 4650 - Slice default valuesMark Spruiell2010-02-05
|
* Bug 4654 - slice2cpp MetaDataVisitor::visitParamDecl(const ParamDeclPtr& p) ↵Jose2010-02-05
| | | | never used
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixes for 4471 - more Ice stream fixesBenoit Foucher2009-12-15
|
* Fix typoJose2009-12-14
|
* 4471 - read(std::vector<bool>) and Stream deprecate old methods.Jose2009-12-14
|