summaryrefslogtreecommitdiffstats
path: root/waftools/detections
Commit message (Expand)AuthorAgeFilesLines
* build: add -Wimplicit-fallthroughwm42019-12-111-1/+3
* build: fix swift linking with upcoming xcode 11der richter2019-09-221-0/+1
* build: actually detect supported warning optionsAvi Halachmi (:avih)2019-09-221-2/+2
* win32: remove -municode from mpv binarywm42019-09-191-2/+2
* build: stop defining _LARGEFILE[64]_SOURCEwm42019-09-191-3/+1
* build: silence idiotic -Wformat-truncationwm42019-09-191-1/+2
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-211-5/+6
* build: fix build with older command line toolsder richter2019-07-211-8/+28
* build: make macOS SDK path and version configurable via env varsder richter2019-07-211-3/+15
* build: add check for macOS SDK versionder richter2019-07-211-0/+10
* build: add Swift dynamic linking supportder richter2019-07-211-2/+21
* build: make Swift lib and compiler paths configurable via env varsder richter2019-07-211-6/+22
* build: add support for Swift toolchains not provided by Appleder richter2019-07-211-12/+48
* build: don't check for Swift when disabledder richter2019-07-211-1/+2
* build: use StrictVersion for swift version comparisonAkemi2019-04-021-4/+4
* build: enable swift debug information when requestedRodger Combs2019-03-131-0/+3
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-1/+6
|\
| * build: prefer C11 modewm42018-05-241-1/+6
* | build: use an argument list for the Swift build argsAkemi2018-10-281-5/+7
* | build: more reliable way of getting the Swift version from a stringAkemi2018-10-221-1/+4
* | build: check for Swift version and disable dependencies if neededAkemi2018-09-301-2/+2
|/
* build: fix swift build with waf 1.8.4Akemi2018-03-111-2/+2
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-3/+3
* build: remove shell usage from swift build scriptsAkemi2018-02-131-4/+5
* build: fix swift detection with python2Akemi2018-02-131-6/+2
* build: fix swift detection on major swift versionsAkemi2018-02-121-2/+2
* build: fix swift detection with python3Akemi2018-02-121-1/+1
* build: fix configure on windowsAkemi2018-02-121-7/+8
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+71
* win32: add more-POSIXy versions of open() and fstat()James Ross-Gowan2017-10-251-1/+1
* build: warn against VLAwm42017-07-241-1/+2
* win32: build with -DINITGUIDJames Ross-Gowan2016-09-281-1/+1
* waftools: remove trailing newlinestepshal2016-06-081-1/+0
* build: silence -Wunused-resultNiklas Haas2016-06-071-1/+3
* win32: build: set subsystem versionJames Ross-Gowan2015-12-201-0/+2
* w32: use DisplayConfig API to retrieve correct monitor refresh rateJames Ross-Gowan2015-11-061-1/+1
* win32: revert wchar_t changeswm42015-08-011-1/+0
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-0/+1
* build: exclude -Wredundant-declswm42015-05-091-2/+3
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-111-2/+2
* buid: readd -Wparentheseswm42015-03-021-1/+1
* win32: make sure __STRICT_ANSI__ is not definedJames Ross-Gowan2015-01-161-2/+2
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-0/+5
* build: add -Werror=format-security, add -W flags in all platformswm42014-12-171-5/+7
* build: add checks for some compiler warning flagswm42014-12-141-8/+8
* build: add -Wno-format-zero-lengthwm42014-09-261-0/+1
* build: enable compiler optimization by defaultTsukasa OMOTO2014-07-201-0/+3
* Revert "build: avoid defining _GNU_SOURCE"wm42014-07-101-2/+1
* build: deal with endian messwm42014-07-101-3/+0
* build: avoid defining _GNU_SOURCEwm42014-07-091-1/+2
* build: set default cdrom and dvd devices on linuxAlessandro Ghedini2014-06-301-0/+2
* build: add some warning cflagswm42014-05-141-1/+3
* build: fix OpenBSD DVD/CDROM device nameswm42014-05-121-2/+2
* build: conditionally use -Wempty-bodyStefano Pigozzi2014-04-261-2/+8
* Remove CPU detection and inline asm handlingwm42014-04-191-28/+0
* build: add -Wempty-body to compiler flagswm42014-04-041-2/+2
* build: Add -U__STRICT_ANSI__ to CFLAGS on CygwinDiogo Franco (Kovensky)2014-02-131-0/+1
* build: disable clang's tautological compare warnings [2]Stefano Pigozzi2014-02-131-3/+3
* build: disable clang's tautological compare warningsStefano Pigozzi2014-02-131-0/+2
* build: switch to -std=c99 for saner float semanticswm42014-02-021-1/+1
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-1/+1
* build: add flag for inline assemblyStefano Pigozzi2013-12-291-5/+5
* build: add -mwin32 on cygwinStefano Pigozzi2013-11-261-0/+4
* build: cache compiler defines on the configure context directlyStefano Pigozzi2013-11-241-3/+3
* switch the build system to wafStefano Pigozzi2013-11-214-0/+114