aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Bump versions to 0.56.1 for release0.56.1Nirbheek Chauhan2-2/+2
2021-01-06run_unittests: delete test for external syntax highlightingDylan Baker1-46/+0
2021-01-06cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger9-8/+80
2021-01-06cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger3-0/+33
2021-01-06depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith1-1/+1
2021-01-06linkers: add rpath_dirs_to_remove support to SolarisDynamicLinkerAlan Coopersmith1-1/+6
2021-01-06cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger4-2/+6
2021-01-06pkgconfig: Respect variable ordering when passed as listXavier Claessens2-2/+3
2021-01-06msubprojects: Ignore worktrees when checking outNirbheek Chauhan1-1/+1
2021-01-06Add aarch64 assembly testmimi899991-1/+10
2021-01-06environment: Fix detection of rust compilers, moreDylan Baker2-12/+29
2021-01-06compilers/rust: warn about setting -C linker in your compiler argsDylan Baker1-0/+7
2021-01-06compilers/rust: add and use an implementation of use_linker_argsDylan Baker2-7/+11
2021-01-06run_unittests: use textwrap.dedentDylan Baker3-28/+34
2021-01-06ninjabackend: Fix a couple of rust bugsDylan Baker1-2/+3
2021-01-06environment: Properly pass linker to rustcDylan Baker1-7/+9
2021-01-06Fix WASM thread count option. Closes #7921.Jussi Pakkanen1-2/+2
2021-01-06Fix "generator doesn't stop" on WindowsChristoph Reiter1-1/+1
2021-01-06pkgconfig: Make external deps of static library publicXavier Claessens1-3/+6
2021-01-06qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz2-2/+3
2021-01-06wrap: Fix git exception not catched by interpreterXavier Claessens1-1/+11
2021-01-06interpreter: store correct files for project regenerationDylan Baker6-6/+46
2020-11-06compilers/c: Clang-cl also needs specific handling for standardsDylan Baker1-0/+19
2020-11-06Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen1-3/+7
2020-10-30Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen30-324/+359
2020-10-30environment: Fix detection of swift linkerDylan Baker1-2/+2
2020-10-28Fix gtest invoking while workdir is set (#7904)Sergey Kartashev1-3/+3
2020-10-26Update version number to rc2.0.56.0.rc2Jussi Pakkanen1-1/+1
2020-10-24cmake: set CMP0054 to new in preload.cmakeDaniel Mensinger2-1/+11
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger6-2/+40
2020-10-24cmake: Always create missing includes in build dirDaniel Mensinger1-4/+1
2020-10-22depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker5-40/+68
2020-10-22Syntax.md: Fix variable used in substring exampleDanilo Spinella1-2/+2
2020-10-22pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens1-6/+5
2020-10-19interpreter: Add missing new feature flag for executable(win_subsystem)Dylan Baker1-1/+2
2020-10-19fix markdown issuePaolo Bonzini1-1/+1
2020-10-19switch gui_app deprecation to FeatureDeprecatedKwargsPaolo Bonzini2-1/+1
2020-10-19fix typo "machintosh" -> "macintosh"Ken Cunningham1-1/+1
2020-10-19Bump version number for rc1.0.56.0.rc1Jussi Pakkanen2-3/+3
2020-10-19Remove a status message that leaks to stdout.Jussi Pakkanen1-1/+3
2020-10-19In text, betterer grammer usings.Jussi Pakkanen4-4/+4
2020-10-19Add delays to test for timestamp issues on mac.Jussi Pakkanen1-0/+12
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini2-8/+12
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens2-34/+39
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens2-2/+3
2020-10-17Merge pull request #7859 from mensinda/cmBlacklistJussi Pakkanen4-3/+41
2020-10-16Subprojects should not inherit parent overrideXavier Claessens1-5/+2
2020-10-16Machine file pkg_config_path overrides environmentXavier Claessens3-13/+15
2020-10-16Add test case for "subproject:opt" in project()Xavier Claessens3-0/+7
2020-10-16Refactor handling of machine file optionsXavier Claessens6-221/+140