summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Gen.cpp
Commit message (Collapse)AuthorAge
...
* Changed the way we test for the runtime that is used to execute binariesMichi Henning2004-08-04
| | | | (.NET or Mono).
* Changed code generator to suppress empty "#region Asynchronous operations"Michi Henning2004-08-03
| | | | directives.
* Test for Mono runtime changed to use AssemblyUtil._runtime.Michi Henning2004-07-29
|
* Oops, got a bit carried away with previous fix. This one should do theMichi Henning2004-07-28
| | | | trick.
* Multiple sequence members in a class caused slice2cs to generate incorrectMichi Henning2004-07-28
| | | | code.
* Tidied up property inconsistencies. Changed generated C# code to be aMichi Henning2004-07-16
| | | | little more efficient if a default current is required.
* Changed work-around for the Mono DefaultInvariant bug to a run-time testMichi Henning2004-07-14
| | | | | because, otherwise, things still don't work if we execute Visual C#-generated code with the Mono run time.
* Added work-around for broken Mono DefaultInvariant comparer.Michi Henning2004-07-13
|
* adding support for Slice checksumsMark Spruiell2004-07-06
|
* Compression changes.Michi Henning2004-07-02
|
* Fixed mapping bug for Slice operations called "checkedCast" orMichi Henning2004-06-23
| | | | "uncheckedCast". Updates to the C# mapping.
* Added support for --imple-tie to slice2cs.Michi Henning2004-06-18
|
* Added support for --tie option to slice2cs.Michi Henning2004-06-18
|
* - Added isOpen() method to OutputUtil.Michi Henning2004-06-15
| | | | | | | | | - Removed calls to strerror(errno) in slice2cpp and slice2cs because the std::fstream operations do not set errno when something goes wrong, so any error messages always showed "no error" at the end. - Added support for --impl option to slice2cs. - Found two places in slice2java where exceptions where exception handlers were not ordered into derived-to-base order.
* ::Ice::Current and ::Ice::Identity are now structures in C#.Michi Henning2004-06-11
|
* Made structure patching code a bit more efficient.Michi Henning2004-06-10
|
* Changed the code generator to map Slice structures to C# structures byMichi Henning2004-06-10
| | | | | | default, with mapping to C# classes enable with metadata. Added new patching scheme for structures because, for value types, the existing patching scheme was unsuitable.
* Tidied up C# code generation. Changed default sequence mapping to arrayMichi Henning2004-06-09
| | | | | mapping. Got rid of dead source code. Re-engineered the way patching works so it's simpler now.
* Updated list of reserved identifiers. Some updates to the mapping.Michi Henning2004-06-08
|
* AIX portBernard Normier2004-06-08
|
* Removed conditional code generation to work around mcs Beta 1 bug -- mcsMichi Henning2004-06-03
| | | | Beta 2 gets it right.
* Got rid of unused variable.Michi Henning2004-06-02
|
* Fixed to AMD code generation.Michi Henning2004-06-02
|
* Added AMD support.Michi Henning2004-06-02
|
* Added code generation for AMI.Michi Henning2004-06-01
|
* Added changes for new facets.Michi Henning2004-05-26
|
* Copyright fixesBernard Normier2004-05-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Added slice2cs to the "all" project and fixed a header file bug.Michi Henning2004-05-10
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* Fixed Sun C++ build problemsBernard Normier2004-05-08
|
* Added array mapping for sequences to Icicle.Michi Henning2004-04-22
|
* Fixed bug in code generator for sequences of structs.Michi Henning2004-04-01
|
* Removed warning about unused variable.Michi Henning2004-03-29
|
* *** empty log message ***Michi Henning2004-03-29
|
* Intermediate check-in prior to removing IComparable.Michi Henning2004-03-09
|
* More code generation changes for Icicle.Michi Henning2004-02-23
|
* *** empty log message ***Michi Henning2004-01-29
|
* Intermediate check-in.Michi Henning2004-01-15
|
* *** empty log message ***Michi Henning2003-12-05
|
* Removed generation of ICloneable members.Michi Henning2003-12-05
|
* *** empty log message ***Michi Henning2003-12-04
|
* *** empty log message ***Michi Henning2003-12-04
|
* *** empty log message ***Michi Henning2003-12-02