summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CPlusPlusUtil.cpp
Commit message (Collapse)AuthorAge
...
* 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
* Fixed version check for generated code so we can actually use 2.1.0 codeMichi Henning2005-05-11
| | | | against a 2.1.1 library.
* 2004 -> 2005Bernard Normier2005-02-16
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* fix for normalizePathMark Spruiell2005-01-13
|
* normalize pathsMark Spruiell2005-01-13
|
* fixed include path handlingMarc Laukien2004-11-03
|
* adding streaming APIMark Spruiell2004-10-19
|
* Fixed the way keywords are escaped. A Slice keyword is now escaped onlyMichi Henning2004-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 fixesBernard Normier2004-05-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* - Removed dependency on Xerces.Mark Spruiell2003-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 warningsBernard Normier2003-05-23
|
* Merged HEAD and slicing trees.Michi Henning2003-05-08
|
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* Macro reorg/cleanupBernard Normier2003-04-17
|