summaryrefslogtreecommitdiffstats
path: root/waftools/detections
Commit message (Expand)AuthorAgeFilesLines
* 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