Jump to content

Open Watcom: Difference between revisions

From EDM2
m Reiknir moved page OpenWatcom C CPP and Fortran to Open Watcom: less unwieldy, more correct formatting
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
[[Image:OpenWatcom Logo.jpg|thumb|Open Watcom Logo]]
Full developer's package with workframe, source-language debugger, assembler and compilers for C, C++ and Fortran, which is available for a series of platforms already (DOS, OS/2 16 and 32 bit, Windows 3.1, Windows 95/98/Me, Windows NT/2000/XP) and with a Linux version being in the works. The system has a full cross platform capability, i.e. the OS/2 version can be used to develop for DOS and MS Windows targets and vice versa.
Open Watcom is a toolchain that includes an IDE, workframe, source level debugger, assembler and compilers for [[C]], [[C++]] and [[FORTRAN]].


The system was forked in 2012 after a member of the OpenWatcom team deleted almost all contributions to the system from others than the core team, the bulk of the developers that had been actively working on the system now work on the fork that is informally know as the "Malak" version. Most new development therefore happens on the fork and not on the original version of OpenWatcom.
==Features==
It is available and mature for development on DOS, OS/2 16 and 32-bit, Windows 3.1, Windows 95/98/Me, Windows NT/2000/XP and later, and has a Linux port that being newer is not quite as fully formed but is getting lots of updates. The system has a full cross-platform capability, i.e. the OS/2 version can be used to develop for DOS and MS Windows targets and vice versa.


==Version==
The system was forked in 2012 after a member of the OpenWatcom team deleted almost all contributions to the system from others than the core team. The developers that had been actively working on the system now work on the fork that is informally known as the "Malak" version. The deletions had been an ongoing problem ever since the inception of the project and are the reason why various attempts to update the FORTRAN side of the compiler have disappeared off the face of the earth. Most if not all new development of the Open Watcom code-base now happens on the fork and not on the original version of OpenWatcom.
'''* Latest Version for OS/2-eCS''': Open Watcom 1.9 / June 2010
 
* Latest version of the Malak Fork is 2.00 / May 2014
*[[Open Watcom C/C++]]
==Links==
*[[Open Watcom FORTRAN 77]]
* Home page: [http://www.openwatcom.org/]
 
* http://sourceforge.net/projects/openwatcom/ (Link to downloads of the Malak fork of OW)
== Licence ==
* https://github.com/open-watcom/open-watcom-v2 (Main development rep of the Malak fork)
== License ==
Published under the [[Open Watcom Public License]]. Allows free commercial and non-commercial use of Open Watcom.
Published under the [[Open Watcom Public License]]. Allows free commercial and non-commercial use of Open Watcom.


==Related Articles==
==History==
* C++ Compiler Review [[C++ Compiler Review - Part 1|Part 1]] (September 1995)  and [[C++ Compiler Review - Part 3|Part 3]] (November 1995)  by [[Gordon Zeglinski]].
Open Watcom C/C++ and FORTRAN 77 are open source versions of Sybase Powersoft [[Watcom]] Version 11 products.
* [http://ps-2.kev009.com/michaln/os2/Watcom11c.html Using Watcom C/C++ 11.0c on OS/2] [[Michal Necasek]] (November 2001)


==Publications==
Initially targeting [[QNX]], but later adding [[DOS]], OS/2 and [[Microsoft Windows]] to their target list. While QNX hosted versions of the tools disappeared from the last edition of the commercial version of Watcom, it was still available as a target architecture.


==Links==
* [http://www.openwatcom.org Home page]
* [http://wiki.openwatcom.org/index.php/Main_Page Open Watcom wiki]
* [https://github.com/open-watcom/owp4v1copy Github]
* [https://github.com/StevenLevine/openwatcom-v1 Steven Levine Github Fork]


[[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:Linux Tools]]
[[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 14:32, 1 February 2024

Open Watcom Logo

Open Watcom is a toolchain that includes an IDE, workframe, source level debugger, assembler and compilers for C, C++ and FORTRAN.

Features

It is available and mature for development on DOS, OS/2 16 and 32-bit, Windows 3.1, Windows 95/98/Me, Windows NT/2000/XP and later, and has a Linux port that being newer is not quite as fully formed but is getting lots of updates. The system has a full cross-platform capability, i.e. the OS/2 version can be used to develop for DOS and MS Windows targets and vice versa.

The system was forked in 2012 after a member of the OpenWatcom team deleted almost all contributions to the system from others than the core team. The developers that had been actively working on the system now work on the fork that is informally known as the "Malak" version. The deletions had been an ongoing problem ever since the inception of the project and are the reason why various attempts to update the FORTRAN side of the compiler have disappeared off the face of the earth. Most if not all new development of the Open Watcom code-base now happens on the fork and not on the original version of OpenWatcom.

Licence

Published under the Open Watcom Public License. Allows free commercial and non-commercial use of Open Watcom.

History

Open Watcom C/C++ and FORTRAN 77 are open source versions of Sybase Powersoft Watcom Version 11 products.

Initially targeting QNX, but later adding DOS, OS/2 and Microsoft Windows to their target list. While QNX hosted versions of the tools disappeared from the last edition of the commercial version of Watcom, it was still available as a target architecture.

Links