Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Use toplevel key when sp-specific one does not exist.optionlookup | Jussi Pakkanen | 2 | -0/+8 | |
2021-05-23 | Also skip VS activation if gcc is found. | Jussi Pakkanen | 1 | -0/+2 | |
2021-05-23 | Fix double negative in 'No CMake binary not found' | Jon Turney | 1 | -1/+1 | |
2021-05-23 | Add swift executable support in Xcode. | Jussi Pakkanen | 3 | -7/+14 | |
2021-05-23 | Handle macOS filesystem sometimes setting lower digits to zero. | Jussi Pakkanen | 1 | -1/+15 | |
2021-05-23 | Fix text used to validate test output. | Jussi Pakkanen | 1 | -1/+1 | |
2021-05-23 | Rename VERSION because case insensitive file systems are a thing. | Jussi Pakkanen | 2 | -1/+1 | |
2021-05-23 | Merge pull request #8787 from mesonbuild/xcodeprojecttree | Jussi Pakkanen | 1 | -54/+112 | |
Rework Xcode project navigation tree | |||||
2021-05-23 | Merge pull request #8786 from jon-turney/cygwin-tests-reenable | Jussi Pakkanen | 11 | -34/+17 | |
Re-enable various tests on Cygwin | |||||
2021-05-23 | Remove unnecessary hierarchical layer. | Jussi Pakkanen | 1 | -10/+4 | |
2021-05-23 | Remove top level sources entry as unnecessary. | Jussi Pakkanen | 1 | -24/+6 | |
2021-05-23 | Add meson.build files to pbxgroup. | Jussi Pakkanen | 1 | -9/+31 | |
2021-05-23 | Write project info in a tree structure rather than the current flat one. | Jussi Pakkanen | 1 | -37/+97 | |
2021-05-23 | Disable D test on macOS as it fails mysteriously. | Jussi Pakkanen | 1 | -0/+5 | |
2021-05-23 | It seems ld64 is the default linker name on macOS now. | Jussi Pakkanen | 1 | -1/+5 | |
2021-05-22 | Better detection of Visual Studio compiler | Jacob Nielsen | 1 | -0/+8 | |
2021-05-21 | Fix LTO test on Cygwin | Jon Turney | 4 | -8/+15 | |
This partially reverts commit add502c6483bde9dc6a0ba80b3c79163304465a4. In 'linkshared' test, annotate cppfunc() as imported, so an indirection through an import stub is generated, avoiding a relocation size error when building using gcc for Cygwin with LTO on. Align with the example of how to write this portably in [1]. The 'c' language part of that test already gets this right. [1] http://gcc.gnu.org/wiki/Visibility | |||||
2021-05-20 | Revert "ci: Disable pytest-xdist on cygwin" | Jon Turney | 1 | -2/+2 | |
This reverts commit dce60c8f58798e0457a9bb24198adb039a0e6fdd. | |||||
2021-05-20 | Revert "Disable failing Cygwin GIR test." | Jon Turney | 5 | -20/+0 | |
This partially reverts commit add502c6483bde9dc6a0ba80b3c79163304465a4. | |||||
2021-05-20 | Revert "Disable broken asm test on Cygwin as nobody knows how to fix it." | Jon Turney | 1 | -4/+0 | |
This reverts commit 56a0e74d711fc050c6574e2da4e2f745da6a56f5. | |||||
2021-05-20 | vala: Test that adding C manually isn't requiured | Dylan Baker | 1 | -1/+2 | |
2021-05-19 | interpreter: Automatically add 'c' to languages when 'vala' is used | Dylan Baker | 4 | -13/+7 | |
This is so dumb, we can just insert C for you without you having to know that you're using C under the hood. This is nicer because: 1) Meson doesn't make the user add a language they're not explicitly using 2) If there was ever an implementaiton of Vala that didn't use C as it's assembly language, this wouldn't make any sense. | |||||
2021-05-19 | backends: use a set for processed targets instead of a dict | Dylan Baker | 2 | -4/+4 | |
We're only interested in the keys, not in the value (which was always set to True), so a set is a better data structure anyway. | |||||
2021-05-19 | compilers: Add `get_debug_args` to base Compiler | Dylan Baker | 1 | -0/+4 | |
This was missed, there should be an implementation in the base Compiler class, if for nothing else to help mypy | |||||
2021-05-19 | ninjabackend: Fix vala type annotations | Dylan Baker | 1 | -24/+26 | |
2021-05-19 | rust: override get_linker_always_args | Dylan Baker | 2 | -2/+7 | |
instead of opencoding what should be there in the rust compile rule | |||||
2021-05-19 | build: annotate can_compile_remove_sources | Dylan Baker | 1 | -1/+1 | |
2021-05-19 | build: Simplify BuildTarget.process_sourcelist | Dylan Baker | 1 | -14/+14 | |
2021-05-19 | interpreter: Pass unholdered sources into BuildTarget | Dylan Baker | 2 | -12/+16 | |
The build level shouldn't be deal with interpreter objects, by the time they leave the intpreter they should be in the Meson middle layer representaiton | |||||
2021-05-19 | interpreter: Add docstring and fix types of source_strings_to_files | Dylan Baker | 2 | -11/+24 | |
2021-05-19 | .C files are now treated as C++ code | Volker-Weissmann | 4 | -6/+23 | |
2021-05-18 | doc: Fix array syntax [skip ci] | Tim McNamara | 1 | -1/+1 | |
Adds a square bracket to create a valid array. | |||||
2021-05-18 | pkgconfig: Do not escape custom variables | Xavier Claessens | 5 | -7/+52 | |
We need to escape space in variables that gets into cflags or libs because otherwise we cannot split compiler args when paths contains spaces. But custom variables are unlikely to be path that gets used in cflags/libs, and escaping them cause regression in GStreamer that use space as separator in a list variable. | |||||
2021-05-18 | Merge pull request #8403 from dcbaker/submit/rust-fix-shared-internal-linking | Jussi Pakkanen | 6 | -5/+88 | |
Submit/rust fix shared internal linking | |||||
2021-05-18 | add cpu family csky | Randy Yates | 2 | -0/+2 | |
2021-05-18 | Add a script to create macOS installer packages. | Jussi Pakkanen | 5 | -41/+405 | |
2021-05-18 | Add a rust test for internal c linkage | Dylan Baker | 6 | -5/+88 | |
We have code to support this, but no tests. That seems pretty bad. And better yet, it doesn't work on MSVC in some cases. | |||||
2021-05-17 | ninjabackend: fix linking dynamic c libraries with rust | Dylan Baker | 1 | -1/+1 | |
The correct name is "dylib" not "shared" | |||||
2021-05-15 | Visual Studio Address Sanitizer updates | Peter Harris | 2 | -1/+11 | |
* Allow address sanitizer for Visual Studio 2019 version 16.9 Address Sanitizer was first supported with the current syntax in Visual Studio 16.9.0 (cl version 19.28.29910). * VS: Convert /fsanitize=address to project file setting | |||||
2021-05-15 | Add gnuXX stds to Objective C. | Jussi Pakkanen | 1 | -1/+1 | |
2021-05-13 | test:fortran:21: fix Windows by using configure_file(copy:) | Michael Hirsch | 2 | -2/+2 | |
2021-05-13 | Set up VS environment automatically when run. | Jussi Pakkanen | 5 | -6/+85 | |
2021-05-13 | little punctuation and add a phrase [skip ci] | Mehmet Ali Baykara | 1 | -5/+5 | |
Add the `second` to improve readability. | |||||
2021-05-13 | setup.cfg: update version metadata [skip ci] | Michael Hirsch | 1 | -1/+1 | |
Co-authored-by: Michael Hirsch <scivision@users.noreply.github.com> | |||||
2021-05-13 | interpreter: flatten environment() initial values | Xavier Claessens | 3 | -2/+8 | |
Turns out listify() flattens by default, but stringlistify() cannot flatten... How do I realize this only now? Fixes: #8727 | |||||
2021-05-12 | gnome: Fix gtkdoc generation | Xavier Claessens | 13 | -46/+127 | |
install_scripts used to replace @BUILD_ROOT@ and @SOURCE_ROOT@ but it was not documented and got removed in Meson 0.58.0. gnome.gtkdoc() was relying on that behaviour, but it has always been broken in the case the source or build directory contains spaces. Fix this by changing get_include_args() to substitue paths directly which will then get escaped correctly. Add a unit test that builds GObject documentation which is where this issue has been spotted. Fixes: #8744 | |||||
2021-05-12 | doc: Add example how to use devenv | Xavier Claessens | 1 | -0/+9 | |
Fixes: #8758 | |||||
2021-05-11 | Make objective C use C standard version. Closes #5495. | Jussi Pakkanen | 6 | -4/+62 | |
2021-05-10 | deactivate intrinsic functions if no optimizations are requested | Alexander Neumann | 1 | -1/+1 | |
2021-05-08 | Set unittest backend with an argument rather than an envvar. | Jussi Pakkanen | 2 | -5/+18 | |