Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=721 | Michi Henning | 2006-01-09 | |
| | ||||
* | Fixed SunOS C++ compiler warnings (bug 723) | Benoit Foucher | 2006-01-06 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=592 | Matthew Newhook | 2005-12-13 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=592 | Matthew Newhook | 2005-12-13 | |
| | ||||
* | Fixed bug in generated code for VC++ 2005. (__value is a keyword with that | Michi Henning | 2005-11-14 | |
| | | | | compiler.) | |||
* | Reverting all projects back to pre_adding_dbg_to_release_builds. | Brent Eagles | 2005-10-11 | |
| | ||||
* | Adding debug information to the release builds on Win32. | Brent Eagles | 2005-10-11 | |
| | ||||
* | Back out change | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Bug 432 - unwanted OutgoingAync cleanup() if __response prompted retry. | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Fix to fix for bug 368 | Michi Henning | 2005-09-15 | |
| | ||||
* | More changes for bug 355. | Michi Henning | 2005-09-08 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 | Matthew Newhook | 2005-09-07 | |
| | ||||
* | Bug 355. | Michi Henning | 2005-09-07 | |
| | ||||
* | Bug 193: added /FIXED:no to link options for release build. | Michi Henning | 2005-09-06 | |
| | ||||
* | fixes for bug 422 | Brent Eagles | 2005-09-02 | |
| | ||||
* | Moved FactoryTable into IceInternal namespace. | Michi Henning | 2005-08-05 | |
| | ||||
* | AMI change for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | another fix for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | pass exception name to UnknownUserException | Mark Spruiell | 2005-07-22 | |
| | ||||
* | Fixed bug 369. | Michi Henning | 2005-07-20 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397 | Matthew Newhook | 2005-07-11 | |
| | ||||
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 | |
| | ||||
* | Merged make install fixes from the branch. | Benoit Foucher | 2005-06-30 | |
| | ||||
* | Fixed bug 193. | Michi Henning | 2005-06-22 | |
| | ||||
* | Removed copy constructor and assignment operator for exceptions and | Michi Henning | 2005-06-20 | |
| | | | | classes. Removed #undef scheme and add UndefSysMacros.h instead. | |||
* | Removed constructor from structs again so they stay PODs. | Michi Henning | 2005-06-17 | |
| | ||||
* | Fixed silly typo. | Michi Henning | 2005-06-17 | |
| | ||||
* | Added on-shot constructors to structures, classes, and exceptions. Added | Michi Henning | 2005-06-17 | |
| | | | | | copy and assignment to classes. Refactored some of the code generator to get rid of duplicated code. | |||
* | Fixed bug reported in | Michi Henning | 2005-06-08 | |
| | | | | http://www.zeroc.com/vbulletin/showthread.php?p=6308#post6308 | |||
* | fix for bug 362 (remove static function data) | Mark Spruiell | 2005-06-06 | |
| | ||||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 | |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | |||
* | Fixed ice_name return type | Dwayne Boone | 2005-04-25 | |
| | ||||
* | Changed ice_name() to return const char* | Dwayne Boone | 2005-04-22 | |
| | ||||
* | Added -E option to Slice compilers. | Michi Henning | 2005-03-24 | |
| | ||||
* | Slice definitions at global scope (other than module definitions) are now a | Michi Henning | 2005-03-24 | |
| | | | | hard error in C++ and Java. | |||
* | more GCShared/Shared cleanup | Marc Laukien | 2005-03-08 | |
| | ||||
* | Added incremental link option to mfchelloC, mfchellS, and mfcpatchC for | Michi Henning | 2005-03-08 | |
| | | | | | debug build. Added incremental link option to all projects for release builds. | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | removing call to startSeq/endSeq for sequence of fixed-length type | Mark Spruiell | 2005-02-04 | |
| | ||||
* | bug fix for output directory containing backslashes | Mark Spruiell | 2005-01-13 | |
| | ||||
* | Did a make depend. Added the various slice files forward containing forward | Michi Henning | 2004-12-16 | |
| | | | | | | declarations (such as ProcessF.ice) to list of object files in the various Makefiles. Without this, a "make depend" does not work if it is preceeded by a "make clean". | |||
* | Changed command line parsing to use IceUtil::Options. | Michi Henning | 2004-12-16 | |
| | ||||
* | Removed some trace I left behind. | Michi Henning | 2004-12-08 | |
| | ||||
* | Added additional checks to validate metadata. | Michi Henning | 2004-12-07 | |
| | ||||
* | Changed generated code to work around bug in gcc 3.2 and 3.4 regarding | Michi Henning | 2004-12-01 | |
| | | | | | | | | initialization of static class data members. Removed all static class data members in the process, so there are no more problems with violating ODR if the same .o file is loaded more than once into an address space. See http://www.zeroc.com/vbulletin/showthread.php?s=&threadid=1020. | |||
* | Changed IceUtil::GCShared to derive from IceUtil::Shared. | Michi Henning | 2004-11-25 | |
| | ||||
* | always generate stream functions for class, exception | Mark Spruiell | 2004-11-08 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-08 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-07 | |
| | ||||
* | AMD and dispatch exception handling fixes | Marc Laukien | 2004-11-01 | |
| |