Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix ICE-4787 - slice compilers and unicode paths | Jose | 2016-09-17 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed OutputUtil to not use char* in the API | Jose | 2015-03-11 |
| | | | | * Remove setBeginBlock/setEndBlock unused methods | ||
* | ICE-6350 - IcePy stringify performance | Jose | 2015-03-11 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Build fixes for MinGW 4.7.2-32 | Bernard Normier | 2014-07-24 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | MinGW minor fixes | Jose | 2012-08-14 |
| | |||
* | remove VC6 support | Jose | 2012-08-08 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | Bug 3699 - improper case for generated file names | Dwayne Boone | 2009-05-08 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Fixed GCC 4.3 build failures | Bernard Normier | 2008-02-23 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Windows fixes for translator interrupt cleanup | Dwayne Boone | 2008-01-18 |
| | |||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 |
| | |||
* | Fixed VS8 compilation error | Benoit Foucher | 2007-05-23 |
| | |||
* | bug 1854 - adding int64ToString | Mark Spruiell | 2007-05-22 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Made tab expansion the default for generated code. | Michi Henning | 2007-01-22 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | More slice2html changes. | Michi Henning | 2006-12-20 |
| | |||
* | Intermediate check-in for slice2html. | Michi Henning | 2006-11-22 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Removed unused methods from IceUtil::Output. | Michi Henning | 2005-06-09 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | - Added isOpen() method to OutputUtil. | Michi Henning | 2004-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. | ||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | more AMI stuff | Marc Laukien | 2004-02-15 |
| | |||
* | 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 |
| | |||
* | removed several static's | Marc Laukien | 2002-09-22 |
| | |||
* | dos2unix | Marc Laukien | 2002-09-22 |
| | |||
* | thread fixes | Marc Laukien | 2002-09-22 |
| | |||
* | XML bug fix - end tag incorrect for empty element | Mark Spruiell | 2002-09-02 |
| | |||
* | XML enhancements | Mark Spruiell | 2002-08-27 |
| | |||
* | added space | Marc Laukien | 2002-07-09 |
| | |||
* | Constant definitions for Slice are complete now. (Code generation for C++ | Michi Henning | 2002-07-05 |
| | | | | | | | | | | | | | | | | | | | | | | only.) I couldn't avoid adding a few #ifdefs because of the different 64-bit integer APIs across Linux and Windows. (#including config.h wasn't an option because that would have created a circular dependency between Ice and Slice.) Added sufficient test cases to convince myself that things actually work as intended. Will compile under Windows now, so bear with me if things are broken under Windows for a few minutes... Some things that aren't quite right yet: - No support for universal character names (\uxxxx) - gcc appears to have a preprocessor bug. For example, preprocessing a file containing a single '@' character just echos that '@' character to the output. According to the C++ spec, '@' should be translated to its universal character name (because it isn't part of the basic C++ source character set). - Why is the Slice string type mapped to std::string? Given that we are supposed to support unicode for everything, shouldn't that be mapped to std::wstring? Once Windows compiles OK, I'll start on the Java code generation. | ||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 |
| | |||
* | made some inline ops non-inline; added comments and TODOs | Marc Laukien | 2002-02-12 |
| | |||
* | LoggerUtil | Marc Laukien | 2002-02-10 |
| | |||
* | Fix bug in OutputUtil.cpp which stopped IceXML/encoding from working | Matthew Newhook | 2002-02-01 |
| | | | | correctly. | ||
* | Move Slice/OutputUtil to IceUtil. | Matthew Newhook | 2002-01-31 |