summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/CPlusPlusUtil.h
Commit message (Collapse)AuthorAge
...
* 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.
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Changed C++ code generator to escape Slice identifiers that are C++Michi Henning2002-07-10
| | | | | | keywords with a "_cpp_" prefix. Changed Java code generator to use binary_search() instead of the hand-coded binary search.
* added spaceMarc Laukien2002-07-09
|
* Move the ICE_INT64_LITERAL macro into its own header file (Ice/Const.h).Michi Henning2002-07-05
| | | | | That was cleaner than polluting the generated files with the macro definition over and over...
* Fixed bug for the declarations of printDefInt64Macro() andMichi Henning2002-07-05
| | | | printUndefInt64Macro(). gcc let that one slip, but VC++ doesn't...
* Changed the way 64-bit literals are done in the generated code. TheMichi Henning2002-07-05
| | | | | approach used now (a macro) makes the generated source more readable than the previous one.
* unix formatMarc Laukien2002-06-24
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp withMatthew Newhook2002-01-31
| | | | OutputUtil. Various Makefile fixes.
* Initial commit of generic marshaling.Matthew Newhook2002-01-23
|
* win and other fixesMarc Laukien2001-10-14
|
* more error checksMarc Laukien2001-10-10
|
* moved generic C++ stuff to Slice libraryMarc Laukien2001-10-08