2466 Commits (c9a7422cc1389c1ec51df34d8f96b83aeaf8b509)
 

Author SHA1 Message Date
Nirbheek Chauhan c9a7422cc1 dependencies/boost: Require BOOST_ROOT while cross-compiling 8 years ago
Nirbheek Chauhan bcf20af62e environment: Add support for MinGW/GCC to detect_windows_arch() 8 years ago
Nirbheek Chauhan a001fa0fb6 compilers: Make GCC detection more robust on all platforms 8 years ago
Nirbheek Chauhan ac8c8c2ba8 Treat 32-bit compiles on 64-bit Windows as native 8 years ago
Nirbheek Chauhan 6590b7221e intrp: Parse project() before the rest of the AST 8 years ago
Nirbheek Chauhan 4ceaa395b5 compilers: Populate Rust and Vala compiler ids 8 years ago
Nirbheek Chauhan b89c52e844 compilers: Remove duplicate class methods 8 years ago
Nirbheek Chauhan ece29e32a8 compilers: Consolidate language suffix mapping 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 5fee7331cb Merge pull request #794 from mesonbuild/allgen 8 years ago
Jussi Pakkanen e23e5c48d7 Use custom target outputs to determine linker. Closes #786. 8 years ago
Jussi Pakkanen 5f90aac4ed With a generator. 8 years ago
Jussi Pakkanen 5f6c9d628d A target where all sources are generated. 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
Jussi Pakkanen 84d4dc3bbb Merge pull request #812 from centricular/older-gcc-pedantic 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 8fd8c16a87 Merge pull request #782 from tp-m/config-data-set-quoted 8 years ago
Jussi Pakkanen 7d24f96d2d Merge pull request #774 from mesonbuild/compilerreorg 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
Jussi Pakkanen c334eeda76 Merge pull request #684 from mesonbuild/pdb 8 years ago
Nirbheek Chauhan 91c5f07a8e run_tests.py: Ignore .pdb files while validating install 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
Jussi Pakkanen b1e4b8e143 Merge pull request #768 from mesonbuild/rtfixes 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