EiffelStudio 64bit full changelog
EiffelStudio 64bit 7.3.9.2766
released Jul 8, 2013 (New Release)
· studio: Made sure that conditions in Project settings are human readable. This fixes bug#18519.
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
EiffelStudio 64bit 7.2.9.1284
released Feb 28, 2013 (New Release)
· studio: Made sure that conditions in Project settings are human readable. This fixes bug#18519.
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
EiffelStudio 64bit 7.2.9.1169
released Feb 11, 2013 (New Release)
· library (base): Added support for converting CHARACTER_32 to lower or upper case.
· installation: Added support for Visual Studio 2012 as a C compiler backend.
· library (base): Added support to manipulate Unicode path.
· Added support for installing EiffelStudio in a path with Unicode characters.
· installation: Added support for Visual Studio 2012 as a C compiler backend.
· library (base): Added support to manipulate Unicode path.
· Added support for installing EiffelStudio in a path with Unicode characters.
EiffelStudio 64bit 7.1.8.8986
released Jul 30, 2012 (New Release)
Improvements:
· compiler: bug#17591, bug#17662 (test#pretty028) - Improved formatting of comments delimited with blank lines.
· vision2: one can now provide a hint of the size of the dropdown list of the combobox. The hint is currently only effective on Windows.
· vision2: Improved the default size of the dropdown list of a combobox so that all the text can be visible.
· compiler: test#valid275 - Reduced the number of cases when VWEQ warning is reported, in particular by limiting it to the immediate code only.
· compiler: test#tilde002 - Optimized code generation for the equality test that involves two values of different expanded types.
· compiler: bug#15145 (test#exec296) - Supported detection and warning report with code VWAB for useless bodies of attributes that are never executed because the types of the attributes are self-initialized (expanded or detachable).
· compiler: bug#17591, bug#17662 (test#pretty028) - Improved formatting of comments delimited with blank lines.
· vision2: one can now provide a hint of the size of the dropdown list of the combobox. The hint is currently only effective on Windows.
· vision2: Improved the default size of the dropdown list of a combobox so that all the text can be visible.
· compiler: test#valid275 - Reduced the number of cases when VWEQ warning is reported, in particular by limiting it to the immediate code only.
· compiler: test#tilde002 - Optimized code generation for the equality test that involves two values of different expanded types.
· compiler: bug#15145 (test#exec296) - Supported detection and warning report with code VWAB for useless bodies of attributes that are never executed because the types of the attributes are self-initialized (expanded or detachable).
EiffelStudio 64bit 7.0.8.8074
released Nov 30, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
EiffelStudio 64bit 7.0.8.7781
released Nov 16, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
EiffelStudio 64bit 7.0.8.7451
released Oct 17, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
EiffelStudio 64bit 6.8.8.6542
released May 26, 2011 (New Release)
· studio: Fixed regression where one could not either create a new editor tab, nor could you close any tools.
· studio: Fixed the incorrect pick and drop line.
· compiler: Fixed various inlining bugs, see eweasel test#final102, test#final103, test#final105 and test#final106.
· compiler: Fixed a bug in the finalization of an agent call with a tuple involving the third or greater formal generic parameter of the class (eweasel test#agent014).
· studio: Fixed the incorrect pick and drop line.
· compiler: Fixed various inlining bugs, see eweasel test#final102, test#final103, test#final105 and test#final106.
· compiler: Fixed a bug in the finalization of an agent call with a tuple involving the third or greater formal generic parameter of the class (eweasel test#agent014).
EiffelStudio 64bit 6.7.8 Build
released Aug 18, 2010 (New Release)
· Compiler: Allowed for a qualified anchored type that has a standalone type qualifier to be used as a type of a once function (bug#16947, test#anchor050).
· Bug fixes
· Compiler: Fixed eweasel test#incr366 when an expanded generic type is being used and its expandness status is removed. It completes the fix for test#incr315.
· Compiler: Fixed test#attach077 when VEVI was not properly reported in some cases for uninitialized attributes passed as arguments.
· Compiler: Fixed eweasel test#incr378 for a bug added at the previous intermediate release which would break execution of code when touching/modifying some generic classes used in the system.
· User changes
· Bug fixes
· Compiler: Fixed eweasel test#incr366 when an expanded generic type is being used and its expandness status is removed. It completes the fix for test#incr315.
· Compiler: Fixed test#attach077 when VEVI was not properly reported in some cases for uninitialized attributes passed as arguments.
· Compiler: Fixed eweasel test#incr378 for a bug added at the previous intermediate release which would break execution of code when touching/modifying some generic classes used in the system.
· User changes
EiffelStudio 64bit for Windows 7 - free download notice
Windows 7 Download periodically updates software information of EiffelStudio 64bit from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Ripper Pro
50% Off -
WinX DVD Copy Pro
42% Off -
WinX MediaTrans
63% Off -
Media Player Morpher
85% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- DOSBox 0.74.3
- CUDA 12.5.0
- WordPress 6.7
- Portable RJ TextEd 4.14
- Qt Creator 14.0.2
- Open Validator 2.5.2
- Microsoft Visual Studio 2022 17.10.3
- Adobe AIR SDK for Linux 51.1.2.2
- Software Ideas Modeler Portable 14.55
- Windows Phone Developer Tools 1.0.1
- Code::Blocks EDU Portable 1.1.1
- XTOOLS
- ExamDiff Pro 15.0.1.15
- Android NDK Revision 26d
- CoreTML Framework 1.4
- QuickRev 1.10.2
- Software Ideas Modeler Portable x64 14.55
- SourceGear Vault Pro 1.17.6
- NCache Enterprise Edition x64 4.4
- JavaScript SiteSearch Generator 1.5.2.1
Popular Tags
programming
uml
development
net
software protection
sql
view
database
java
visual studio
dll
sql tools
software
code security
sql server
file
xml
obfuscator
editor
sql tool
decompiler
obfuscation
html
edit
visual
windows
code protection
vb net
visual basic
tool
Popular Windows 7 Software
- Qt 6.8.0
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Simply Fortran 3.36 Build 4252
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- DOSBox 0.74.3
- JD-GUI 1.6.6
- Audio Sound Editor for .NET 8.0
- KchmViewer 7.7
- Turbo Pascal 7.0
- CUDA 12.5.0
- Axure RP Pro 11.0.0.4122
- VisioForge Video Edit SDK .Net 15.10.40.0
- NOWBLOG PROFESSIONAL 1.8.3 Adroid, Smartphone 1.0
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.