Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-09-03 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: cpp/src/IceGrid/Database.cpp | |||
| * \ \ | Merge remote-tracking branch 'origin/encoding11' into mx | Jose | 2012-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 mx | Benoit Foucher | 2012-08-10 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/OutgoingAsync.cpp | |||
| * | | | | | Fix | Benoit Foucher | 2012-08-09 | |
| | | | | | | ||||
| * | | | | | Fixes | Benoit Foucher | 2012-08-08 | |
| | | | | | | ||||
| * | | | | | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-08-06 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/.depend cpp/src/Ice/.depend.mak cpp/src/slice2cpp/Gen.cpp | |||
| * | | | | | | Updates | Benoit Foucher | 2012-08-06 | |
| | | | | | | | ||||
| * | | | | | | More work | Benoit Foucher | 2012-07-24 | |
| | | | | | | | ||||
* | | | | | | | ICE-4824 - Fixed VC6 style loops | Jose | 2012-10-03 | |
| | | | | | | | ||||
* | | | | | | | Renamings (ICE-4868): | Bernard Normier | 2012-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++ 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 | |
| |_|/ |/| | | ||||
* | | | BCC & VC6 removal minor fixes | Jose | 2012-08-08 | |
| | | | ||||
* | | | 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 | |||
| * | MinGW & Ruby-1.9 updates | Jose | 2012-07-26 | |
| | | ||||
| * | 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-4791 - Include generated header in dependency rules emitted by slice2cpp. | Jose | 2012-03-15 | |
| | ||||
* | 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 | |
| |