1602 Commits (0b64bac3ad24802dd6f47b5e9a7e1a79c2230410)

Author SHA1 Message Date
Jussi Pakkanen 3f62fb788b Remove unneeded shebang line that was triggering some linters. 9 years ago
Elliott Sales de Andrade b6ee5725c2 Fix option initialization for win32 cross-compile. (#762) 9 years ago
Jussi Pakkanen 165f8a913d Better error message when trying to use subprojects as dependencies. 9 years ago
Jussi Pakkanen 69433025ca Update version for new development. 9 years ago
Jussi Pakkanen c013298426 Update version number for release. 9 years ago
Jussi Pakkanen b289547971 Force clang to error out on unknown arguments. Closes #755. 9 years ago
Jussi Pakkanen ba0456748e Prefer pkg-config to sdl2-config. 9 years ago
Elliott Sales de Andrade a7cf241334 Fix validation of man page extension. (#749) 9 years ago
TingPing 0e79664155 Minor pkgconfig module cleanups (#748) 9 years ago
Jussi Pakkanen a9da6c5132 Moved targets with same name into subdirs to make all tests pass. 9 years ago
Emmanuele Bassi 2dd1ec6f8c Add is_even() and is_odd() integer methods 9 years ago
Emmanuele Bassi 00e5962aaa Add support to integer modulo operator 9 years ago
Jussi Pakkanen c8213aaf1e Better file existance checks. 9 years ago
Elliott Sales de Andrade 389259c229 Stop "fixing" command line in CustomTargets. (#737) 9 years ago
Jussi Pakkanen fa59fa55e2 Use absolute paths for dep files in Visual Studio. 9 years ago
Elliott Sales de Andrade 0cf065e12b Use argparse's builtin version printer. 9 years ago
Saunier Thibault e411c0b930 Honor dependency `fallback` argument even if the dependency is not required (#735) 9 years ago
Thibault Saunier 6c6c706bb8 gnome: Handle internal dependencies to generate gir files 9 years ago
Elliott Sales de Andrade 6475bdbe20 Properly handle Files used in CustomTarget commands. 9 years ago
Elliott Sales de Andrade cd03df4a4c Fix CustomTargets used as input to CustomTargets. (#727) 9 years ago
Elliott Sales de Andrade 38a2a636b5 Refactor DESTDIR determination into a single function. 9 years ago
Elliott Sales de Andrade 3a593d0aca Always obey DESTDIR even with absolute install_dir. 9 years ago
Elliott Sales de Andrade 181d9a891d Ensure URLs are closed with a context manager. 9 years ago
Elliott Sales de Andrade fe0aa7daff Convert depfixer.Elf class into a context manager. 9 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 9 years ago
Nirbheek Chauhan 7830cb61c3 Add a new compiler object method: has_members (#723) 9 years ago
Elliott Sales de Andrade a2321b24f6 Flatten isinstance calls. (#715) 9 years ago
Jussi Pakkanen 7cd6206d9a Check for embedded @OUTPUT@s in commands. 9 years ago
Elliott Sales de Andrade ae12656555 Use global id instead of local for hg tag. (#710) 9 years ago
Elliott Sales de Andrade b7757189e4 Echo stderr from captured command. 9 years ago
Elliott Sales de Andrade 3e09aa9f11 Don't allow @OUTPUT@ when capturing output. 9 years ago
Elliott Sales de Andrade 70d94a5550 Allow capturing command output of a custom target. 9 years ago
Elliott Sales de Andrade dcaf2d7b3d Accept string exe with Backend.serialise_executable. 9 years ago
Jussi Pakkanen 808451b5c7 Do not error out if git pull fails on subprojects. Closes #720. 9 years ago
ippytraxx 9aef099bc7 'name' needs to be 'self.name' in DependencyException 9 years ago
Matthias Klumpp d98959f2cb Make D compilers return colored output by default 9 years ago
Matthias Klumpp 76fe77f9a8 Don't automatically override the -L flag of D compilers 9 years ago
Jussi Pakkanen a52154eba5 Change default and add explanatory comment for why we do that. 9 years ago
Jussi Pakkanen c4ade56150 Added sysconfdir option. Closes #694. 9 years ago
Jussi Pakkanen fae8ad90a4 Consistent kwarg popping. 9 years ago
Jussi Pakkanen 4b3414cba0 Add extra_args kwarg to glib-compile-resources. Closes #698. 9 years ago
Jussi Pakkanen e3783f0f59 Check input file for existance. Closes #697. 9 years ago
Matthias Klumpp 309f7a1b4a interpreter: Rename get_unittest_flag() to unittest_args() 9 years ago
Matthias Klumpp 12a01c26f3 trivial: Use stringlistify 9 years ago
Matthias Klumpp b80bdf65df Simplify D compiler argument translation 9 years ago
Jussi Pakkanen c02a175d52 Add depfile support to generators. 9 years ago
Jussi Pakkanen 5a926172e6 No fpic on Windows C++. Closes #690. 9 years ago
Jussi Pakkanen 3ae918a463 Add support for dependency files in custom targets. 9 years ago
Matthias Klumpp 57c54a678c Allow build definitions to retrieve the unittest flag of a D compiler 9 years ago
Matthias Klumpp 56823272ab Implement D support 9 years ago