summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/inputUtil/Client.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* remove VC6 supportJose2012-08-08
|
* Remove BCC supportJose2012-07-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Fixed bug 4521: it's now possible to build the tests & demos againstBenoit Foucher2009-12-31
| | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b)
* Fixed bug 4514 - Ice/facets test failureBenoit Foucher2009-12-20
|
* Fixed bug 4511 - properties override doesn't handle quotesBenoit Foucher2009-12-18
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* AMI retry fixes; added missing fileMarc Laukien2006-03-01
|
* Added test for IceUtil::Options::splitBenoit Foucher2006-01-31
|
* Fixed HP warningBernard Normier2006-01-23
|
* Windows x64 portBernard Normier2005-11-21
|
* Fixed bug #80: removed Int64Min / Int64MaxBernard Normier2005-04-18
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* adding ICE_INT64 macro for portable long long constantsMark Spruiell2003-02-20
|
* 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
|
* added spaceMarc Laukien2002-07-09
|
* Style fixes: Changed INT64MIN and INT64MAX to Int64Min and Int64Max.Michi Henning2002-07-08
| | | | | | | | Moved the definitions of Int64, Int64Min, and Int64Max into IceUtil/Config.h. Updated scanner and parser to use the new constant names. Also applied style fixes to parser: INT16MIN -> Int16Min, BYTEMIN -> ByteMin, etc. Changed Time.h and Time.cpp to use the Int64 type from IceUtil/Config.h.
* Final tidy-up of stringToInt64().Michi Henning2002-07-08
|
* Fixed Windows side of things for stringToInt64().Michi Henning2002-07-08
|
* First commit of Windows version of this. Still having problems with .dspMichi Henning2002-07-08
| | | | file dependencies...
* Added stringToInt64() to IceUtil. (Windows only for the moment)Michi Henning2002-07-08