summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Gen.cpp
Commit message (Collapse)AuthorAge
...
* Changed Java and C# mapping to avoid generation of an {{{OperationsNC}}} ↵Michi Henning2009-07-02
| | | | interface for local interfaces and classes.
* Bug 3418 - deprecate ice_hash/ice_getHash where not neededDwayne Boone2009-05-12
|
* Bug 1294 - declare generated C# classes as partialDwayne Boone2009-05-11
|
* bug 3739 - generate concrete Java/C# class for Slice class that inherits no ↵Mark Spruiell2009-04-07
| | | | operations from interface
* Bug 2523: Mono does not support global:: prefixMichi Henning2009-03-25
|
* minor fix to slice2cs error messageMark Spruiell2009-03-12
|
* bug 3374 & general metadata clean upMark Spruiell2009-02-20
|
* Bug 3668 - C# translator generates bogus code for metadata.Michi Henning2009-02-17
|
* Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
|
* Additional fix for bug 3701 - bad generated codeBenoit Foucher2009-02-04
|
* Squashed commit of the following:Michi Henning2009-02-04
| | | | | | | | commit e7bdf327db1375961ac11f332f0fc5a20e032810 Author: Michi Henning <michi@zeroc.com> Date: Wed Feb 4 11:07:41 2009 +1000 Bug 3698: Incorrect on the wire encoding of exceptions
* Squashed commit of the following:Michi Henning2009-02-04
| | | | | | | | commit 3dbfe29a9198e793fd1798ba657f79dbaa8d47da Author: Michi Henning <michi@zeroc.com> Date: Wed Feb 4 10:55:39 2009 +1000 Bug 3701: bad generated code.
* Fix 3652 - string.h need to be included to use strerror with gcc >= 4.3.2Jose2009-01-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java ↵Matthew Newhook2009-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out generated files are left behind - Added file tracker - Added calls to file tracker when files or directories are created. - All translators cleanup created files if interrupted, or if they fail. - Normalized various error messages. - Fixed bug with slice2cs which would not correctly check if the impl files were created. Squashed commit of the following: commit 0fec143af219d59dcec5b91cb96a79179f73bd0d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:57:25 2009 -0330 Fixed FileException for VC6. commit 38b22497c751ad9b2f86af2d44e87a23c0049d9c Merge: df29064... 4421a3d... Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:55:49 2009 -0330 Merged R3_3_branch. commit df290649637685bfff4f777ccf53f4f04fda71a0 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:45:18 2009 -0330 move checksum writing outside loop commit a9bb2356167b1f9259ce2d1f1b43d40b7fd0ce82 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:35:00 2009 -0330 added quotes commit a2f3d7a2414d08ebdc290222b8e97d8b203cc9ab Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:21:27 2009 -0330 can't -> cannot commit c3113e33a3687cae369bf7803e4f1d18c9141762 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:10:12 2009 -0330 minor fixes to output. commit 2a17d6e1b6c0e5eed8be79b8353ca3c06572e19c Author: U-WIN-5WBK5GD0FYQ\matthew <matthew@WIN-5WBK5GD0FYQ.(none)> Date: Tue Jan 13 12:05:46 2009 -0800 windows fixes. commit d8d4f6dc35043fb71b599dac7171fee0c2bb87bf Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:58:21 2009 -0330 remove debugging. commit f1e4d7a55e13fea4c0b84244fb437bd391fbe538 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:53:37 2009 -0330 Added FileTracker. Added file tracking, and cleanup to lots of translators. commit 33dbfb0124509779bd2d95bbac06a02ca9b907ac Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 09:42:16 2009 -0330 http://bugzilla/bugzilla/show_bug.cgi?id=3640 If slice2java errors out generated files are left behind
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Refactored CtrlCHandler usage in slice compilersDwayne Boone2008-11-20
|
* Added use of CtrlChandler to slice compilersDwayne Boone2008-11-19
|
* Bug 3541 - Slice signal handling unsafeDwayne Boone2008-11-18
|
* Fixed generated code to use skipEmptyEncaps instead of ↵Benoit Foucher2008-11-07
| | | | startReadEncaps/endReadEncaps
* Bug 3519 - fix isalpha, isprint, ... usageDwayne Boone2008-10-30
|
* Another instance of bad code for struc tkeyDwayne Boone2008-08-07
|
* Fixed bug in generated code for C# when struct used as a dictionary keyDwayne Boone2008-08-07
|
* Fixed core dump in slice2cs for dictionaries with value type Object.Michi Henning2008-07-19
|
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Fixed bug 2739Benoit Foucher2008-03-03
|
* Fixed GCC 4.3 build failuresBernard Normier2008-02-23
|
* - Fixed bug 2688Benoit Foucher2008-02-14
| | | | | | | - Fixed bug 2674 - Changed connection validation to always use non-blocking IO (bug 1981) - Added distribution/src/common/RELEASE_NOTES.txt - Moved distribution/src/windows/README.DEMOS to distribution/src/common
* merged bug2615Matthew Newhook2008-02-14
|
* 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
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed bug #2514Bernard Normier2007-12-19
|
* Fixed bug 2592Benoit Foucher2007-12-12
|
* - 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
|
* 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
|/