Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring | Bernard Normier | 2014-05-16 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12) | Bernard Normier | 2012-09-07 |
| | | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test | ||
* | Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant) | Bernard Normier | 2012-08-11 |
| | | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces | ||
* | Remove BCC support | Jose | 2012-07-19 |
| | |||
* | 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 |
| | |||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Readded previous change | Dwayne Boone | 2006-11-09 |
| | |||
* | Back out last change | Dwayne Boone | 2006-11-09 |
| | |||
* | Derive from std::exception | Dwayne Boone | 2006-11-09 |
| | |||
* | Bug 1339. | Michi Henning | 2006-08-29 |
| | | | | Bug 1335 and 1325 for Ice-E. | ||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Fixed SunOS C++ compiler warnings (bug 723) | Benoit Foucher | 2006-01-06 |
| | |||
* | Fixed ice_name return type | Dwayne Boone | 2005-04-25 |
| | |||
* | Changed ice_name() to return const char* | Dwayne Boone | 2005-04-22 |
| | |||
* | Get rid of a bunch of 64bit warnings on Sun | Dwayne Boone | 2005-03-07 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Fixed compiler warnings about unused variables when doing optimized build. | Michi Henning | 2004-05-19 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | Changed Ice::Exception::ice_name() to return const string&. | Michi Henning | 2003-12-16 |
| | |||
* | adding line number support | Mark Spruiell | 2003-10-22 |
| | |||
* | Fixed freeze bugs | Bernard Normier | 2003-09-12 |
| | |||
* | - Removed dependency on Xerces. | Mark Spruiell | 2003-09-11 |
- Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze. |