aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-23Also skip VS activation if gcc is found.vsenvfixJussi Pakkanen1-0/+2
2021-05-23Fix double negative in 'No CMake binary not found'Jon Turney1-1/+1
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen3-7/+14
2021-05-23Handle macOS filesystem sometimes setting lower digits to zero.Jussi Pakkanen1-1/+15
2021-05-23Fix text used to validate test output.Jussi Pakkanen1-1/+1
2021-05-23Rename VERSION because case insensitive file systems are a thing.Jussi Pakkanen2-1/+1
2021-05-23Merge pull request #8787 from mesonbuild/xcodeprojecttreeJussi Pakkanen1-54/+112
2021-05-23Merge pull request #8786 from jon-turney/cygwin-tests-reenableJussi Pakkanen11-34/+17
2021-05-23Remove unnecessary hierarchical layer.Jussi Pakkanen1-10/+4
2021-05-23Remove top level sources entry as unnecessary.Jussi Pakkanen1-24/+6
2021-05-23Add meson.build files to pbxgroup.Jussi Pakkanen1-9/+31
2021-05-23Write project info in a tree structure rather than the current flat one.Jussi Pakkanen1-37/+97
2021-05-23Disable D test on macOS as it fails mysteriously.Jussi Pakkanen1-0/+5
2021-05-23It seems ld64 is the default linker name on macOS now.Jussi Pakkanen1-1/+5
2021-05-22Better detection of Visual Studio compilerJacob Nielsen1-0/+8
2021-05-21Fix LTO test on CygwinJon Turney4-8/+15
2021-05-20Revert "ci: Disable pytest-xdist on cygwin"Jon Turney1-2/+2
2021-05-20Revert "Disable failing Cygwin GIR test."Jon Turney5-20/+0
2021-05-20Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."Jon Turney1-4/+0
2021-05-20vala: Test that adding C manually isn't requiuredDylan Baker1-1/+2
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker4-13/+7
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker2-4/+4
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker1-0/+4
2021-05-19ninjabackend: Fix vala type annotationsDylan Baker1-24/+26
2021-05-19rust: override get_linker_always_argsDylan Baker2-2/+7
2021-05-19build: annotate can_compile_remove_sourcesDylan Baker1-1/+1
2021-05-19build: Simplify BuildTarget.process_sourcelistDylan Baker1-14/+14
2021-05-19interpreter: Pass unholdered sources into BuildTargetDylan Baker2-12/+16
2021-05-19interpreter: Add docstring and fix types of source_strings_to_filesDylan Baker2-11/+24
2021-05-19.C files are now treated as C++ codeVolker-Weissmann4-6/+23
2021-05-18doc: Fix array syntax [skip ci]Tim McNamara1-1/+1
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens5-7/+52
2021-05-18Merge pull request #8403 from dcbaker/submit/rust-fix-shared-internal-linkingJussi Pakkanen6-5/+88
2021-05-18add cpu family cskyRandy Yates2-0/+2
2021-05-18Add a script to create macOS installer packages.Jussi Pakkanen5-41/+405
2021-05-18Add a rust test for internal c linkageDylan Baker6-5/+88
2021-05-17ninjabackend: fix linking dynamic c libraries with rustDylan Baker1-1/+1
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris2-1/+11
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen1-1/+1
2021-05-13test:fortran:21: fix Windows by using configure_file(copy:)Michael Hirsch2-2/+2
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen5-6/+85
2021-05-13little punctuation and add a phrase [skip ci]Mehmet Ali Baykara1-5/+5
2021-05-13setup.cfg: update version metadata [skip ci]Michael Hirsch1-1/+1
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens3-2/+8
2021-05-12gnome: Fix gtkdoc generationXavier Claessens13-46/+127
2021-05-12doc: Add example how to use devenvXavier Claessens1-0/+9
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen6-4/+62
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann1-1/+1
2021-05-08Set unittest backend with an argument rather than an envvar.Jussi Pakkanen2-5/+18
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer3-27/+75