Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Bug 2487 - Recursive service starting | Dwayne Boone | 2008-01-28 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | Windows fixes for translator interrupt cleanup | Dwayne Boone | 2008-01-18 | |
| | ||||
* | Bug 2540 - trap ctrl-C and unlink output files | Dwayne Boone | 2008-01-17 | |
| | ||||
* | Moved a number of classes from IceUtil to IceUtilInternal | Bernard Normier | 2008-01-10 | |
| | ||||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 | |
| | ||||
* | MCPP_RPATH_LINK addition | Bernard Normier | 2008-01-09 | |
| | ||||
* | Use mcpp instead of icecpp | Dwayne Boone | 2008-01-09 | |
| | ||||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 | |
| | ||||
* | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Bernard Normier | 2007-12-19 | |
|\ | ||||
| * | Bug 2429. | Michi Henning | 2007-12-19 | |
| | | ||||
* | | Fixed bug #2514 | Bernard Normier | 2007-12-19 | |
|/ | ||||
* | Removed checked-in generated files from C++ multicast demo. | Michi Henning | 2007-12-17 | |
| | | | | Did a make depend. | |||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 | |
| | ||||
* | Updated dependencies | Benoit Foucher | 2007-11-27 | |
| | ||||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 | |
| | | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. | |||
* | Fixed SystemException to no longer derive from LocalException | Bernard Normier | 2007-11-26 | |
| | ||||
* | Fixed VC6 build failures | ZeroC Staff | 2007-11-21 | |
| | ||||
* | Bug 2541. | Michi Henning | 2007-11-21 | |
| | ||||
* | Did a make depend. | Michi Henning | 2007-11-15 | |
| | ||||
* | Fixed bug in TestUtil.py that caused line numbers to be omitted from the stack | Michi Henning | 2007-11-15 | |
| | | | | | | | | | | | | | trace under Mono when the a test failed. Ported servant locator exceptions. Fixed bug that caused the "unknown" member of unknown exception to not be initialized in some cases, and initialized to the wrong value in other cases. Added ice_name() to mapping for exceptions--without it, there was no way to get at the Slice type id of an exception, which was needed to set the "unknown" member correctly. | |||
* | Work-around for bug 2532 until gmcs is fixed. | Michi Henning | 2007-11-09 | |
| | | | | | | Fixed makefile that was broken with the tree reorganziation. Fixed makedepend.py which was broken by that too. Ran make depend to update the .depend files. | |||
* | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Michi Henning | 2007-11-09 | |
|\ | ||||
| * | VC6/XP fixes | ZeroC Staff | 2007-10-23 | |
| | | ||||
| * | Changed the way the patchers work for the expected type. | Michi Henning | 2007-10-18 | |
| | | | | | | | | | | | | Simplified code generation for UnexpectedObjectException. Fixed a few places where the wrong Slice type IDs were reported by that exception. | |||
* | | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Michi Henning | 2007-10-16 | |
|\| | ||||
| * | Finished implementation of custom sequence mapping. | Michi Henning | 2007-10-16 | |
| | | | | | | | | Changed patcher classes to template classes. | |||
* | | Removed left-behind commented out code. | Michi Henning | 2007-10-15 | |
|/ | ||||
* | Further fix for bug 2502. | Michi Henning | 2007-10-12 | |
| | ||||
* | Bug 2502. | Michi Henning | 2007-10-11 | |
| | ||||
* | DispatchInterceptor implementation and test | Bernard Normier | 2007-10-09 | |
| | ||||
* | Squashed commit of the following: | Bernard Normier | 2007-09-26 | |
| | | | | | | | | commit 569cd3ce2933b104c980b4bfa8a1d0bc6d3be4c9 Author: Bernard Normier <bernard@zeroc.com> Date: Wed Sep 26 16:36:46 2007 -0400 Implemented admin facet filtering (Ice.Admin.Facets property) and Properties::getPropertyAsList[WithDefault] | |||
* | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Michi Henning | 2007-09-24 | |
|\ | ||||
| * | Fixed bug 2473 and | Michi Henning | 2007-09-24 | |
| | | | | | | | | http://www.zeroc.com/forums/bug-reports/3395-c-nested-struct-unmarshalling-problem.html#post14910 | |||
* | | Remove unused local variables. | Michi Henning | 2007-09-24 | |
|/ | ||||
* | Added support for sorted dictionaries. | Michi Henning | 2007-09-19 | |
| | ||||
* | Added more tests. Changed stack marshaling to reverse order during | Michi Henning | 2007-09-19 | |
| | | | | marshaling instead of unmarshaling. | |||
* | Full support for LinkedList, List, Queue, and Stack, except | Michi Henning | 2007-09-17 | |
| | | | | that for sequences of classes, only List can be used right now. | |||
* | More changes to DictionaryBase and CollectionBase. | Michi Henning | 2007-09-12 | |
| | ||||
* | Refactored DictionaryBase. | Michi Henning | 2007-09-06 | |
| | ||||
* | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Michi Henning | 2007-09-05 | |
|\ | | | | | | | | | | | | | Conflicts: cs/CHANGES cs/src/Ice/PluginManagerI.cs | |||
| * | make depend | Benoit Foucher | 2007-08-28 | |
| | | ||||
* | | New CollectionBase implementation. | Michi Henning | 2007-09-05 | |
| | | ||||
* | | Add new sequence mapping and updated dictionary tests to use | Michi Henning | 2007-08-22 | |
| | | | | | | | | | | | | | | new sequences as well. Still need to add tests for sequence mapping itself (not tested yet with all relevant element types). | |||
* | | New dictionary mapping. | Michi Henning | 2007-08-21 | |
|/ | ||||
* | Did a make depend | Michi Henning | 2007-07-27 | |
| | ||||
* | bug 2245 - adding support for protected class data members | Mark Spruiell | 2007-06-19 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2260 - invalid generated ↵ | Dwayne Boone | 2007-06-18 | |
| | | | | async proxy code | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2199 | Matthew Newhook | 2007-06-07 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231. Fixed VC6 bug with | Matthew Newhook | 2007-06-07 | |
| | | | | test/Freeze/complex test |