summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
Commit message (Collapse)AuthorAge
...
* Fixed bug reported inMichi Henning2004-10-18
| | | | http://www.zeroc.com/vbulletin/showthread.php?s=&threadid=867
* dependMarc Laukien2004-10-04
|
* bug fix for ice_factory()Mark Spruiell2004-09-29
|
* Changed --impl fix for syntax error to omit leading global scope qualifierMichi Henning2004-09-13
| | | | | on the operation definition (instead of surrounding the operation definition with parenthesis).
* Connection.iceMarc Laukien2004-09-13
|
* 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.
* Change made for r1.227 did not correctly deal with Slice identifiers thatMichi Henning2004-09-07
| | | | are C++ keywords.
* adding bool param to parser visit() functionMark Spruiell2004-09-02
|
* Changed generated code to make it impossible for a client to receive anMichi Henning2004-09-01
| | | | | "impossible" exception if client and server are compiled with mismatched exception specifications for an operation.
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* An empty Slice module now generates a (single) corresponding empty C++Michi Henning2004-08-19
| | | | namespace.
* changing version to 1.5.0; renaming Ice/SliceChecksum to Ice/SliceChecksumsMark Spruiell2004-07-08
|
* Slice checksum changesMark Spruiell2004-07-02
|
* compression fixMarc Laukien2004-06-28
|
* bug fix for default class factories - needed to fully scope the factoryMark Spruiell2004-06-25
| | | | name
* bug fixMark Spruiell2004-06-17
|
* Changed the way dependencies are printed by slice2java --depend. UpdatedMichi Henning2004-06-17
| | | | | ant build task accordingly. Fixed a few incorrect project settings for VC++.
* - Added isOpen() method to OutputUtil.Michi Henning2004-06-15
| | | | | | | | | - Removed calls to strerror(errno) in slice2cpp and slice2cs because the std::fstream operations do not set errno when something goes wrong, so any error messages always showed "no error" at the end. - Added support for --impl option to slice2cs. - Found two places in slice2java where exceptions where exception handlers were not ordered into derived-to-base order.
* AIX portBernard Normier2004-06-08
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* Fixed Sun C++ build problemsBernard Normier2004-05-08
|
* GCC 3.4 portBernard Normier2004-05-08
|
* fixing AMI bug with routersMark Spruiell2004-05-07
|
* facet changesMarc Laukien2004-04-07
|
* Fixed parser bug: if an operation had an exception speficiation withMichi Henning2004-03-26
| | | | | | multiple exceptions, and one of the exceptions was a base of one or more of the other exceptions, the catch blocks in the marshaling and dispatch code were emitted in the wrong order.
* removing libpath optionMark Spruiell2004-03-05
|
* Nested exception support + testBernard Normier2004-03-01
|
* mutex for OutgoingAsyncMarc Laukien2004-02-23
|
* more amiMarc Laukien2004-02-20
|
* C++ -> JavaMarc Laukien2004-02-20
|
* fixesMarc Laukien2004-02-19
|
* more acm; removed proxy count in connectionsMarc Laukien2004-02-18
|
* more AMIMarc Laukien2004-02-16
|
* fixesMarc Laukien2004-02-16
|
* more AMIMarc Laukien2004-02-16
|
* more AMI stuffMarc Laukien2004-02-15
|
* MacOS X port.Benoit Foucher2004-02-10
|
* started with AMI changesMarc Laukien2004-01-28
|
* fixMarc Laukien2004-01-26
|
* HP-UX portBernard Normier2004-01-23
|
* added sendMutexMarc Laukien2004-01-23
|
* Changed Ice::Exception::ice_name() to return const string&.Michi Henning2003-12-16
|
* removing UNICODE requirement on Win32Mark Spruiell2003-12-05
|
* minor fix to usageMark Spruiell2003-12-04
|
* fixing --header-ext problemsMark Spruiell2003-12-04
|
* add missing newlineMark Spruiell2003-11-21
|
* - Renamed ObjectBase to GCShared.Michi Henning2003-10-23
| | | | | | | - Fixed the problem of the gc test sometimes running for over three minutes. - Fixed race condition in printGCStats if a signal caused communicator shutdown.
* Fixed code generation bug.Michi Henning2003-10-21
|