summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Util.cpp
Commit message (Collapse)AuthorAge
* C++Builder 2010 supportDwayne Boone2009-10-02
|
* 4071 - merge contents of OS.cpp/OS.h into FileUtil.h/FileUtil.cpp.Jose2009-08-12
|
* merged in both of Jose's 4071 fixes.Matthew Newhook2009-08-07
|
* Revert "Changes for bug 3962 and 4714"Matthew Newhook2009-08-07
| | | | This reverts commit d38ad95e45c0083d602a43e6d77e6c1599f324fe.
* Revert "4171 - Global namespace pollution"Matthew Newhook2009-08-07
| | | | This reverts commit 2f63dafe080ad36656d23bfe9c581e45d714be18.
* 4171 - Global namespace pollutionJose2009-08-04
|
* Changes for bug 3962 and 4714Jose2009-07-29
|
* C++Builder 2009 portDwayne Boone2009-03-02
|
* Bug 3650 - Stop using POSIX functions under WindowsJose2009-02-19
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3519 - fix isalpha, isprint, ... usageDwayne Boone2008-10-30
|
* Bug 3014 - isAbsolute incorrectDwayne Boone2008-06-06
|
* - Reverted prior bug3025 fix.Matthew Newhook2008-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Translator, if dll-export is used, emits code to automatically export symbols. - Removed the two steps builds from various Makefiles. - Removed any use of _API from .cpp source files. Now ICE_DECLSPEC_EXPORT is directly used. - Fixed bug with IceGrid test. Squashed commit of the following: commit 5bf039b18ac45bb781b8c8718e03d6055bb5138d Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 22:43:27 2008 -0700 Removed another translator case where _API was used in .cpp files. commit 6fc3b01b340ce81299c2896fd624faacea456bdc Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Apr 28 12:19:03 2008 +0800 Update UNIX Makefiles. commit 5847f6cf40624a7c9144f046feb3b8eff7002443 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:59:27 2008 -0700 Another fix to windows Makefile. commit d32b7f82e297c06161fb9f571e964f7178acbbe0 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:14:46 2008 -0700 Translator changes. Windows Makefile cleanup. commit cd8c8fa282165a5ce5dbf3976e2e420069a1ef02 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 17:01:32 2008 -0700 Revert "http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3025 - Bogus IceStorm Makefile" This reverts commit 187ae9e788cc97969f81b38f2e292e75fbe178f8.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2719Matthew Newhook2008-03-18
| | | | | | | | | | Squashed commit of the following: commit 5ff1fac3e73ef4fb3ac96a692812a849ff585ebc Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Mar 18 01:27:20 2008 -0800 Fixed the various && || warnings from gcc.
* Bug 2788Dwayne Boone2008-03-14
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-01-23
| | | | | | - Added errorToString() and lastErrorToString() functions to IceUtil/StringUtil.h - Replaced multiple implementations of errorToString methods with the IceUtil one. - Fixed bug 2641.
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed bug 1692Dwayne Boone2007-02-02
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added server-lifetime attribute and removed wait-for-activation.Benoit Foucher2006-11-08
|
* Fixed bug where isAbsolute would try to access pa[0] even if pa was emptyBenoit Foucher2006-11-06
|
* Fixed compress/decompress for BorlandDwayne Boone2006-09-08
|
* Bug 1254Dwayne Boone2006-08-22
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Port to Solaris 10 + fix for numerous warnings on SunBernard Normier2006-06-28
|
* Renamed Sun's scandir and isalphasort to ice_scandir and ice_isalphasortBernard Normier2006-06-27
|
* Fixed GCC warningsBernard Normier2006-06-22
|
* fixMatthew Newhook2006-06-13
|
* fixes for 64 bit windows build.Matthew Newhook2006-06-12
|
* Fixed SunOS compile issuesDwayne Boone2006-05-30
|
* Updated copyrightDwayne Boone2006-03-14
|
* No longer load entire file into memory to perform checksum or compressionDwayne Boone2006-02-15
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=750Matthew Newhook2006-01-13
|
* Merge from R3_0_branchBernard Normier2006-01-10
|
* Added IceGrid activation test + Sun C++ warning fixes.Benoit Foucher2006-01-10
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|
* Fixed minor compile error for VC++ 6.0.Michi Henning2005-12-19
|
* Fixed build failureBernard Normier2005-12-16
|
* HPUX bug fix.Matthew Newhook2005-12-16
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679Matthew Newhook2005-12-16
|
* Fixed bug where the icegridnode wouldn't start on boot as a WindowsBenoit Foucher2005-11-28
| | | | | service. Fixed compilation error with IcePatch2 and Visual C++ 6.0.
* Windows x64 portBernard Normier2005-11-21
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* Fixed couple of compiler warningsDwayne Boone2005-09-23
|
* *** empty log message ***Benoit Foucher2005-08-26
|
* Added support for 'executable' flag.Benoit Foucher2005-08-26
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397Matthew Newhook2005-07-11
|
* Get rid of a bunch of 64bit warnings on SunDwayne Boone2005-03-07
|