Jump to content

Open Watcom: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
small update
Line 4: Line 4:


==Versions==
==Versions==
===Open Watcom C/C++===
;Open Watcom C/C++
* 2003-01-28: 1.0
* 2003-01-28: 1.0
* 2003-08-12: 1.1
* 2003-08-12: 1.1
Line 15: Line 15:
* 2007-10-23: 1.7a
* 2007-10-23: 1.7a
* 2009-02-21: 1.8
* 2009-02-21: 1.8
* '''Latest Official Version for OS/2-eCS''': Open Watcom 1.9 / June 2010
* 2010-06- : '''1.9'''
* Latest version of the Malak Fork is 2.00 / May 2014 (Recommended)


===Open Watcom FORTRAN===
;Open Watcom FORTRAN
* Dec 2005: 1.4
* Dec 2005: 1.4
* Apr 2006: 1.5
* Apr 2006: 1.5
Line 25: Line 24:
* Oct 2007: 1.7a
* Oct 2007: 1.7a
* Feb 2009: 1.8
* Feb 2009: 1.8
* May 2010: 1.9
* May 2010: '''1.9'''
 
====Porting aids====
* [[LC-Port]] - [[Lattice C]] porting library - Commercial - Discontinued.


==Links==
==Links==
* Home page: http://www.openwatcom.org/
* Home page: http://www.openwatcom.org
* http://sourceforge.net/projects/openwatcom/ (Link to downloads of the Malak fork of OW)
* [http://wiki.openwatcom.org/index.php/Main_Page Open Watcom wiki]
* https://github.com/open-watcom/open-watcom-v2 (Main development rep of the Malak fork)
* [https://efbe.musca.uberspace.de OS/2 build server]
* [https://github.com/open-watcom/open-watcom-v2 git] (Fork by J. Malak)
* [http://www.azillionmonkeys.com/qed/watfaq.txt The Watcom C/C++ Programmer's FAQ]
* [http://www.azillionmonkeys.com/qed/watfaq.txt The Watcom C/C++ Programmer's FAQ]
== License ==
 
== Licence ==
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.
==Publications==


==Open Watcom history==
==Open Watcom history==
The Open Watcom system traces its roots to the Waterloo Basic interpreter developed at the University of Waterloo in Canada in the mid 1970's, that was later used as a basis of a number of development systems for languages as disparate as [[Pascal]], [[Fortran]], [[APL]], GKS and [[Cobol]]. A number of employees from the Computer Systems Group of the UoW left in 1981 to form the Watcom company that made development tools based on their earlier work, 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.
The Open Watcom system traces its roots to the Waterloo Basic interpreter developed at the University of Waterloo in Canada in the mid 1970's, that was later used as a basis of a number of development systems for languages as disparate as [[Pascal]], [[Fortran]], [[APL]], GKS and [[Cobol]]. A number of employees from the Computer Systems Group of the UoW left in 1981 to form the Watcom company that made development tools based on their earlier work, 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.


The company was taken over by Powersoft in 1994, which in turn was taken over by Sybase a year later. Since neither company was interested in the Watcom C/C++/FORTRAN tools, they were discontinued and after pressure from graphic driver software developer [[Scitech]], agreed to open source them.
The company was taken over by Powersoft in 1994, which in turn was taken over by Sybase a year later. Since neither company was interested in the Watcom C/C++/FORTRAN tools, they were discontinued and after pressure from graphic driver software developer Scitech, agreed to open source them.


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

Revision as of 00:23, 21 January 2017

Open Watcom is a toolchain that includes an IDE, workframe, source level debugger, assembler and compilers for C, C++ and Fortran. 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 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. 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.

Versions

Open Watcom C/C++
  • 2003-01-28: 1.0
  • 2003-08-12: 1.1
  • 2004-01-07: 1.2
  • 2004-08-03: 1.3
  • 2005-12-14: 1.4
  • 2006-04-26: 1.5
  • 2006-12-15: 1.6
  • 2007-08-18: 1.7
  • 2007-10-23: 1.7a
  • 2009-02-21: 1.8
  • 2010-06-  : 1.9
Open Watcom FORTRAN
  • Dec 2005: 1.4
  • Apr 2006: 1.5
  • Dec 2006: 1.6
  • Aug 2007: 1.7
  • Oct 2007: 1.7a
  • Feb 2009: 1.8
  • May 2010: 1.9

Links

Licence

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

Open Watcom history

The Open Watcom system traces its roots to the Waterloo Basic interpreter developed at the University of Waterloo in Canada in the mid 1970's, that was later used as a basis of a number of development systems for languages as disparate as Pascal, Fortran, APL, GKS and Cobol. A number of employees from the Computer Systems Group of the UoW left in 1981 to form the Watcom company that made development tools based on their earlier work, 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.

The company was taken over by Powersoft in 1994, which in turn was taken over by Sybase a year later. Since neither company was interested in the Watcom C/C++/FORTRAN tools, they were discontinued and after pressure from graphic driver software developer Scitech, agreed to open source them.