summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/OutputUtil.cpp
Commit message (Collapse)AuthorAge
* Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
|
* Update copyright headersJoe George2016-03-01
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* ICE-6350 - IcePy stringify performanceJose2015-03-11
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Build fixes for MinGW 4.7.2-32Bernard Normier2014-07-24
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* MinGW minor fixesJose2012-08-14
|
* remove VC6 supportJose2012-08-08
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Bug 3699 - improper case for generated file namesDwayne Boone2009-05-08
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed GCC 4.3 build failuresBernard Normier2008-02-23
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed VS8 compilation errorBenoit Foucher2007-05-23
|
* bug 1854 - adding int64ToStringMark Spruiell2007-05-22
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Made tab expansion the default for generated code.Michi Henning2007-01-22
|
* 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
|
* 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.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* 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
|
* removed several static'sMarc Laukien2002-09-22
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22
|
* XML bug fix - end tag incorrect for empty elementMark Spruiell2002-09-02
|
* 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.
* removed spaces after keywordsMarc Laukien2002-06-23
|
* made some inline ops non-inline; added comments and TODOsMarc Laukien2002-02-12
|
* LoggerUtilMarc Laukien2002-02-10
|
* Fix bug in OutputUtil.cpp which stopped IceXML/encoding from workingMatthew Newhook2002-02-01
| | | | correctly.
* Move Slice/OutputUtil to IceUtil.Matthew Newhook2002-01-31