summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-10Bump to 0.56.2 for release0.56.2Nirbheek Chauhan
2021-01-09ci: Run github workflows on stable branches tooNirbheek Chauhan
2021-01-09Use c99 instead of c11 for buildoptions testjpark37
2021-01-09ci: Fix pip installation in Cygwin on AzureNirbheek Chauhan
2021-01-09tests/28 multiline string: include required headersDylan Baker
2021-01-09tests/rust: dynamic linking doesn't work on darwinDylan Baker
2021-01-09tests/frameeworks 8/flex: fix undefined functionsDylan Baker
2021-01-09unittests: Don't try to set alternative linkers for apple-clangDylan Baker
2021-01-09CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter
2021-01-09travis: Drop osx supportDylan Baker
2021-01-09ci: rebuild macos image on run_unittest.py changesDylan Baker
2021-01-09CI: combine macos and ci_frameworks actionsDylan Baker
2021-01-09actions: Add project tests actions for macosDylan Baker
2021-01-09actions: Add unittests for macosDylan Baker
2021-01-09ci: run msys2 on run_unittests.py changesDylan Baker
2021-01-09CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter
2021-01-09CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter
2021-01-09workflows: be more conservative about launching msysDylan Baker
2021-01-09CI: install pytest pytest-xdist for msys2Christoph Reiter
2021-01-09CI: Port MSYS2 from azure-pipelines to github actionsChristoph Reiter
2021-01-09ci: Try to fix Ubuntu 16.04 CINirbheek Chauhan
2021-01-09wrap: fix type annotationsDylan Baker
2021-01-09Dont use python 3.6 annotation syntaxDylan Baker
2021-01-06Bump versions to 0.56.1 for release0.56.1Nirbheek Chauhan
2021-01-06run_unittests: delete test for external syntax highlightingDylan Baker
2021-01-06cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger
2021-01-06cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger
2021-01-06depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith
2021-01-06linkers: add rpath_dirs_to_remove support to SolarisDynamicLinkerAlan Coopersmith
2021-01-06cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger
2021-01-06pkgconfig: Respect variable ordering when passed as listXavier Claessens
2021-01-06msubprojects: Ignore worktrees when checking outNirbheek Chauhan
2021-01-06Add aarch64 assembly testmimi89999
2021-01-06environment: Fix detection of rust compilers, moreDylan Baker
2021-01-06compilers/rust: warn about setting -C linker in your compiler argsDylan Baker
2021-01-06compilers/rust: add and use an implementation of use_linker_argsDylan Baker
2021-01-06run_unittests: use textwrap.dedentDylan Baker
2021-01-06ninjabackend: Fix a couple of rust bugsDylan Baker
2021-01-06environment: Properly pass linker to rustcDylan Baker
2021-01-06Fix WASM thread count option. Closes #7921.Jussi Pakkanen
2021-01-06Fix "generator doesn't stop" on WindowsChristoph Reiter
2021-01-06pkgconfig: Make external deps of static library publicXavier Claessens
2021-01-06qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz
2021-01-06wrap: Fix git exception not catched by interpreterXavier Claessens
2021-01-06interpreter: store correct files for project regenerationDylan Baker
2020-11-06compilers/c: Clang-cl also needs specific handling for standardsDylan Baker
2020-11-06Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen
2020-10-30Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen
2020-10-30environment: Fix detection of swift linkerDylan Baker
2020-10-28Fix gtest invoking while workdir is set (#7904)Sergey Kartashev