2844 Commits (59fdb1b9ff89e0d5d7073a05f59f161e286975a7)
 

Author SHA1 Message Date
Jussi Pakkanen 59fdb1b9ff Add unresolved symbol arg to link line in VS backends. For some 8 years ago
Jussi Pakkanen b54fc1d00e Apply magical flags to make OSX ignore missing symbols in plugins. 8 years ago
Jussi Pakkanen a5dcb89410 Link against runtime on OSX and Windows because they seem to insist on all symbols being present. 8 years ago
Jussi Pakkanen 49e0676ba9 Add a test that tests the module and symbol resolution with dlopen. 8 years ago
Jussi Pakkanen 2dd7f3cb47 Tell msvc not to error out on missing symbols. 8 years ago
Jussi Pakkanen 023dc6953c Arg fix. 8 years ago
Jussi Pakkanen 04a2e6ded3 Do not use -install_name or -shared when building modules on OSX, 8 years ago
Jussi Pakkanen 6d84b9b646 Created new shared module build target type, and make sure -Wl,--no-undefined is not used when linking it. 8 years ago
Thibault Saunier 7afb4c6552 mesontest: Error out even in verbose mode when running repeatidly 8 years ago
Thibault Saunier f1366ba425 wrap: Fix getting push-url 8 years ago
Daniel Stone 1cb9d2bc0d Support skipped tests 8 years ago
Jussi Pakkanen ac78ae47a9 Merge pull request #1087 from thiblahute/mesontest 8 years ago
Nirbheek Chauhan ce09c5bb8c Add basic syntax and indentation files for ViM 8 years ago
Jussi Pakkanen a32716f9fe Merge pull request #1098 from centricular/unity-extract-objects-regression 8 years ago
Minijackson 8652b94c4f Install mesontest script along with the others 8 years ago
Jussi Pakkanen 88d7898bb4 Merge pull request #1092 from centricular/always-use-utf-8-py3 8 years ago
Nirbheek Chauhan 09fd24ea78 Always catch PermissionError while looking for Ninja 8 years ago
Sam Thursfield ac56f8d8fb Don't show tracebacks for MesonException in helper scripts 8 years ago
Jussi Pakkanen da45e1925f Merge pull request #1093 from centricular/pypi-status-readme 8 years ago
Jussi Pakkanen d6f848bd3d Merge pull request #1059 from thiblahute/master 8 years ago
Jussi Pakkanen 7e1b674704 Add both native and cross compiler options to option list. 8 years ago
Nirbheek Chauhan 864b9b1957 Only check for unity compat when doing unity builds 8 years ago
Nirbheek Chauhan ae935b12e0 Fix single object extraction test 8 years ago
Nirbheek Chauhan 65a44f52aa README.md: Add a warning about zipapp adding tests 8 years ago
Thibault Saunier 5d866bb4f3 mesontest: Add a 'verbose' mode which does not capture stdout/err 8 years ago
Nirbheek Chauhan fcbee35104 Add pypi status to README 8 years ago
Nirbheek Chauhan 34394afce6 meson.py: Warn if the encoding is not UTF-8 compatible 8 years ago
Jussi Pakkanen bfd190279c Detect Qt5 properly on more platforms. 8 years ago
Nirbheek Chauhan 03cc991f4f configure_file: Use utf-8 to write configured file 8 years ago
Thibault Saunier 2584a9f27d mesontest: Fix usage of test.env as it can be a build.EnvironmentVariables 8 years ago
Thibault Saunier 0ebf033f31 wrap: Allow specifying push URL in wrap files using git 8 years ago
Thibault Saunier 28cd23ab6e wrap: Make sure that the cloned git repo is properly cloned 8 years ago
Thibault Saunier 3f6e06c930 mesontest: Fix the --wd option and rename it to -C to be coherent with ninja 8 years ago
Thibault Saunier 9644e8b8de mesontest: Fix --list option 8 years ago
Patrick Griffis 587a0bb3d1 gnome: Update required version for glib-compile-resources depfile fixes 8 years ago
Jussi Pakkanen c9a46fcc93 Can set compiler arguments in Java. 8 years ago
Jussi Pakkanen 0250b2cce6 Can give many alternative names to find_program to simplify searching. 8 years ago
Jussi Pakkanen 82bb24b264 Made has_function survive optimization flags. Closes #1053. 8 years ago
Jussi Pakkanen 8f41154827 Can specify headers to install with Files. 8 years ago
Jussi Pakkanen aa9668a2fc Merge pull request #730 from mesonbuild/newtest 8 years ago
Jussi Pakkanen df4af2d122 Renamed test to plug hole in numbering. 8 years ago
Jussi Pakkanen 5b00c9b9c0 Dead code removal. 8 years ago
Jussi Pakkanen a01919976e Always specify installed data with a File object. Closes #858. 8 years ago
Elliott Sales de Andrade 996f4d89f3 Disallow some keyword arguments to gnome.mkenums. 8 years ago
Jussi Pakkanen 1ebc5c1ea0 Can run special tests with the new tool. 8 years ago
Jussi Pakkanen c7ddce163f All testing is now in mesontest.py, which simplifies a lot of stuff. 8 years ago
Jussi Pakkanen 39df22bf53 Made Meson test into a class rather than abusing global variables and as preparation for moving it elsewhere. 8 years ago
Jussi Pakkanen e24229eae7 Can run benchmarks. 8 years ago
Jussi Pakkanen 077741097a Run all tests if none are specified. 8 years ago
Jussi Pakkanen def68cbc50 Use the same code for tests and benchmarks. 8 years ago