ObjFW  Diff

Differences From Artifact [1dba22b1d2]:

  • File tests/OFBlockTests.m — part of check-in [00b1d9d7b6] at 2023-10-19 20:46:17 on branch trunk — OFBlockTests: Also disable global blocks on Win64

    While these work on the officially by ObjFW supported MSYS2/CLANG64
    environment, they don't work on the similar environment provided by
    Fedora in the ucrt64-gcc package when using
    OBJC='clang -target x86_64-w64-mingw32ucrt', which is not officially
    supported by ObjFW, but useful for testing purposes. (user: js, size: 3194) [annotate] [blame] [check-ins using] [more...]

To Artifact [41100ed0e1]:


1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2008-2023 Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *

|







1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2008-2024 Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *