summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen
2018-05-24Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen
2018-05-24Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen
2018-05-24Clarify that configuration_data()'s copy is immutableAleksey Filippov
2018-05-23gnome.mkenums: test header built from generated templateMathieu Duponchelle
2018-05-23gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle
2018-05-23Add a testing case for a decimal number with a leading zeroFilipe Brandenburger
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen
2018-05-22Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen
2018-05-22Add 'check' kwarg for run_commandAndrei Alexeyev
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale
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-16tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg
2018-05-16ninja: pass separated paths to javac -sourcepathRobert Bragg
2018-05-10vala: Fix shared_module linking with export_dynamic executableNirbheek Chauhan
2018-05-10test setups: Inherit env when using a test setupNirbheek Chauhan
2018-05-09Merge pull request #3539 from mesonbuild/nirbheek/fix-gtkdoc-content-files-FileJussi Pakkanen
2018-05-09args flattening: preserve configuration_data.set behaviourMathieu Duponchelle
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan
2018-05-05gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan
2018-05-04gnome: Disable usage of new --body and --header argsNirbheek Chauhan
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan
2018-05-02Can use C++ and FORTRAN in a single target. Closes #2685.Jussi Pakkanen
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen
2018-05-02Update CI image to bionic.Jussi Pakkanen
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen
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-29Merge pull request #3485 from xclaesse/warnlevelJussi Pakkanen
2018-04-28Fixed private headers on OSX with framework stuffAlexis Jeandet
2018-04-28qconfig_p.h isn't available on OSX :(Alexis Jeandet
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet
2018-04-28[Qt module] Privates headers: Added failing test caseAlexis Jeandet
2018-04-28Install generated gdbus header with old glib version too.Jussi Pakkanen
2018-04-27Passing --default-library=both should override project valueXavier Claessens
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens