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
Age
Commit message (
Expand
)
Author
2017-02-21
unit tests: Don't try to test objc/c++ on Windows
Nirbheek Chauhan
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
travis: Also set OBJC and OBJCXX to CC/CXX
Nirbheek Chauhan
2017-02-21
environment: Use shlex.split() to get AR from the env
Nirbheek Chauhan
2017-02-21
Update authors.txt
Hase Bastian
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
Add myself as an author.
Rodrigo Lourenço
2017-02-20
run_tests.py: Nice down when running on a dev machine
Nirbheek Chauhan
2017-02-20
tests/common/129: Fix configure_file invocation
Nirbheek Chauhan
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
Run regen before loading test data because it might have changed.
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
Vim syntax: new function add_test_setup()
Nirbheek Chauhan
2017-02-19
Merge pull request #1400 from centricular/fix-gresource-version
Jussi Pakkanen
2017-02-19
unit tests: Test some corner-cases in test setups
Nirbheek Chauhan
2017-02-19
mesontest: Use setup timeout multiplier if not specified
Nirbheek Chauhan
2017-02-19
mesontest: Use test setup name in logfiles
Nirbheek Chauhan
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
mesontest: Don't run tests if no tests were selected
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
mesontest: Set MALLOC_PERTURB_ to a random value
Nirbheek Chauhan
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
tests/common/119: Test array args to join_paths()
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
[next]