Menu

Tree [0d3368] 5.1-trunk /
 History

HTTPS access


File Date Author Commit
 mingwrt 2018-04-16 Keith Marshall Keith Marshall [753e24] Suppress glob-brace expansion within quoted arg...
 w32api 2018-07-11 Keith Marshall Keith Marshall [7b0f1f] Make <wincrypt.h> header effectively self-conta...
 .gitignore 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...
 .hgignore 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...
 .hgtags 2018-02-26 Keith Marshall Keith Marshall [4924a1] Added tag wsl-5.1-release for changeset 2b81c4e...
 ChangeLog 2018-07-13 Keith Marshall Keith Marshall [0d3368] Advertise new canonical URI for source code rep...
 LICENSE 2012-08-08 Earnie Boyd Earnie Boyd [f15aa7] Initial commit
 Makefile.comm 2017-03-14 Keith Marshall Keith Marshall [127b4a] Refactor mingwrt and w32api common makefile con...
 Makefile.in 2017-02-24 Keith Marshall Keith Marshall [8c8b93] Extend basic test suite infrastructure to w32api.
 README 2018-07-13 Keith Marshall Keith Marshall [0d3368] Advertise new canonical URI for source code rep...
 VERSION.m4 2018-02-26 Keith Marshall Keith Marshall [596dde] Adjust repository version following WSL-5.1 rel...
 aclocal.m4 2017-02-27 Keith Marshall Keith Marshall [122714] Support optional DLL builds from static libraries.
 configure.ac 2016-10-14 Keith Marshall Keith Marshall [55eaba] Make package installation prefix consistent thr...
 install-sh 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...

Read Me

MinGW.org-WSL (Windows System Libraries)
========================================

This package provides both the C Runtime (mingwrt) and the Windows API
(winapi, a.k.a. w32api) system library components, which are required to
support the MinGW.org distribution of the GNU Compiler Collection.


Important Notice
----------------

The canonical URI for this package's source code repository is:
git://git.osdn.net/gitroot/mingw/mingw-org-wsl.git

Alternative canonical URIs, equivalent to the above are:
https://scm.osdn.net/gitroot/mingw/mingw-org-wsl.git
http://scm.osdn.net/gitroot/mingw/mingw-org-wsl.git

Privileged users, with SSH update rights, may clone the repository from:
ssh://USERNAME@git.osdn.net:/gitroot/mingw/mingw-org-wsl.git

Privileged users, who favour Mercurial over Git, may enable Mercurial's
git extension, and then "hg clone" from the equivalent (hg-capable) URI:
git+ssh://USERNAME@git.osdn.net:/gitroot/mingw/mingw-org-wsl.git

If you obtain source code from any URI, other than those canonical URIs
listed above, (or any alternative URI as may be identified subsequently,
at these URIs), then you should be advised that such source code is not
maintained by the MinGW.org Development Team, and is likely obsolete.


Description
-----------

MinGW.org-WSL is provided, and maintained by the MinGW.org Development
Team, to furnish essential bindings between the GNU Compiler Collection
and the MS-Windows operating system.  Historically, development has been
focused on support for the 32-bit MS-Windows platform.  However, these
libraries are intended for use in both 32-bit and 64-bit programming;
patches to imporve support for both platforms, and in particular the
64-bit platform, will be gratefully considered.

Parts of the C runtime have been adapted to improve C99 compliance, but
for the most part you may find that Microsoft's documentation, provided
at http://msdn.microsoft.com, offers the most useful advice on the use
the MinGW.org-WSL libraries in your own programming.

The GNU C++ Compiler (g++) provides its own implementation of the C++
standard; http://gcc.gnu.org offers the most useful documentation for
this particular implementation of the C++ standard.  (Do please note
that not all features of this implementation are fully supported on
the MS-Windows platforms).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.