index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
Age
Commit message (
Expand
)
Author
2017-02-21
Support passing of options to compilers and linkers
Nirbheek Chauhan
2017-02-21
Use the same function for detection of C and C++ compilers
Nirbheek Chauhan
2017-02-21
Fix static linker exelist in cross-info and environment
Nirbheek Chauhan
2017-02-21
Fix compiler exelist in cross-info and the environment
Nirbheek Chauhan
2017-02-21
environment: Use shlex.split() to get AR from the env
Nirbheek Chauhan
2017-02-21
Detect (non-Apple) clang as objc/c++ compiler
Hase Bastian
2017-02-21
Factor out common code in compiler detection
Nirbheek Chauhan
2017-02-20
Merge pull request #1402 from centricular/test-setup-fixes
Jussi Pakkanen
2017-02-20
Merge pull request #1403 from centricular/compile_resources
Jussi Pakkanen
2017-02-20
Merged clang color.
Jussi Pakkanen
2017-02-20
gnome: Support configure_file() output in compile_resources
Nirbheek Chauhan
2017-02-20
configure_file: Substitute @INPUT@/@OUTPUT@/etc in command
Nirbheek Chauhan
2017-02-20
gnome: Document why we need absolute paths for mkenums
Nirbheek Chauhan
2017-02-20
custom_target: Substitute input into output
Nirbheek Chauhan
2017-02-20
Rewrite custom_target template string substitution
Nirbheek Chauhan
2017-02-20
configure_file: Don't allow both command and configuration kwargs
Nirbheek Chauhan
2017-02-20
gnome: Print an error message when generated files are passed to compile_reso...
Nirbheek Chauhan
2017-02-20
Add auto option to b_colored when using Clang. Remove Clang version check whe...
Rodrigo Lourenço
2017-02-20
rpm: Fix missing parenthesis and quotation mark
Nirbheek Chauhan
2017-02-20
Update minimum Clang version for colored output
Rodrigo Lourenço
2017-02-19
Merge pull request #1406 from mesonbuild/fixdetection
Jussi Pakkanen
2017-02-19
Fix the rest of them.
Jussi Pakkanen
2017-02-19
Fix compiler detection + cross when envvar not set.
Jussi Pakkanen
2017-02-19
Merge pull request #1400 from centricular/fix-gresource-version
Jussi Pakkanen
2017-02-19
add_test_setup: Treat no env as empty env
Nirbheek Chauhan
2017-02-19
Add repr() for EnvironmentVariables{,Holder}
Nirbheek Chauhan
2017-02-19
Merge pull request #1356 from centricular/cross-platform-unit-tests
Jussi Pakkanen
2017-02-19
Merge pull request #1396 from fabio-porcedda/cross-ccache
Jussi Pakkanen
2017-02-19
Add b_colorout option for Clang compilers.
Rodrigo Lourenço
2017-02-19
gnome: Fix minimum gresource dependency required
Nirbheek Chauhan
2017-02-19
gnome: Only check gresource version with CustomTargets
Nirbheek Chauhan
2017-02-19
run_command: Fix error message on incorrect argument
Nirbheek Chauhan
2017-02-19
rpm: We no longer provide the full path to a library
Nirbheek Chauhan
2017-02-19
dependencies: Remove useless and verbose dict.get() call
Nirbheek Chauhan
2017-02-19
find_program: Fix implementation of .path()
Nirbheek Chauhan
2017-02-19
find_program: Support passing mesonlib.File objects
Nirbheek Chauhan
2017-02-18
find_program: Correctly use scripts found in PATH
Nirbheek Chauhan
2017-02-18
mesonintrospect: Normalize install_filename in the output
Nirbheek Chauhan
2017-02-18
ninja: Delete output static lib before calling `ar`
Nirbheek Chauhan
2017-02-18
mesonintrospect: Also print builtins for --buildoptions
Nirbheek Chauhan
2017-02-17
Prohibit absolute paths in subdir().
Jussi Pakkanen
2017-02-17
Prohibit manually built paths that point in srcdir in include_directories and...
Jussi Pakkanen
2017-02-17
custom_target: Recursively flatten `command:`
Nirbheek Chauhan
2017-02-17
Merge pull request #1377 from mesonbuild/64_32
Jussi Pakkanen
2017-02-17
Don't forbid "test:" as a target name anymore.
Hemmo Nieminen
2017-02-17
detect_c_compiler(): support extra commands and arguments in the string
Fabio Porcedda
2017-02-17
detect_c_compiler(): use shlex.split() instead of str.split() for env
Fabio Porcedda
2017-02-13
Merge pull request #1363 from kymeria/cross_compile_link_args_order
Jussi Pakkanen
2017-02-13
Detect Boost libraries primarily with the C++ compiler's find_library.
Jussi Pakkanen
2017-02-12
Detect x86/amd64 from the compilers because system info may be incorrect.
Jussi Pakkanen
[next]