Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mingw (0.08 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    | Windows
    | http://gcc.gnu.org/[GCC] with http://cygwin.com[Cygwin 32 and Cygwin 64]
    | Windows XP and later.
    
    | Windows
    | http://gcc.gnu.org/[GCC] with http://www.mingw.org/[MinGW] and https://mingw-w64.org/doku.php[MinGW64]
    | Windows XP and later.
    |===
    
    The following tool chains are unofficially supported. They generally work fine, but are not tested continuously:
    
    [%header%autowidth,compact]
    |===
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   GTEST_OS_QNX      - QNX
    //   GTEST_OS_SOLARIS  - Sun Solaris
    //   GTEST_OS_SYMBIAN  - Symbian
    //   GTEST_OS_WINDOWS  - Windows (Desktop, MinGW, or Mobile)
    //     GTEST_OS_WINDOWS_DESKTOP  - Windows Desktop
    //     GTEST_OS_WINDOWS_MINGW    - MinGW
    //     GTEST_OS_WINDOWS_MOBILE   - Windows Mobile
    //   GTEST_OS_ZOS      - z/OS
    //
    // Among the platforms, Cygwin, Linux, macOS, and Windows have the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   GTEST_OS_QNX      - QNX
    //   GTEST_OS_SOLARIS  - Sun Solaris
    //   GTEST_OS_SYMBIAN  - Symbian
    //   GTEST_OS_WINDOWS  - Windows (Desktop, MinGW, or Mobile)
    //     GTEST_OS_WINDOWS_DESKTOP  - Windows Desktop
    //     GTEST_OS_WINDOWS_MINGW    - MinGW
    //     GTEST_OS_WINDOWS_MOBILE   - Windows Mobile
    //   GTEST_OS_ZOS      - z/OS
    //
    // Among the platforms, Cygwin, Linux, macOS, and Windows have the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    // doing internal linking on windows. Older toolchains seem to require
    // just a single pass through the various archives, but some modern
    // toolchains when linking a C program with mingw pass library paths
    // multiple times to the linker, e.g. "... -lmingwex -lmingw32 ...
    // -lmingwex -lmingw32 ...". To accommodate this behavior, we make two
    // passes over the host archives below.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top