summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/PythonUtil.cpp
Commit message (Collapse)AuthorAge
...
* refactoring operation invocation & dispatch in PythonMark Spruiell2007-09-24
|
* changing struct __eq__ to __cmp___; check for NoneMark Spruiell2007-09-20
|
* 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
|
* backout change I accidently committed to PythonUtil.cpp. Add more .gitignore ↵Matthew Newhook2007-06-11
| | | | files.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2229Matthew Newhook2007-06-01
|
* fixing facet bug with uncheckedCastMark Spruiell2007-05-22
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Copyright changesDwayne Boone2007-01-09
|
* Updated copyright headerDwayne Boone2007-01-08
|
* bug 943: map sequence<byte> to stringMark Spruiell2006-08-24
|
* partial solution for bug 943Mark Spruiell2006-08-11
|
* bug 1257: deprecate nonmutatingMark Spruiell2006-08-09
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* copyright fixMark Spruiell2006-07-27
|
* deprecate metadataMark Spruiell2006-04-05
|
* Updated copyrightDwayne Boone2006-03-14
|
* fix for bug 708: reloading Slice definitions can cause type conflictsMark Spruiell2005-12-19
|
* fix for bug 447 - accept checkedCast(obj, ctx)Mark Spruiell2005-08-23
|
* Fixed but reported in http://www.zeroc.com/vbulletin/showthread.php?t=1480Michi Henning2005-06-08
|
* Fixed bug #80: removed Int64Min / Int64MaxBernard Normier2005-04-18
|
* 2004 -> 2005Bernard Normier2005-02-16
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* adding context argument to checkedCastMark Spruiell2005-02-14
|
* adding support for stringificationMark Spruiell2005-01-22
|
* Improved diagnostics for invalid metadata.Michi Henning2004-12-29
|
* Added metadata checks for slice2py.Michi Henning2004-12-08
|
* Win32 fixesMark Spruiell2004-11-18
|
* minor change in generated code for exception typesMark Spruiell2004-11-08
|
* adding hash support for Slice structsMark Spruiell2004-10-27
|
* map away checkedCast, uncheckedCastMark Spruiell2004-09-28
|
* Sun fixesMark Spruiell2004-09-27
|
* adding package metadata; misc fixesMark Spruiell2004-09-24
|
* prevent abstract class from being instantiatedMark Spruiell2004-09-23
|
* generate constructor for classes change ctx to _ctx change exception.ice_idMark Spruiell2004-09-23
| | | | to ice_name
* set ice_type in classes, exceptionsMark Spruiell2004-09-20
|
* generate __str__ for exceptionsMark Spruiell2004-09-15
|
* adding support for prefixes on generated filenames; convert includedMark Spruiell2004-09-15
| | | | filenames into prefixed module names
* new scheme for type definitionsMark Spruiell2004-09-14
|
* adding AMI supportMark Spruiell2004-09-11
|
* support for new operation definitionMark Spruiell2004-09-09
|
* generate import statements for included files; improving exception mappingMark Spruiell2004-09-07
|
* renaming IceImpl to IcePyMark Spruiell2004-09-02
|
* adding Python translatorMark Spruiell2004-09-02