summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add thinlto support. Closes #7493.thinltoJussi Pakkanen2020-11-077-15/+53
* Fix host machine reporting typo in msetup.pyCorey McNeish2020-11-071-1/+1
* Fix clang-tidy return value reporting (#7949)Florian Schmaus2020-11-071-5/+4
* docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss2020-11-052-10/+11
* rust: implement support for --editionDylan Baker2020-11-056-0/+57
* rewrite: fix modified member spellingMarc-André Lureau2020-11-051-10/+10
* rewrite: fix function spellingMarc-André Lureau2020-11-051-3/+3
* docs: Fix broken anchor links [skip ci]Johan Bjäreholt2020-11-051-2/+2
* symbolextractor: Add FreeBSD supportThibault Payet2020-11-041-0/+20
* CI: install pytest pytest-xdist for msys2Christoph Reiter2020-11-041-1/+1
* CI: Port MSYS2 from azure-pipelines to github actionsChristoph Reiter2020-11-042-73/+86
* pkgconfig: Make external deps of static library publicXavier Claessens2020-11-041-3/+6
* qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz2020-11-042-2/+3
* Bare exceptions are no longer allowed [NFC]Luke Drummond2020-11-042-3/+2
* wrap: fix type annotationsDylan Baker2020-11-031-2/+2
* wrap: Fix git exception not catched by interpreterXavier Claessens2020-11-031-1/+11
* vim: Drop backwards compatibility with Vim 5.Aman Verma2020-11-031-30/+15
* Condense test directory names again.Jussi Pakkanen2020-11-031076-74/+74
* Fix #5492 (#7919)Elliot2020-11-012-7/+21
* gnome: Tweak error messageSam Thursfield2020-11-011-1/+2
* interpreter: store correct files for project regenerationDylan Baker2020-11-016-6/+46
* qt: dependency: Strip tool versions from newlinesLaurent Pinchart2020-10-301-1/+1
* setup.cfg: Add pytest discovery argsDylan Baker2020-10-301-0/+3
* Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen2020-10-305-37/+11
* Bump version number for new development.Jussi Pakkanen2020-10-301-1/+1
* Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen2020-10-3030-324/+359
* environment: Fix detection of swift linkerDylan Baker2020-10-301-2/+2
* Fix gtest invoking while workdir is set (#7904)Sergey Kartashev2020-10-281-3/+3
* Update version number to rc2.0.56.0.rc2Jussi Pakkanen2020-10-261-1/+1
* cmake: set CMP0054 to new in preload.cmakeDaniel Mensinger2020-10-242-1/+11
* cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger2020-10-246-2/+40
* cmake: Always create missing includes in build dirDaniel Mensinger2020-10-241-4/+1
* depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker2020-10-225-40/+68
* Syntax.md: Fix variable used in substring exampleDanilo Spinella2020-10-221-2/+2
* pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens2020-10-221-6/+5
* interpreter: Add missing new feature flag for executable(win_subsystem)Dylan Baker2020-10-191-1/+2
* fix markdown issuePaolo Bonzini2020-10-191-1/+1
* switch gui_app deprecation to FeatureDeprecatedKwargsPaolo Bonzini2020-10-192-1/+1
* fix typo "machintosh" -> "macintosh"Ken Cunningham2020-10-191-1/+1
* Bump version number for rc1.0.56.0.rc1Jussi Pakkanen2020-10-192-3/+3
* Remove a status message that leaks to stdout.Jussi Pakkanen2020-10-191-1/+3
* In text, betterer grammer usings.Jussi Pakkanen2020-10-194-4/+4
* Add delays to test for timestamp issues on mac.Jussi Pakkanen2020-10-191-0/+12
* build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini2020-10-182-8/+12
* Fix gnome.compile_resources() when glib is a subprojectXavier Claessens2020-10-172-34/+39
* pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens2020-10-172-2/+3
* Merge pull request #7859 from mensinda/cmBlacklistJussi Pakkanen2020-10-174-3/+41
|\
| * cmake: Ignore additional internal CMake variablesDaniel Mensinger2020-10-161-0/+9
| * cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger2020-10-164-3/+32
* | Subprojects should not inherit parent overrideXavier Claessens2020-10-161-5/+2