aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-10Bump to 0.56.2 for release0.56.20.56Nirbheek Chauhan2-2/+2
2021-01-09ci: Run github workflows on stable branches tooNirbheek Chauhan2-0/+4
2021-01-09Use c99 instead of c11 for buildoptions testjpark371-1/+1
2021-01-09ci: Fix pip installation in Cygwin on AzureNirbheek Chauhan1-1/+1
2021-01-09tests/28 multiline string: include required headersDylan Baker1-0/+2
2021-01-09tests/rust: dynamic linking doesn't work on darwinDylan Baker2-0/+8
2021-01-09tests/frameeworks 8/flex: fix undefined functionsDylan Baker2-0/+8
2021-01-09unittests: Don't try to set alternative linkers for apple-clangDylan Baker1-0/+5
2021-01-09CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter7-118/+66
2021-01-09travis: Drop osx supportDylan Baker3-48/+15
2021-01-09ci: rebuild macos image on run_unittest.py changesDylan Baker1-0/+2
2021-01-09CI: combine macos and ci_frameworks actionsDylan Baker2-86/+25
2021-01-09actions: Add project tests actions for macosDylan Baker1-0/+25
2021-01-09actions: Add unittests for macosDylan Baker2-0/+36
2021-01-09ci: run msys2 on run_unittests.py changesDylan Baker1-0/+2
2021-01-09CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter1-0/+1
2021-01-09CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter1-2/+2
2021-01-09workflows: be more conservative about launching msysDylan Baker1-1/+9
2021-01-09CI: install pytest pytest-xdist for msys2Christoph Reiter1-1/+1
2021-01-09CI: Port MSYS2 from azure-pipelines to github actionsChristoph Reiter2-73/+86
2021-01-09ci: Try to fix Ubuntu 16.04 CINirbheek Chauhan1-1/+1
2021-01-09wrap: fix type annotationsDylan Baker1-2/+2
2021-01-09Dont use python 3.6 annotation syntaxDylan Baker1-1/+1
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