2130 Commits (57cb59787112aac395343e98f5cc4686560e74c9)

Author SHA1 Message Date
Nirbheek Chauhan ee3010e767 Don't require a language/compiler for configuring 8 years ago
Nirbheek Chauhan 996af25567 compilers: Implement __repr__ for easier debugging 8 years ago
Nirbheek Chauhan 14d0f38158 Try harder to use the C compiler for compiling asm 8 years ago
Jussi Pakkanen ff4b32741a Thank you git for silently discarding unrelated changes on conflicts. It is very helpful. 8 years ago
Nirbheek Chauhan 8a7ac6ba4c vs: Fix custom target generated object paths 8 years ago
Nirbheek Chauhan 6946029d16 Fix regen when using pkg-deps when there's no pkg-config 8 years ago
Tim-Philipp Müller 3bb3c9ce52 declare_dependency: flatten dependencies kwargs allowing [] as no-op dep 8 years ago
Aaron Small 9adef3a8e8 EmptyNode needs a line/column number too. There are times its line 8 years ago
Elliott Sales de Andrade aeb694d9c3 Cache compiler args for each target. 8 years ago
Nirbheek Chauhan cfc3605b73 Detect 'ccache' in evars and cross-info files 8 years ago
Thibault Saunier 650ad9dc88 Never accept a directory as being an executable program 8 years ago
Nirbheek Chauhan d5975cc683 wrap: Implement special wrap modes for use by packagers 8 years ago
Nirbheek Chauhan a60d688973 wrap: Initialize subprojects that are git submodules 8 years ago
Nirbheek Chauhan fb809e79e5 wrap: Check that the package dir contains 'meson'build' 8 years ago
Nirbheek Chauhan 53795d89df vs: Always use a wrapper for custom target commands 8 years ago
Nicolas Schneider 1efab9b5a9 fix logic operations 8 years ago
Nicolas Schneider 92ed607290 add 'vs' backend that automatically chooses between the vs backends 8 years ago
Nirbheek Chauhan b35a808972 compiler args: Also dedup -pthread since it can't be undone 8 years ago
Nirbheek Chauhan 7f80f81ac9 Preserve the order of internal deps in a target 8 years ago
Nicolas Schneider 994696e0ad add vs2017 backend 8 years ago
Patrick Griffis dd828e3fd7 gnome.gdbus_codegen: Use --output-directory when available 8 years ago
Matthias Klumpp d9cabe9f0c d: Handle linker search paths correctly for non-GNU compilers 8 years ago
Tim-Philipp Müller 80f870c4bb gnome: fix genmarshal .c file generation 8 years ago
Thibault Saunier 2c6627d573 Also cleanup custom target paths for not installed not default targets 8 years ago
Thibault Saunier 4739d8763c interpretter: Use a namedtuple for the ModuleState 8 years ago
Nicolas Schneider baa6df2ce7 vs: do not add generated objects to project 8 years ago
Nicolas Schneider b3073aa1ca vs: use regular quotes instead of '"' in Generator commands 8 years ago
Nicolas Schneider b434fcd12b vs: support Generator outputs as CustomTarget inputs 8 years ago
Jussi Pakkanen bf1b6b2d2e Update version number for new development. 8 years ago
Jussi Pakkanen 8ce7412b35 Set version number for bugfix release. 8 years ago
Nirbheek Chauhan 1612dbd719 has_header: Use "foo.h" syntax instead of <foo.h> 8 years ago
Nirbheek Chauhan 853634a48d Add UNIX large file support via compiler always-args 8 years ago
Haakon Sporsheim 2f11e2e463 compiler: Rename element argument of sizeof to typename. 8 years ago
Haakon Sporsheim c9fe3a3ad4 compiler: Ensure prefix and dependencies are used for alignment. 8 years ago
Haakon Sporsheim 1e2c914b3c compiler: Fix compute_int and sizeof for cross compilation. 8 years ago
Haakon Sporsheim 52f23f8c34 compiler: Add compute_int functionality. 8 years ago
Michal Sojka 1713aef364 Do not colorize output on dumb terminals 8 years ago
Jussi Pakkanen 48d371bd19 Bump version number for new development. 8 years ago
Jussi Pakkanen b63cdc8395 Increment version number for release. 8 years ago
Nirbheek Chauhan a24651f33a darwin: Also add the major version in the dylib 8 years ago
Jussi Pakkanen b3aaab3a03 Have all compiler invocations in compdb. Closes #1439. 8 years ago
Patrick Griffis a795ea3cd4 gnome.genmarshal: Use --output when available 8 years ago
Nirbheek Chauhan 303b8819ec Nuke dead code which was used for installing PDB files 8 years ago
Jussi Pakkanen 0c957b75c6 Install PDB files. Closes #1442. 8 years ago
Jussi Pakkanen a7609e76f6 Graceful fallback when printing messages with characters not understood by stdout. 8 years ago
Jussi Pakkanen b927468137 Use cross stripper when cross compiling and allow overriding native strip executable. Closes #1414. 8 years ago
Marc Becker 92d18b9256 Fix directory context for git wrap check 8 years ago
Jussi Pakkanen a61e41b1d2 Force log file to UTF-8. 8 years ago
Nirbheek Chauhan 438f219864 gnome: Pass ExternalProgram objects to CustomTarget 8 years ago
Elliott Sales de Andrade 7c5de87656 Raise if gobject-introspection is not found. 8 years ago