Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-21 | Do not use [] as a function default argument as the variable persists over ↵ | Jussi Pakkanen | 1 | -12/+36 | |
multiple invocations. | |||||
2016-06-21 | Merge pull request #607 from centricular/subdir-include-order | Jussi Pakkanen | 4 | -7/+28 | |
Add subdir includes before external dep includes | |||||
2016-06-21 | wxwidgets: Don't error out if dependency is not required (#606) | Nirbheek Chauhan | 1 | -3/+4 | |
2016-06-21 | find_library: Also accept extra_dirs as a single string argument | Nirbheek Chauhan | 1 | -0/+2 | |
2016-06-21 | Add a linuxlike test case for subdir include order | Nirbheek Chauhan | 3 | -0/+20 | |
Needs glib-2.0 as a pkg-config dependency | |||||
2016-06-21 | ninjabackend: Add subdir includes before external dep includes | Nirbheek Chauhan | 1 | -7/+8 | |
Fixes https://github.com/mesonbuild/meson/issues/604 | |||||
2016-06-18 | Merge pull request #601 from Ippytraxx/master | Jussi Pakkanen | 2 | -0/+3 | |
Add custom_install_dir to ld path in pkgconfig module | |||||
2016-06-18 | Add myself to authors.txt | ippytraxx | 1 | -0/+1 | |
2016-06-17 | vs backends: Translate unix link and compile flags (#603) | Nirbheek Chauhan | 1 | -6/+3 | |
2016-06-17 | Use add_target() for adding targets returned from module functions | Nirbheek Chauhan | 1 | -9/+3 | |
Without this, the target isn't added to self.coredata.target_guids and the VS backends fail to parse the list of targets | |||||
2016-06-17 | Add custom_install_dir to ld path in pkgconfig module | Ippytraxx | 1 | -0/+2 | |
2016-06-16 | Octopus merged cross fixes and genetor custom because why not. | Jussi Pakkanen | 9 | -40/+103 | |
2016-06-16 | add myself to authors file | Noam Meltzer | 1 | -0/+1 | |
2016-06-16 | gitignore - /.idea - pycharm's project dir | Noam Meltzer | 1 | -0/+1 | |
2016-06-16 | be more resilient for identifying gcc compilers | Noam Meltzer | 1 | -1/+1 | |
2016-06-16 | determine_linker(): choose static cross linker for cross compiling | Noam Meltzer | 1 | -1/+4 | |
somewhere after 0.29.0 a bug was introduced where the LINK_ARGS of the native static linker were used instead of the cross static linker | |||||
2016-06-16 | Merge pull request #586 from centricular/c_args-compiler_checks | Jussi Pakkanen | 2 | -67/+77 | |
Use cross-info c_args, c_link_args, etc for compiler checks | |||||
2016-06-16 | scripts: Use destdir_join fix for all DESTDIR prefixing (#598) | Nirbheek Chauhan | 4 | -17/+30 | |
2016-06-16 | Merge pull request #594 from ssssam/sam/vala-target-name | Jussi Pakkanen | 2 | -2/+3 | |
Use target name to decide generated Vala .h & .vapi filenames | |||||
2016-06-16 | tests: Fix 103 manygen when both cl and gcc are available | Nirbheek Chauhan | 1 | -6/+9 | |
Meson uses the 'CC' environment variable, so manygen.py should too | |||||
2016-06-15 | Add myself to authors.txt | Sam Thursfield | 1 | -0/+1 | |
2016-06-15 | Use target name to decide generated Vala .h & .vapi filenames | Sam Thursfield | 1 | -2/+2 | |
Previously Meson would use the name of the first .vala source file. This doesn't work for some projects. Tracker is one example: it has several libraries that mix Vala and C code. In such cases, none of the .vala files tend to bear the name of the library we actually want to generate. | |||||
2016-06-15 | Use cross-info c_args, c_link_args, etc for all compiler checks | Nirbheek Chauhan | 2 | -63/+73 | |
This allows the user to specify custom arguments to the compiler to be used while performing cross-compiler checks. For example, passing a GCC specs file as c_link_args so that a "prefix" filled with libraries that are to be compiled against can be found with cc.find_library, or an `-mcpu` c_arg that is required for compilation. Also ensure that unix_link_flags_to_native() and unix_compile_flags_to_native() always return a copy of the original arguments and not a reference to the original arguments. We never want to modify the original arguments. | |||||
2016-06-15 | compilers: Fix usage of cross tools args in sanity checks | Nirbheek Chauhan | 1 | -4/+4 | |
The cross-extra-flags were being overwritten and ignored. Also, we don't link while doing a cross-compiled sanity check even with ObjC++ | |||||
2016-06-14 | Merge pull request #591 from textshell/ninja-quote | Jussi Pakkanen | 1 | -1/+1 | |
ninjabackend: Add missing ninja_quote for cross compilation rule. | |||||
2016-06-14 | Merge pull request #590 from textshell/compiler-sanity-cross | Jussi Pakkanen | 3 | -20/+53 | |
compiler: Use cross tools args in sanity check. | |||||
2016-06-14 | Add myself to the authors file. | Martin Hostettler | 1 | -0/+1 | |
2016-06-14 | Show appveyor badge on readme. | Jussi Pakkanen | 1 | -2/+1 | |
2016-06-13 | Finish appveyor integration by moving static library in a subdir to avoid ↵ | Jussi Pakkanen | 4 | -4/+7 | |
clashes. | |||||
2016-06-13 | Explicitly add python dir to path so it is found. | Jussi Pakkanen | 1 | -1/+1 | |
2016-06-13 | Print full log when failures happen under Appveyor. | Jussi Pakkanen | 2 | -4/+1 | |
2016-06-13 | Call setenv so hopefully Visual Studio tools will be in path. | Jussi Pakkanen | 1 | -0/+1 | |
2016-06-13 | More random appveyor poking. | Jussi Pakkanen | 1 | -3/+3 | |
2016-06-13 | Random debugging command thingy. | Jussi Pakkanen | 1 | -1/+2 | |
2016-06-13 | Copy ninja.exe to Python dir so it hopefully appears in path. | Jussi Pakkanen | 1 | -0/+10 | |
2016-06-13 | Added Appveyor config file. | Jussi Pakkanen | 1 | -0/+16 | |
2016-06-13 | Can use generator outputs in custom targets. Closes #587. | Jussi Pakkanen | 6 | -47/+60 | |
2016-06-13 | compiler: Use cross tools args in sanity check. | Martin Hostettler | 2 | -20/+52 | |
2016-06-13 | ninjabackend: Add missing ninja_quote for cross compilation rule. | Martin Hostettler | 1 | -1/+1 | |
2016-06-13 | Created failing test for using generated outputs in a custom target. | Jussi Pakkanen | 6 | -0/+50 | |
2016-06-11 | Merge pull request #585 from mesonbuild/hasarg | Jussi Pakkanen | 3 | -0/+86 | |
Added functionality to check for supported compiler arguments. | |||||
2016-06-11 | Add special casing for VS which ignores unknown arguments. | Jussi Pakkanen | 2 | -1/+33 | |
2016-06-09 | Merge pull request #582 from trhd/master | Jussi Pakkanen | 3 | -8/+17 | |
Valgrind fixes | |||||
2016-06-09 | Ensure cargs and libs variables always exist. Closes #581. | Jussi Pakkanen | 1 | -4/+2 | |
2016-06-09 | Added functionality to pick the first supported argument from a list. Closes ↵ | Jussi Pakkanen | 3 | -7/+32 | |
#583. | |||||
2016-06-09 | Add a has_arg method to compiler to check whether it supports a given argument. | Jussi Pakkanen | 3 | -0/+29 | |
2016-06-06 | Add support for running specific test suites with valgrind. | Hemmo Nieminen | 1 | -3/+10 | |
2016-06-06 | Change test suite separator character from '-' to ':'. | Hemmo Nieminen | 2 | -2/+3 | |
This allows defining test suites for test-valgrind target without the risk of e.g. being unable to differentiate the targets test-valgrind (testing with valgrind) from test-valgrind (testing the valgrind subproject). | |||||
2016-06-06 | meson_test: Fix a bug in valgrind argument handling. | Hemmo Nieminen | 1 | -3/+4 | |
Do not modify the wrap command argument from the calling function. Appending the valgrind arguments to the wrap list argument will cause all the valgrind arguments to cumulate from all the tests to the wrapper command itself. | |||||
2016-06-05 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |