History log of /external/google-benchmark/mingw.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60910b3de7aa85ff28da14f34c7084711f99ac74 30-Mar-2015 Matt Clarkson <mattyclarkson@gmail.com> Added a script that can download MinGW

The python script provides a method to get the repository of mingw-builds
gcc compilers and download one of them. This is useful for providing a
matrix of compilations on appveyor.

The versions of compilers are seperated by multiple things:

- version
- threading model
- exception model
- revision

All four of those things need to be matched if using the libraries built
by MinGW. The script allows you to specify all of those variations. If
a variation isn't defined it picks the most common or latest settings.

For example, if the version isn't specified the latest will be selected
and if the exception model isn't defined then the zero exception model
(seh) will be selected if available.
/external/google-benchmark/mingw.py