summaryrefslogtreecommitdiffstats
path: root/waftools/detections/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* waf: remove waf as a build systemLaserEyess2023-07-231-92/+0
* build: add -fno-math-errnowm42020-05-091-0/+1
* *.py: cosmetic changesjnozsc2020-02-271-1/+1
* build: add -Wimplicit-fallthroughwm42019-12-111-1/+3
* 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
* build: prefer C11 modewm42018-05-241-1/+6
* 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: add some warning cflagswm42014-05-141-1/+3
* build: conditionally use -Wempty-bodyStefano Pigozzi2014-04-261-2/+8
* 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 -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-211-0/+57