Difference between revisions of "Tools"

(Performance)
(Microsoft .NET)
Line 8: Line 8:
  
 
== Microsoft .NET ==
 
== Microsoft .NET ==
 +
 +
* [[Eiffel for .NET Compliance Checker]] (compliance_checker)<br>A tool to check .NET assemblies for "Eiffel-compliance" (what can be used in Eiffel). It also reports illegally marked CLS-Compliant assemblies. A worthy verification tool to .NET component vendors and users of any available .NET assembly.<br><font color=red>This tool is distributed with EiffelEnvision.</font>
 +
 +
* [[.NET Reference Builder]] (dotnet_reference_builder)<br>A tool to examine all of the references of a .NET assembly and optionally modify an ECF (Eiffel Configuration File) to include/correct references.
 +
 +
* [[Snippet Generator]] (snipgen)<br>(Not yet publically available.) A tool to generate code snippets for Eiffel and any other language for Visual Studio .NET 2005 and beyond.<br><font color=red>This tool is distributed with EiffelEnvision.</font>
  
 
== Misc ==
 
== Misc ==

Revision as of 09:19, 16 August 2006

Here you'll find a list of tools that can be publically used under the GPL. They are developed in-house for testing or assistance purposes and are not supported unless distributed with a release of an Eiffel Software product. Saying that, bug reports are welcome but should be through a responsible contact (each tool page should list the reponsible contact.)

All tools are located under the public repository under https://origo.ethz.ch/eiffelsoftware/es/trunk/Src/tools unless otherwise stated.

Performance

  • Parser Benchmark (parser_benchmark)
    A tool for benchmarking the Eiffel parser performance using a number of built-in factories.

Microsoft .NET

  • Eiffel for .NET Compliance Checker (compliance_checker)
    A tool to check .NET assemblies for "Eiffel-compliance" (what can be used in Eiffel). It also reports illegally marked CLS-Compliant assemblies. A worthy verification tool to .NET component vendors and users of any available .NET assembly.
    This tool is distributed with EiffelEnvision.
  • .NET Reference Builder (dotnet_reference_builder)
    A tool to examine all of the references of a .NET assembly and optionally modify an ECF (Eiffel Configuration File) to include/correct references.
  • Snippet Generator (snipgen)
    (Not yet publically available.) A tool to generate code snippets for Eiffel and any other language for Visual Studio .NET 2005 and beyond.
    This tool is distributed with EiffelEnvision.

Misc