summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
Commit message (Collapse)AuthorAge
...
| * | Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-09-03
| |\ \ | | | | | | | | | | | | | | | | Conflicts: cpp/src/IceGrid/Database.cpp
| * \ \ Merge remote-tracking branch 'origin/encoding11' into mxJose2012-08-16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h
| * \ \ \ Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-08-10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/OutgoingAsync.cpp
| * | | | | FixBenoit Foucher2012-08-09
| | | | | |
| * | | | | FixesBenoit Foucher2012-08-08
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-08-06
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/.depend cpp/src/Ice/.depend.mak cpp/src/slice2cpp/Gen.cpp
| * | | | | | UpdatesBenoit Foucher2012-08-06
| | | | | | |
| * | | | | | More workBenoit Foucher2012-07-24
| | | | | | |
* | | | | | | ICE-4824 - Fixed VC6 style loopsJose2012-10-03
| | | | | | |
* | | | | | | Renamings (ICE-4868):Bernard Normier2012-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - StreamTrait is now StreamableTraits - StreamTraitType is now StreamHelperCategory - OptionalType is now OptionalFormat - Ice/StreamTraits.h is now Ice/StreamHelpers.h Updated C++, Python and Ruby Updated .depend and .depend.mak in C++, Python, Ruby and PHP
* | | | | | | 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
| |_|/ |/| |
* | | BCC & VC6 removal minor fixesJose2012-08-08
| | |
* | | 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
| * MinGW & Ruby-1.9 updatesJose2012-07-26
| |
| * 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-4791 - Include generated header in dependency rules emitted by slice2cpp.Jose2012-03-15
|
* 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
|