Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Ruby port; Python & C++ fixes | Mark Spruiell | 2012-09-24 | |
| | | | | | | | ||||
* | | | | | | | Replaced optionalType in StreamTrait<> by a bool fixedLength member | Bernard Normier | 2012-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 Normier | 2012-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 Normier | 2012-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 enhancement | Bernard Normier | 2012-09-05 | |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Fixed bug #ICE-4840: incorrect ["cpp:type:array"] code generated | Bernard Normier | 2012-08-17 | |
| | | | | | | | | | | | | | | | | | | | | Fixed test/Ice/plugin run.py script | |||
* | | | | | Fixed bug #ICE-4360: slice2cpp no longer generates ProxyType resp. ↵ | Bernard Normier | 2012-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 Normier | 2012-08-11 | |
| | | | | | | | | | | | | | | | | | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces | |||
* | | | | C++11 ami lambda support | Jose | 2012-08-10 | |
| |_|/ |/| | | ||||
* | | | remove VC6 support | Jose | 2012-08-08 | |
| |/ |/| | ||||
* | | Removed Stream::format method, replace with startWriteEncaps parameter | Benoit Foucher | 2012-08-06 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-08-06 | |
|\ \ | |/ |/| | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak | |||
| * | Remove BCC support | Jose | 2012-07-19 | |
| | | ||||
| * | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 | |
| | | | | | | | | files. | |||
* | | Fixed support unknown types in unknown optionals | Benoit Foucher | 2012-06-12 | |
| | | ||||
* | | Support for optionals | Benoit Foucher | 2012-06-11 | |
| | | ||||
* | | remove use of readPendingObjects/writePendingObjects | Mark Spruiell | 2012-05-24 | |
| | | ||||
* | | C++ bug fixes; adding more Python tests | Mark Spruiell | 2012-05-10 | |
| | | ||||
* | | * C++ implementation for compact/sliced formats | Mark Spruiell | 2012-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 encoding11 | Benoit Foucher | 2012-04-25 | |
|\| | ||||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 | |
| | | ||||
* | | Added support for encoding versioning | Benoit Foucher | 2012-04-18 | |
|/ | ||||
* | ICE-4806 - name hiding warnings | Jose | 2012-04-09 | |
| | ||||
* | ICE-4790 - inlining of one-shot constructors | Benoit Foucher | 2012-03-06 | |
| | ||||
* | ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixes | Benoit Foucher | 2012-03-05 | |
| | ||||
* | ICE-4760 - slice2cpp unused generate global op names for local interfaces | Jose | 2011-12-30 | |
| | ||||
* | ICE-4565 - Generate default value initialization in header file | Jose | 2011-12-29 | |
| | ||||
* | ICE-4757 --add-header bogus | Jose | 2011-12-26 | |
| | ||||
* | ICE-3793 replace static with anon namespaces | Jose | 2011-12-20 | |
| | ||||
* | ICE-4594 Patch for local exception and C++ ice_print | Jose | 2011-12-07 | |
| | ||||
* | slice2cpp fir for clang warning | Jose | 2011-10-28 | |
| | ||||
* | ICE-4708 - Regression generated code for default-value | Jose | 2011-10-21 | |
| | ||||
* | Fixed ICE-4721 - support for OS X clang | Benoit Foucher | 2011-10-18 | |
| | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | bug 4857 - incorrect linkage for types with default values | Mark Spruiell | 2011-05-06 | |
| | ||||
* | 4851 - slice2cpp bug for string literals | Jose | 2011-04-13 | |
| | ||||
* | 4815 - out["cpp:array"] generates C++ doesn't compile. | Jose | 2011-03-14 | |
| | ||||
* | bug 4794 - allow default values to refer to constants | Mark Spruiell | 2010-07-23 | |
| | ||||
* | bug 4758 - bogus C++ streaming code for nested types | Mark Spruiell | 2010-05-25 | |
| | ||||
* | bug 4725 - generate one shot constructor for structs | Mark Spruiell | 2010-05-12 | |
| | ||||
* | bug 4719 - asynchronous end_ method not exported | Mark Spruiell | 2010-04-30 | |
| | ||||
* | bug 4710 - missing include of StreamF.h | Mark Spruiell | 2010-03-23 | |
| | ||||
* | Cleaning up translator and adding tests related to bug 4704. | Mark Spruiell | 2010-03-09 | |
| | | | | | This commit does NOT need to be included in the official patch for this bug. | |||
* | bug 4704 - template error in nested Slice definition | Mark Spruiell | 2010-03-09 | |
| | ||||
* | bug 4650 - Slice default values | Mark Spruiell | 2010-02-05 | |
| | ||||
* | Bug 4654 - slice2cpp MetaDataVisitor::visitParamDecl(const ParamDeclPtr& p) ↵ | Jose | 2010-02-05 | |
| | | | | never used | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | Fixes for 4471 - more Ice stream fixes | Benoit Foucher | 2009-12-15 | |
| | ||||
* | Fix typo | Jose | 2009-12-14 | |
| | ||||
* | 4471 - read(std::vector<bool>) and Stream deprecate old methods. | Jose | 2009-12-14 | |
| |