summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/RubyUtil.cpp
Commit message (Collapse)AuthorAge
...
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Reverted commit for bug 3409 - py/rb sequence checkingDwayne Boone2009-11-27
|
* no longer generating inspect method for each Ruby exceptionMark Spruiell2009-11-20
|
* Bug 3409 - add sequence checking to ruby/pythonDwayne Boone2009-05-08
|
* bug 3739 - generate concrete Python/Ruby class for Slice class that inherits ↵Mark Spruiell2009-04-07
| | | | no operations from interface
* bug 3373: struct as dictionary keys not testedMark Spruiell2009-02-05
| | | | | | | | | - Reverted changes to operations test in PHP because PHP's native dictionary type (array) does not support objects as keys. - Fixed the Ruby test failure. Ruby's dictionary type (Hash) calls eql? to determine key equality, so the translator now generates this method for structures.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 3011Benoit Foucher2008-04-21
|
* Bug 2582 - Added ice_staticIdDwayne Boone2008-02-12
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* Use mcpp instead of icecppDwayne Boone2008-01-09
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed bug #2440Bernard Normier2007-09-25
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2369Matthew Newhook2007-09-04
|
* bug 2157 - deprecating LocalObject mappingMark Spruiell2007-06-21
|
* bug 2245 - adding support for protected class data membersMark Spruiell2007-06-19
|
* fixing facet bug with uncheckedCastMark Spruiell2007-05-22
|
* Generate class in addition to mixin for interface definitionBenoit Foucher2007-04-24
|
* bug 2076 - do not generate code for AMIMark Spruiell2007-03-30
|
* bug 1912: assertion failure in slice2rbMark Spruiell2007-02-23
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* bug 1652: problem with data member names beginning with upper-case letterMark Spruiell2007-01-09
|
* Copyright changesDwayne Boone2007-01-09
|
* Updated copyright headerDwayne Boone2007-01-08
|
* bug 1257: deprecate nonmutatingMark Spruiell2006-10-31
|
* Fixed windows crashDwayne Boone2006-10-30
|
* Added Makefile support for MSVC++Dwayne Boone2006-08-30
|
* bug fix for Slice interface/classMark Spruiell2006-08-25
|
* another enum fixMark Spruiell2006-07-31
|
* changing enum mapping to use a class constant instead of an accessorMark Spruiell2006-07-31
| | | | function for each enumerator
* adding Ruby client mappingMark Spruiell2006-07-27