Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | removing Ice-E code | Mark Spruiell | 2005-07-15 | |
| | ||||
* | Renamded icee namespace back to Ice | Dwayne Boone | 2005-07-06 | |
| | ||||
* | Ice -> IceE for IceE | Dwayne Boone | 2005-07-05 | |
| | ||||
* | Fixed Ice-E headers | Dwayne Boone | 2005-06-27 | |
| | ||||
* | Removed copy constructor and assignment operator for exceptions and | Michi Henning | 2005-06-20 | |
| | | | | classes. Removed #undef scheme and add UndefSysMacros.h instead. | |||
* | Added on-shot constructors to structures, classes, and exceptions. Added | Michi Henning | 2005-06-17 | |
| | | | | | copy and assignment to classes. Refactored some of the code generator to get rid of duplicated code. | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | adding normalizePath | Mark Spruiell | 2005-01-13 | |
| | ||||
* | adding streaming API | Mark Spruiell | 2004-10-19 | |
| | ||||
* | Fixed copyright | Bernard Normier | 2004-05-18 | |
| | ||||
* | Updated copyright notice | Bernard Normier | 2004-05-11 | |
| | ||||
* | - Removed dependency on Xerces. | Mark Spruiell | 2003-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 change | Marc Laukien | 2003-02-04 | |
| | ||||
* | fixed copyright date | Marc Laukien | 2002-11-06 | |
| | ||||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 | |
| | ||||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 | |
| | ||||
* | Changed C++ code generator to escape Slice identifiers that are C++ | Michi Henning | 2002-07-10 | |
| | | | | | | keywords with a "_cpp_" prefix. Changed Java code generator to use binary_search() instead of the hand-coded binary search. | |||
* | added space | Marc Laukien | 2002-07-09 | |
| | ||||
* | Move the ICE_INT64_LITERAL macro into its own header file (Ice/Const.h). | Michi Henning | 2002-07-05 | |
| | | | | | That was cleaner than polluting the generated files with the macro definition over and over... | |||
* | Fixed bug for the declarations of printDefInt64Macro() and | Michi Henning | 2002-07-05 | |
| | | | | printUndefInt64Macro(). gcc let that one slip, but VC++ doesn't... | |||
* | Changed the way 64-bit literals are done in the generated code. The | Michi Henning | 2002-07-05 | |
| | | | | | approach used now (a macro) makes the generated source more readable than the previous one. | |||
* | unix format | Marc Laukien | 2002-06-24 | |
| | ||||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 | |
| | ||||
* | Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp with | Matthew Newhook | 2002-01-31 | |
| | | | | OutputUtil. Various Makefile fixes. | |||
* | Initial commit of generic marshaling. | Matthew Newhook | 2002-01-23 | |
| | ||||
* | win and other fixes | Marc Laukien | 2001-10-14 | |
| | ||||
* | more error checks | Marc Laukien | 2001-10-10 | |
| | ||||
* | moved generic C++ stuff to Slice library | Marc Laukien | 2001-10-08 | |