Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide minimal support for Windows (fix #146) #198

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2017

  1. Provide minimal support for Windows (fix #146)

    Make both platform-dependant 'gio-unix-2.0' and 'gio-windows-2.0'
    dependencies optional and use features accordingly via 'GIO_UNIX' and
    'GIO_WINDOWS' definitions.
    
    Use 'add_project_arguments' instead of 'vala_defines'
    
    Disable '--socket' option if 'gio-unix-2.0' is not available.
    
    For FastCGI, use 'GLib.Win32InputStream' and 'GLib.Win32OutputStream'
    and gracefully fallback with basic I/O wrapper.
    
    Add basic cross files to target 32 and 64 bit targets with MinGW.
    arteymix committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    449772e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fd09d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    936a0fd View commit details
    Browse the repository at this point in the history
  4. ci: Install 'wine' properly

    arteymix committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d975f0f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Configuration menu
    Copy the full SHA
    efa6cf1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. vsgi: Add both 'gio-unix-2.0' and 'gio-windows-2.0'

    Prefer the first over the latter if available and fallback with a
    platform-less implementation.
    arteymix committed May 2, 2017
    Configuration menu
    Copy the full SHA
    43c4de8 View commit details
    Browse the repository at this point in the history