summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/OutputUtil.h
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | C++11 AMI custom mapping supportBernard Normier2016-06-16
| |
* | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
|/
* Update copyright headersJoe George2016-03-01
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* remove VC6 supportJose2012-08-08
|
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* bug 1854 - adding int64ToStringMark Spruiell2007-05-22
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* More slice2html changes.Michi Henning2006-12-20
|
* Intermediate check-in for slice2html.Michi Henning2006-11-22
|
* Updated copyrightDwayne Boone2006-03-14
|
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Removed unused methods from IceUtil::Output.Michi Henning2005-06-09
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* - Added isOpen() method to OutputUtil.Michi Henning2004-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 portBernard Normier2004-06-08
|
* Backed out previous change. Not sure why this is failing again -- it workedMichi Henning2004-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 Henning2004-06-02
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* fixMarc Laukien2004-02-17
|
* more AMI stuffMarc Laukien2004-02-15
|
* 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
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22
|
* XML enhancementsMark Spruiell2002-08-27
|
* added spaceMarc Laukien2002-07-09
|
* Constant definitions for Slice are complete now. (Code generation for C++Michi Henning2002-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 formatMarc Laukien2002-06-24
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* made some inline ops non-inline; added comments and TODOsMarc Laukien2002-02-12
|
* LoggerUtilMarc Laukien2002-02-10
|
* Move Slice/OutputUtil to IceUtil.Matthew Newhook2002-01-31