summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan
2018-05-20dict: address review comment I missedMathieu Duponchelle
2018-05-20dict: address review commentsMathieu Duponchelle
2018-05-20dict: change test case numberingMathieu Duponchelle
2018-05-20Add new built-in type, dictMathieu Duponchelle
2018-05-09args flattening: preserve configuration_data.set behaviourMathieu Duponchelle
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle
2018-05-01Fix setting c_args and friends from command lineXavier Claessens
2018-05-01 Allow custom_target do depend on indexed output of custom_target Niklas Claesson
2018-04-30has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen
2018-04-25Fix two test casesNiklas Claesson
2018-04-23Fix syntax error in tests common/22, 64 and 132Jan Alexander Steffens (heftig)
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan
2018-04-21Remove escaping for triple-quoted stringsNiklas Claesson
2018-04-20Rename common tests to remove numeric duplicates (#3425)Aleksey Filippov
2018-04-18extract_all_objects: Add 'recursive' keyword argumentXavier Claessens
2018-04-18extract_all_objects(): Recursively extract objectsXavier Claessens
2018-04-18Update default of install-umask to 022Filipe Brandenburger
2018-04-18Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen
2018-04-18Renamed test dirs so numbers are sequential.Jussi Pakkanen
2018-04-17Add partial_dependency method to dependenciesDylan Baker
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen
2018-04-17Exit meson with an error if an invalid escape sequence is found in aNiklas Claesson
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell
2018-04-17cc.has_multi_arguments: Convert all -Wno argsNirbheek Chauhan
2018-04-17Skip OpenMP tests on old compilers.Elliott Sales de Andrade
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16Add '189 same target name flat layout' testAleksey Filippov
2018-04-16Generate target id based on subdirectory instead of subprojectAleksey Filippov
2018-04-16Merge pull request #3218 from mesonbuild/findoverriderJussi Pakkanen
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-04-15Renamed test dirs to avoid duplicate numbers [skip ci]Jussi Pakkanen
2018-04-15find_program: Only store successful lookupsNirbheek Chauhan
2018-04-15Can override programs with scripts generated with configure_file.Jussi Pakkanen
2018-04-15Made it possible to override find_program to return a different program.Jussi Pakkanen
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler
2018-04-12Clarified version of lcc which will not suffer from depfiles problemmakise-homura
2018-04-11Fix unit test for Disabler()Xavier Claessens
2018-04-08add support for cmakedefine in configure_file()David Fort
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens
2018-04-03Add both_libraries() to build both shared and static librariesXavier Claessens
2018-03-29Allow meson build file to exit early. (#2808)behlec
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens