523 Commits (f5caf40f661485c3a814907f10ef630129300d57)

Author SHA1 Message Date
Nirbheek Chauhan f5caf40f66 ninja: Also add generated sources to the source list 8 years ago
Nirbheek Chauhan cfbffc6ba1 ninja: Fix header deps of generated source compiles 8 years ago
Nirbheek Chauhan ca507cdcdf ninja: Add a str and repr methods for RawFilename 8 years ago
Tim-Philipp Müller 5ebc77f722 i18n: use POTFILES.in as fallback if there's no POTFILES in po dir 8 years ago
Jussi Pakkanen e23e5c48d7 Use custom target outputs to determine linker. Closes #786. 8 years ago
Nirbheek Chauhan cb2eff8440 ninja: Fix checking of exe_wrapper for CustomTargets (#806) 8 years ago
Nirbheek Chauhan 9c6369c759 interpreter: Print an error if the fallback dependency variable is not found (#804) 8 years ago
TingPing 5b34e560e5 gnome: Print useful error if missing compile_resource arg (#811) 8 years ago
Tim-Philipp Müller 3aebdb717a configuration_data: can pass descriptions to setters (#783) 8 years ago
Sam Thursfield 8784c35dde Give a helpful exception when target has no name (#816) 8 years ago
Thibault Saunier 89d3a18f65 Add a meson.version() method returning the version of meson in use (#792) 8 years ago
Nirbheek Chauhan e8dc13248e compilers: Fix typo in visual studio warning argument 8 years ago
Nirbheek Chauhan e459fd2f53 compilers: Fall back to -pedantic with older GCC 8 years ago
Jussi Pakkanen f1b6c89d9c Option for ndebug. 8 years ago
Thibault Saunier a2e7ebc575 Add a new 'environment' object to be used to build test environment (#781) 8 years ago
Jussi Pakkanen 3d8876bf59 Download without status updates if server does not report file size. Closes #771. 8 years ago
Tim-Philipp Müller 09fdc7f815 configuration_data: add .set_quoted() convenience method to set quoted string 8 years ago
Jussi Pakkanen 49583ccfab Revert #737. Closes #773. 8 years ago
Jussi Pakkanen c970d656b1 All_args should always be a list. Closes #778. 8 years ago
Nirbheek Chauhan 0840a908f2 ninjabackend: Add support for installing .pdb files 8 years ago
Nirbheek Chauhan 4228a6dab6 vs: Never serialize debug file generation with /FS 8 years ago
grindhold 167deda665 module pkgconfig: added install_dir attribute (#776) 8 years ago
Jussi Pakkanen 873558b2b4 Reorganisation. 8 years ago
Jussi Pakkanen e57c626337 Clang C++ compiler uses common class. 8 years ago
Jussi Pakkanen 20083c0694 Factored Clang common stuff in its own class. 8 years ago
Jussi Pakkanen 26f9adf6a6 Moved base options to base class, because they are always the same. 8 years ago
Jussi Pakkanen 5833d23e76 Made objc compilers use Gnu class. 8 years ago
Jussi Pakkanen 85c2f67079 Made C++ compiler use GNU class. 8 years ago
Jussi Pakkanen 2336624f4a Refactored GNU common functionality into its own class. 8 years ago
Jussi Pakkanen c7e5e558f9 More PDB explanation. 8 years ago
Jussi Pakkanen 19ecad5b24 Mark all dependencies for run targets. 8 years ago
Jussi Pakkanen 6f2b29e0f7 Can use files() in run_command. 8 years ago
Thibault Saunier 5d30ea99ea meson_test: Add env variables to the test logs file (#767) 8 years ago
Jussi Pakkanen d26ab47072 Can use custom targets as executables to run in a run_target. 8 years ago
Jussi Pakkanen 9235fd4ec1 Permit use of file objects in run targets. 8 years ago
Jussi Pakkanen 3f62fb788b Remove unneeded shebang line that was triggering some linters. 8 years ago
Elliott Sales de Andrade b6ee5725c2 Fix option initialization for win32 cross-compile. (#762) 8 years ago
Jussi Pakkanen 165f8a913d Better error message when trying to use subprojects as dependencies. 8 years ago
Jussi Pakkanen 69433025ca Update version for new development. 8 years ago
Jussi Pakkanen c013298426 Update version number for release. 8 years ago
Jussi Pakkanen b289547971 Force clang to error out on unknown arguments. Closes #755. 8 years ago
Jussi Pakkanen ba0456748e Prefer pkg-config to sdl2-config. 8 years ago
Elliott Sales de Andrade a7cf241334 Fix validation of man page extension. (#749) 8 years ago
TingPing 0e79664155 Minor pkgconfig module cleanups (#748) 8 years ago
Jussi Pakkanen a9da6c5132 Moved targets with same name into subdirs to make all tests pass. 8 years ago
Emmanuele Bassi 2dd1ec6f8c Add is_even() and is_odd() integer methods 8 years ago
Emmanuele Bassi 00e5962aaa Add support to integer modulo operator 8 years ago
Jussi Pakkanen c8213aaf1e Better file existance checks. 8 years ago
Elliott Sales de Andrade 389259c229 Stop "fixing" command line in CustomTargets. (#737) 8 years ago
Jussi Pakkanen fa59fa55e2 Use absolute paths for dep files in Visual Studio. 8 years ago