summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2017-02-21Support passing of options to compilers and linkersNirbheek Chauhan
2017-02-21Use the same function for detection of C and C++ compilersNirbheek Chauhan
2017-02-21Fix static linker exelist in cross-info and environmentNirbheek Chauhan
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan
2017-02-21environment: Use shlex.split() to get AR from the envNirbheek Chauhan
2017-02-21Detect (non-Apple) clang as objc/c++ compilerHase Bastian
2017-02-21Factor out common code in compiler detectionNirbheek Chauhan
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen
2017-02-20Merged clang color.Jussi Pakkanen
2017-02-20gnome: Support configure_file() output in compile_resourcesNirbheek Chauhan
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan
2017-02-20configure_file: Don't allow both command and configuration kwargsNirbheek Chauhan
2017-02-20gnome: Print an error message when generated files are passed to compile_reso...Nirbheek Chauhan
2017-02-20Add auto option to b_colored when using Clang. Remove Clang version check whe...Rodrigo Lourenço
2017-02-20rpm: Fix missing parenthesis and quotation markNirbheek Chauhan
2017-02-20Update minimum Clang version for colored outputRodrigo Lourenço
2017-02-19Merge pull request #1406 from mesonbuild/fixdetectionJussi Pakkanen
2017-02-19Fix the rest of them.Jussi Pakkanen
2017-02-19Fix compiler detection + cross when envvar not set.Jussi Pakkanen
2017-02-19Merge pull request #1400 from centricular/fix-gresource-versionJussi Pakkanen
2017-02-19add_test_setup: Treat no env as empty envNirbheek Chauhan
2017-02-19Add repr() for EnvironmentVariables{,Holder}Nirbheek Chauhan
2017-02-19Merge pull request #1356 from centricular/cross-platform-unit-testsJussi Pakkanen
2017-02-19Merge pull request #1396 from fabio-porcedda/cross-ccacheJussi Pakkanen
2017-02-19Add b_colorout option for Clang compilers.Rodrigo Lourenço
2017-02-19gnome: Fix minimum gresource dependency requiredNirbheek Chauhan
2017-02-19gnome: Only check gresource version with CustomTargetsNirbheek Chauhan
2017-02-19run_command: Fix error message on incorrect argumentNirbheek Chauhan
2017-02-19rpm: We no longer provide the full path to a libraryNirbheek Chauhan
2017-02-19dependencies: Remove useless and verbose dict.get() callNirbheek Chauhan
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan
2017-02-19find_program: Support passing mesonlib.File objectsNirbheek Chauhan
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan
2017-02-18mesonintrospect: Normalize install_filename in the outputNirbheek Chauhan
2017-02-18ninja: Delete output static lib before calling `ar`Nirbheek Chauhan
2017-02-18mesonintrospect: Also print builtins for --buildoptionsNirbheek Chauhan
2017-02-17Prohibit absolute paths in subdir().Jussi Pakkanen
2017-02-17Prohibit manually built paths that point in srcdir in include_directories and...Jussi Pakkanen
2017-02-17custom_target: Recursively flatten `command:`Nirbheek Chauhan
2017-02-17Merge pull request #1377 from mesonbuild/64_32Jussi Pakkanen
2017-02-17Don't forbid "test:" as a target name anymore.Hemmo Nieminen
2017-02-17detect_c_compiler(): support extra commands and arguments in the stringFabio Porcedda
2017-02-17detect_c_compiler(): use shlex.split() instead of str.split() for envFabio Porcedda
2017-02-13Merge pull request #1363 from kymeria/cross_compile_link_args_orderJussi Pakkanen
2017-02-13Detect Boost libraries primarily with the C++ compiler's find_library.Jussi Pakkanen
2017-02-12Detect x86/amd64 from the compilers because system info may be incorrect.Jussi Pakkanen