summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Parser.cpp
Commit message (Collapse)AuthorAge
...
* | IceUtil cleanup (first commit)Bernard Normier2007-12-21
|/
* New dictionary mapping.Michi Henning2007-08-21
|
* Merge branch 'master' of ssh://cvs.zeroc.com/home/git/iceBernard Normier2007-06-26
|\
| * Bug 2263.Michi Henning2007-06-21
| |
* | slice2xxx updates + Java Freeze updates and demoBernard Normier2007-06-26
|/
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added TOC generation to slice2html.Michi Henning2007-01-08
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Deprecated nonmutating in Parser; replaced throughout with idempotent +Bernard Normier2006-07-27
| | | | metadata
* Partial fix for bug #1257: deprecating nonmutatingBernard Normier2006-07-27
|
* global metadata fixesMark Spruiell2006-05-23
|
* adding Contained::findMetaDataMark Spruiell2006-04-05
|
* Added support for wstring slice metadataDwayne Boone2006-03-29
|
* Updated copyrightDwayne Boone2006-03-14
|
* Added --sort-fields to slice2docbook.Michi Henning2006-02-14
|
* Fixed warning emitted by GCC 4.02.Michi Henning2005-12-31
|
* Fixed bug 666.Michi Henning2005-12-19
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=511Matthew Newhook2005-12-13
|
* Bug 419.Michi Henning2005-09-06
|
* Fixed http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=262Michi Henning2005-05-19
|
* Removing class support from slice2javae and slice2cppe translators.Brent Eagles2005-04-05
| | | | | | | removed generation of object marshalling code added validation code for parsers added feature set flag to slice parser library (defaults to Ice feature set)
* Fixed http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=188Michi Henning2005-03-24
|
* Slice definitions at global scope (other than module definitions) are now aMichi Henning2005-03-24
| | | | hard error in C++ and Java.
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Reverted back Object/LocalObject type id for backward compatibilityBernard Normier2004-12-02
|
* Fixed typeIdBernard Normier2004-12-02
|
* Changed generated code to work around bug in gcc 3.2 and 3.4 regardingMichi Henning2004-12-01
| | | | | | | | initialization of static class data members. Removed all static class data members in the process, so there are no more problems with violating ODR if the same .o file is loaded more than once into an address space. See http://www.zeroc.com/vbulletin/showthread.php?s=&threadid=1020.
* Fixing a bug in object marshaling. ClassDecl::usesClasse() must return trueMark Spruiell2004-11-04
| | | | always, not just when the type is not an interface.
* Made it illegal for non-local interfaces/classes to be derived fromMichi Henning2004-10-13
| | | | non-local ones.
* Connection.iceMarc Laukien2004-09-13
|
* Eliminated duplicate warning for class and interface definitions at globalMichi Henning2004-09-08
| | | | scope.
* adding bool param to parser visit() functionMark Spruiell2004-09-02
|
* Changed parser to make it illegal to use the name of any enclosing moduleMichi Henning2004-08-31
| | | | as a type name.
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* Changed slice2cs to avoid generating unnecessary empty namespaces.Michi Henning2004-08-19
|
* bug fix in minWireSize for Sequence, DictionaryMark Spruiell2004-05-24
|
* 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
|
* *** empty log message ***Michi Henning2004-03-29
|
* 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.
* adding ClassDef::isAMark Spruiell2004-01-16
|
* Added a missing test for a null collector handle to CommunicatorI.cpp.Michi Henning2003-12-22
| | | | | | Fixed parser bug that cause an incorrect complaint about changed meaning. Removed the previous work-around for the bug from the Slice files in icej/testI/ice/translator.
* Fixed bug in Slice parser the prevented legal enumeration constantMichi Henning2003-12-16
| | | | definitions to compile.
* Adding support for global metadata. Removing the --package option inMark Spruiell2003-12-12
| | | | | slice2java. Using global metadata to define packaging in slice2java, slice2freezej.
* removing bison stuff from Parser.h; adding type() accessor to EnumMark Spruiell2003-10-22
|
* Implemented TwowayOnlyException.Michi Henning2003-09-07
|