0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated library/tools and library-guide More... about 14 years ago
Merge branch 'master' of [email protected]:howardthomson/gobo-guide-2 into guide More... about 14 years ago
Initial Readme.txt update More... about 14 years ago
Initial Readme.txt added More... about 14 years ago
Fixed C prototypes. More... about 14 years ago
Merge branches. More... about 14 years ago
Made sure that even though not implemented, the functions do not return Void. More... about 14 years ago
Fixed bug in the generated C code of a Precursor routine when it contains a creation instruction whose target is Result. The type of the Result was computed in the context of the parent instead of in the context of the current classs. More... about 14 years ago
Interoperability with ISE. More... about 14 years ago
Fixed incrementality bug that occurred after fixing a class name clash by removing one version of the class and modifying the over version at the same time and then recompiling. More... over 14 years ago
Fixed possible call-on-void-target. More... over 14 years ago
Synchronized with FreeELKS svn#410. More... over 14 years ago
Follow ECMA standard and make the expression non-optional in the loop variant. More... over 14 years ago
Accept the new extended syntax with the 'attribute' keyword for attributes. More... over 14 years ago
Added support for class name prefix and class renaming when importing classes from another universe. More... over 14 years ago
Adapted the feature ET_FEATURE.header_break so that it takes into account assigner clauses. More... over 14 years ago
Under .NET, it is possible to have static infix functions with two arguments. In that case the left and right operands of the infix call are passed as arguments of this function. More... over 14 years ago
Under .NET, made sure that all types are considered to conform to "SYSTEM_OBJECT". More... over 14 years ago
Made sure that there is no flat Degree 3 errors when using Eiffel for .NET. More... over 14 years ago
Made sure that there is no flat Degree 3 errors when using Eiffel for .NET. More... over 14 years ago
Added header comments. More... over 14 years ago
Made sure that there is no flat Degree 3 errors when using Eiffel for .NET. More... over 14 years ago
Fixed error message when dealing with assigners in .NET. More... over 14 years ago
Under .NET, properties and attributes can be given assigners (setters), but the value is passed as the last argument of the assigner (instead of as the first argument in Eiffel classic). More... over 14 years ago
It is possible to have: a.attr := b in .NET without explicitly specifying an assigner procedure for attribute 'attr'. More... over 14 years ago
Fixed bug when removing unknown classes. More... over 14 years ago
Pathnames in cluster dependence constraint files 'providers.txt' and 'dependants.txt' ending with ".dll", typically representing .NET assemblies, are ignored and not shown in error messages when processing Eiffel classic systems. More... over 14 years ago
Allow to specify cluster pathnames, possibly with wildcards, in the cluster dependence constraint files 'providers.txt' and 'dependants.txt'. More... over 14 years ago
Fixed bug where classes in override clusters were not recognized as override. More... over 14 years ago
Added "test_status" indexing clause. More... over 14 years ago