summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CPlusPlusUtil.cpp
Commit message (Collapse)AuthorAge
...
* MAke wstring optional for IceEDwayne Boone2007-05-02
|
* Cleaned up Ice-E generated code.Benoit Foucher2007-03-27
|
* Temporary fixBenoit Foucher2007-03-26
|
* Temporary fix to get slice2cppe to generate the old marshal/unmarshal code.Benoit Foucher2007-03-26
|
* Bug 1873.Benoit Foucher2007-03-23
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Beta versioningBernard Normier2007-01-31
|
* Copyright changesDwayne Boone2007-01-09
|
* Updated copyright headerDwayne Boone2007-01-08
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1568Matthew Newhook2006-11-23
|
* fixing a bug with generated #include statementsMark Spruiell2006-09-01
|
* bug 1316: auto_arrayMark Spruiell2006-08-24
|
* Bug 1264 - byte sequences in dictionariesDwayne Boone2006-07-31
|
* Fixed code generation bug for array mapping for sequences.Michi Henning2006-06-19
|
* Allow AMD to use arrays and ranges for return and out paramaters inDwayne Boone2006-03-30
| | | | ice_response()
* Added support for "cpp:type:string"Dwayne Boone2006-03-30
|
* Added support for wstring slice metadataDwayne Boone2006-03-29
|
* Fixed bug in AMI wrt use of range typeDwayne Boone2006-03-23
|
* Imrpoved support for using array mapping in async responses and Blobject.Dwayne Boone2006-03-20
|
* Updated copyrightDwayne Boone2006-03-14
|
* Do zero copy of basic sequence types on 32 bit intel platformsDwayne Boone2006-02-09
|
* Fixes to alternate sequence code to get around Sun issues.Dwayne Boone2006-02-08
|
* Fixed sequences of classesDwayne Boone2006-02-07
|
* Added support for alternate sequences Added custom testDwayne Boone2006-02-06
|
* Added support for cpp:range:typeDwayne Boone2006-02-03
|
* Fixed ["cpp:array"] when base sequence is not vectorDwayne Boone2006-02-02
|
* Added support for ["cpp:range"]Dwayne Boone2006-02-02
|
* Fix last fixDwayne Boone2006-02-01
|
* More minor fixesDwayne Boone2006-02-01
|
* Fixed substr errorDwayne Boone2006-02-01
|
* generate code rather than using templates where possibleDwayne Boone2006-02-01
|
* Fixed alternate sequence generation for more types.Dwayne Boone2006-02-01
|
* Some minor refactoringDwayne Boone2006-01-31
|
* Fixed to ignore array except on in paramsDwayne Boone2006-01-30
|
* Make alternate sequence class not require templateDwayne Boone2006-01-30
|
* More change for alternate C++ sequence mappingsDwayne Boone2006-01-27
|
* Fixed bug 821. zero length seq size write failureDwayne Boone2006-01-24
|
* Changes to support "cpp:array" in IceE (and eventually Ice).Dwayne Boone2006-01-23
|
* Added support for ["cpp:array"] to slice2cppeDwayne Boone2006-01-04
|
* Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1803Michi Henning2005-10-26
|
* fixes for bug 422Brent Eagles2005-09-02
|
* removing Ice-E codeMark Spruiell2005-07-15
|
* Renamded icee namespace back to IceDwayne Boone2005-07-06
|
* Fixed icee codeDwayne Boone2005-07-05
|
* Fixed error in last checkinDwayne Boone2005-07-05
|
* Ice -> IceE for IceEDwayne Boone2005-07-05
|
* Fixed Ice-E headersDwayne Boone2005-06-27
|
* Removed copy constructor and assignment operator for exceptions andMichi Henning2005-06-20
| | | | classes. Removed #undef scheme and add UndefSysMacros.h instead.
* Added on-shot constructors to structures, classes, and exceptions. AddedMichi Henning2005-06-17
| | | | | copy and assignment to classes. Refactored some of the code generator to get rid of duplicated code.
* __in -> __inS, __out -> __outS SeeMichi Henning2005-05-13
| | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322