summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-15meson: Specify that build-machine compiler for C++ is not requiredSimon McVittie1-1/+1
2023-08-15sysdeps: Use C11 stdatomic.h where possibleSimon McVittie7-12/+62
2023-08-15sysdeps: Move declarations used from C++ to their own headerSimon McVittie6-4/+21
2023-08-15Continue to recommend CMake when building on WindowsSimon McVittie3-4/+8
2023-06-13Merge branch 'wip/work-around-462' into 'master'Simon McVittie1-1/+2
2023-06-13CI: Enable "debian mingw64 meson debug" by defaultSimon McVittie1-1/+0
2023-06-13CI: Don't run windows-meson-mingw-ucrt64 by defaultSimon McVittie1-0/+2
2023-05-16Merge branch 'wip/smcv/reinstate-windows-ci' into 'master'Simon McVittie1-4/+0
2023-05-16Revert "CI: Disable native Windows builds for now"Simon McVittie1-4/+0
2023-05-12CI: Disable native Windows builds for nowSimon McVittie1-0/+4
2023-05-12CI: Update Windows runnersSimon McVittie2-4/+4
2023-02-06.gitlab-ci.yml: exclude non-functioning test 'header-fields' in job 'windows ...Ralf Habacker1-1/+1
2022-11-29internals: Statically assert some things we assume about pointersSimon McVittie1-0/+29
2022-11-29Add missing license text for LGPL-2.1-or-laterSimon McVittie2-0/+176
2022-11-29dbus/dbus-backtrace-win.c: New file with backtrace generator for WindowsRalf Habacker5-204/+216
2022-10-05dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededSimon McVittie1-5/+1
2022-09-12Merge branch 'windows-no-tap' into 'master'Simon McVittie1-1/+4
2022-09-12test: Don't use strict TAP parsing on WindowsSimon McVittie1-0/+3
2022-08-10Merge branch 'cxx-only-on-windows' into 'master'Simon McVittie2-8/+34
2022-07-26meson: Only require C++ compiler when building for WindowsSimon McVittie2-8/+34
2022-07-15Merge branch 'win32-uds' into 'master'Simon McVittie36-619/+1049
2022-07-15spec: AF_UNIX now available on Windows as wellMarc-André Lureau1-12/+2
2022-07-15test: fix loopback AF_UNIX tests to work on WindowsMarc-André Lureau1-6/+6
2022-07-15dbus: handle unix server in a new functionMarc-André Lureau3-6/+45
2022-07-15dbus: handle unix transport in a new common functionMarc-André Lureau3-12/+43
2022-07-15dbus: add function for Unix sockets on WindowsMarc-André Lureau1-0/+226
2022-07-15dbus: move unix socket declarations to common sysdeps.hMarc-André Lureau2-11/+12
2022-07-15dbus: change unix socket functions to return DBusSocketMarc-André Lureau4-51/+58
2022-07-13CI: Skip tests that run dbus-daemon when running on WindowsSimon McVittie1-2/+3
2022-07-13CI: Collect artifacts for Windows buildsSimon McVittie1-0/+16
2022-07-13CI: Force use of subprojects for Windows 32-bit buildSimon McVittie1-1/+1
2022-07-13CI: Explicitly disable features that can't work on WindowsSimon McVittie1-0/+13
2022-07-13CI: Add repository for word-size-independent mingw stuffSimon McVittie1-0/+2
2022-07-13meson: add windows_output_debug_string optionMarc-André Lureau2-0/+10
2022-07-13test: Set PATH or WINEPATH to find dbus-daemon.exe in build-time testsSimon McVittie1-0/+15
2022-07-13test: Group together tests that run the dbus-daemonSimon McVittie1-0/+11
2022-07-13build: Define x11 to an empty dependency if X11 autolaunch is disabledSimon McVittie1-0/+1
2022-06-27Merge branch 'test-autolaunch-win' into 'master'Simon McVittie6-39/+545
2022-06-27Add a test application for autostart on Windows implementationRalf Habacker4-3/+393
2022-05-17Merge branch 'fix-issue-368' into 'master'Simon McVittie5-69/+77
2022-05-17On Windows in autolaunch related function use rmutex related functions to sup...Ralf Habacker5-69/+77
2022-05-05Merge branch 'fix-issue-369' into 'master'Simon McVittie7-6/+378
2022-05-01Add unit tests for platform-specific mutex implementation.Ralf Habacker6-0/+310
2022-05-01Add assertions to the [c|r]mutex related functions on WindowsRalf Habacker1-6/+20
2022-04-01Merge branch 'unix-ci-sooner' into 'master'Simon McVittie1-0/+2
2022-04-01CI: Don't wait for Windows Docker image before doing Unix buildsSimon McVittie1-0/+2
2022-02-27build: Opt out from using mingw-w64's replacement printf(), etc.Simon McVittie2-0/+18
2022-01-27Merge branch 'ci-fix' into 'master'Simon McVittie1-1/+1
2022-01-27docker/windows: fix bad path from MR !218Marc-André Lureau1-1/+1
2022-01-27Merge branch 'win-ci' into 'master'Ralf Habacker6-56/+256