Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 |
| | | |||
* | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 |
|/ | |||
* | 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 | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | remove VC6 support | Jose | 2012-08-08 |
| | |||
* | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | files. | ||
* | 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 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | 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 |
| | |||
* | bug 1854 - adding int64ToString | Mark Spruiell | 2007-05-22 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | 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 |
| | |||
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | 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. | ||
* | AIX port | Bernard Normier | 2004-06-08 |
| | |||
* | Backed out previous change. Not sure why this is failing again -- it worked | Michi Henning | 2004-06-03 |
| | | | | | previously. Seems that cleaning the project doesn't remove everything and something goes wrong with template instantiation... | ||
* | Added missing overloaded operator<< for VC++ 7. | Michi Henning | 2004-06-02 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | fix | Marc Laukien | 2004-02-17 |
| | |||
* | 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 |
| | |||
* | dos2unix | Marc Laukien | 2002-09-22 |
| | |||
* | thread fixes | Marc Laukien | 2002-09-22 |
| | |||
* | 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. | ||
* | unix format | Marc Laukien | 2002-06-24 |
| | |||
* | 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 |
| | |||
* | Move Slice/OutputUtil to IceUtil. | Matthew Newhook | 2002-01-31 |