Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • mingw.py
Find file
BlameHistoryPermalink
  • Matt Clarkson's avatar
    Added a script that can download MinGW · 60910b3d
    Matt Clarkson authored Mar 30, 2015
    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.
    60910b3d
mingw.py 10.1 KB
EditWeb IDE
×

Replace mingw.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.