Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do zero copy of basic sequence types on 32 bit intel platforms | Dwayne Boone | 2006-02-09 |
| | |||
* | Fixes to alternate sequence code to get around Sun issues. | Dwayne Boone | 2006-02-08 |
| | |||
* | Fixed sequences of classes | Dwayne Boone | 2006-02-07 |
| | |||
* | Added support for alternate sequences Added custom test | Dwayne Boone | 2006-02-06 |
| | |||
* | Added support for cpp:range:type | Dwayne Boone | 2006-02-03 |
| | |||
* | Fixed ["cpp:array"] when base sequence is not vector | Dwayne Boone | 2006-02-02 |
| | |||
* | Added support for ["cpp:range"] | Dwayne Boone | 2006-02-02 |
| | |||
* | Fix last fix | Dwayne Boone | 2006-02-01 |
| | |||
* | More minor fixes | Dwayne Boone | 2006-02-01 |
| | |||
* | Fixed substr error | Dwayne Boone | 2006-02-01 |
| | |||
* | generate code rather than using templates where possible | Dwayne Boone | 2006-02-01 |
| | |||
* | Fixed alternate sequence generation for more types. | Dwayne Boone | 2006-02-01 |
| | |||
* | Some minor refactoring | Dwayne Boone | 2006-01-31 |
| | |||
* | Fixed to ignore array except on in params | Dwayne Boone | 2006-01-30 |
| | |||
* | Make alternate sequence class not require template | Dwayne Boone | 2006-01-30 |
| | |||
* | More change for alternate C++ sequence mappings | Dwayne Boone | 2006-01-27 |
| | |||
* | Fixed bug 821. zero length seq size write failure | Dwayne Boone | 2006-01-24 |
| | |||
* | Changes to support "cpp:array" in IceE (and eventually Ice). | Dwayne Boone | 2006-01-23 |
| | |||
* | Added support for ["cpp:array"] to slice2cppe | Dwayne Boone | 2006-01-04 |
| | |||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1803 | Michi Henning | 2005-10-26 |
| | |||
* | fixes for bug 422 | Brent Eagles | 2005-09-02 |
| | |||
* | removing Ice-E code | Mark Spruiell | 2005-07-15 |
| | |||
* | Renamded icee namespace back to Ice | Dwayne Boone | 2005-07-06 |
| | |||
* | Fixed icee code | Dwayne Boone | 2005-07-05 |
| | |||
* | Fixed error in last checkin | Dwayne Boone | 2005-07-05 |
| | |||
* | Ice -> IceE for IceE | Dwayne Boone | 2005-07-05 |
| | |||
* | Fixed Ice-E headers | Dwayne Boone | 2005-06-27 |
| | |||
* | Removed copy constructor and assignment operator for exceptions and | Michi Henning | 2005-06-20 |
| | | | | classes. Removed #undef scheme and add UndefSysMacros.h instead. | ||
* | Added on-shot constructors to structures, classes, and exceptions. Added | Michi Henning | 2005-06-17 |
| | | | | | copy and assignment to classes. Refactored some of the code generator to get rid of duplicated code. | ||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | ||
* | Fixed version check for generated code so we can actually use 2.1.0 code | Michi Henning | 2005-05-11 |
| | | | | against a 2.1.1 library. | ||
* | 2004 -> 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | fix for normalizePath | Mark Spruiell | 2005-01-13 |
| | |||
* | normalize paths | Mark Spruiell | 2005-01-13 |
| | |||
* | fixed include path handling | Marc Laukien | 2004-11-03 |
| | |||
* | adding streaming API | Mark Spruiell | 2004-10-19 |
| | |||
* | Fixed the way keywords are escaped. A Slice keyword is now escaped only | Michi Henning | 2004-09-10 |
| | | | | | | | | where needed, instead of everywhere. That is, Slice "while" maps to "_while", but "whilePrx". This makes the generated code a lot easier to use. Fixed a bug in the --impl code -- fully-qualified names caused syntax errors in the generated method definitions. | ||
* | Copyright fixes | Bernard Normier | 2004-05-19 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | - Removed dependency on Xerces. | Mark Spruiell | 2003-09-11 |
| | | | | | | | | | - Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze. | ||
* | Fixed Sun warnings | Bernard Normier | 2003-05-23 |
| | |||
* | Merged HEAD and slicing trees. | Michi Henning | 2003-05-08 |
| | |||
* | Eliminated numerous warnings from Sun C++ 5.4 builds | Bernard Normier | 2003-04-24 |
| | |||
* | Macro reorg/cleanup | Bernard Normier | 2003-04-17 |
| | |||
* | marshal code optimization | Marc Laukien | 2003-03-22 |
| | |||
* | Fixed unmarshaling side for classes that have a member that is only forward | Michi Henning | 2003-03-20 |
| | | | | declared, but not defined. | ||
* | The following Slice file generated incorrect code: | Michi Henning | 2003-03-19 |
| | | | | | | class X; class Y { X myX; }; Fixed the marshaling side (__write() and __marshal()) for this, but the reading side (__read() and __unmarshal()) are still broken. | ||
* | version update; date change | Marc Laukien | 2003-02-04 |
| |