summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs
Commit message (Collapse)AuthorAge
...
* Bug 2487 - Recursive service startingDwayne Boone2008-01-28
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* Bug 2540 - trap ctrl-C and unlink output filesDwayne Boone2008-01-17
|
* Moved a number of classes from IceUtil to IceUtilInternalBernard Normier2008-01-10
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* MCPP_RPATH_LINK additionBernard Normier2008-01-09
|
* Use mcpp instead of icecppDwayne Boone2008-01-09
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Merge branch 'master' of ssh://cvs.zeroc.com/home/git/iceBernard Normier2007-12-19
|\
| * Bug 2429.Michi Henning2007-12-19
| |
* | Fixed bug #2514Bernard Normier2007-12-19
|/
* Removed checked-in generated files from C++ multicast demo.Michi Henning2007-12-17
| | | | Did a make depend.
* Fixed bug 2592Benoit Foucher2007-12-12
|
* Updated dependenciesBenoit Foucher2007-11-27
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-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 LocalExceptionBernard Normier2007-11-26
|
* Fixed VC6 build failuresZeroC Staff2007-11-21
|
* Bug 2541.Michi Henning2007-11-21
|
* Did a make depend.Michi Henning2007-11-15
|
* Fixed bug in TestUtil.py that caused line numbers to be omitted from the stackMichi Henning2007-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 Henning2007-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/iceMichi Henning2007-11-09
|\
| * VC6/XP fixesZeroC Staff2007-10-23
| |
| * Changed the way the patchers work for the expected type.Michi Henning2007-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/iceMichi Henning2007-10-16
|\|
| * Finished implementation of custom sequence mapping.Michi Henning2007-10-16
| | | | | | | | Changed patcher classes to template classes.
* | Removed left-behind commented out code.Michi Henning2007-10-15
|/
* Further fix for bug 2502.Michi Henning2007-10-12
|
* Bug 2502.Michi Henning2007-10-11
|
* DispatchInterceptor implementation and testBernard Normier2007-10-09
|
* Squashed commit of the following:Bernard Normier2007-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/iceMichi Henning2007-09-24
|\
| * Fixed bug 2473 andMichi Henning2007-09-24
| | | | | | | | http://www.zeroc.com/forums/bug-reports/3395-c-nested-struct-unmarshalling-problem.html#post14910
* | Remove unused local variables.Michi Henning2007-09-24
|/
* Added support for sorted dictionaries.Michi Henning2007-09-19
|
* Added more tests. Changed stack marshaling to reverse order duringMichi Henning2007-09-19
| | | | marshaling instead of unmarshaling.
* Full support for LinkedList, List, Queue, and Stack, exceptMichi Henning2007-09-17
| | | | that for sequences of classes, only List can be used right now.
* More changes to DictionaryBase and CollectionBase.Michi Henning2007-09-12
|
* Refactored DictionaryBase.Michi Henning2007-09-06
|
* Merge branch 'master' of ssh://cvs.zeroc.com/home/git/iceMichi Henning2007-09-05
|\ | | | | | | | | | | | | Conflicts: cs/CHANGES cs/src/Ice/PluginManagerI.cs
| * make dependBenoit Foucher2007-08-28
| |
* | New CollectionBase implementation.Michi Henning2007-09-05
| |
* | Add new sequence mapping and updated dictionary tests to useMichi Henning2007-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 Henning2007-08-21
|/
* Did a make dependMichi Henning2007-07-27
|
* bug 2245 - adding support for protected class data membersMark Spruiell2007-06-19
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2260 - invalid generated ↵Dwayne Boone2007-06-18
| | | | async proxy code
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2199Matthew Newhook2007-06-07
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231. Fixed VC6 bug withMatthew Newhook2007-06-07
| | | | test/Freeze/complex test