aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan8-15/+22
2020-01-24unit tests: Open all documentation as utf-8Nirbheek Chauhan1-6/+6
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan1-1/+1
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan2-5/+5
2020-01-24ci: Add a Ubuntu 16.04 testDaniel Mensinger1-0/+24
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger6-32/+69
2020-01-23Add LCA2020 talk to videos page. [skip ci]Jussi Pakkanen1-1/+5
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen2-12/+17
2020-01-23environment: Fix initialization of compilers that don't use aDylan Baker1-0/+5
2020-01-22Move git helper out into mesonlib for reuseNirbheek Chauhan3-22/+18
2020-01-22msubprojects: Rename 'git' to 'git_output'Nirbheek Chauhan1-10/+10
2020-01-22wrap: Re-set the console mode after calling gitNirbheek Chauhan1-0/+6
2020-01-22wrap: Redirect stdin to DEVNULL when calling gitNirbheek Chauhan1-1/+4
2020-01-22wrap: Always use a wrapper for running gitNirbheek Chauhan1-32/+28
2020-01-22wrap: Look for git only once at startupNirbheek Chauhan1-22/+20
2020-01-22wrap: Use uppercase for global constantsNirbheek Chauhan1-12/+12
2020-01-23Add m68k to known cpus for Motorola 68000 series processorsDylan Baker2-26/+28
2020-01-22test_pkgconfig_gen_deps: set PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/libMike Gilbert1-1/+4
2020-01-22tests: Add a test case for finding ldDylan Baker5-5/+11
2020-01-22environment: Replace LD with <LANG>LDDylan Baker4-40/+77
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau5-1/+49
2020-01-22tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan2-25/+13
2020-01-22tests: Add a unit test for checksumsNirbheek Chauhan3-3/+33
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan2-0/+7
2020-01-22linkers: Accept both str and List[str] for _apply_prefixNirbheek Chauhan1-6/+10
2020-01-22linkers: Clarify a comment about rspfilesNirbheek Chauhan1-1/+2
2020-01-22Add link to PDF manual site on the front page. [skip ci]Jussi Pakkanen1-1/+7
2020-01-22Reformat user list page. [skip ci]Jussi Pakkanen1-8/+15
2020-01-21Merge pull request #6481 from jon-turney/osx-qt-dep-crashDylan Baker5-8/+42
2020-01-21docs: Fix typo in linkNiklas HambĂŒchen1-1/+1
2020-01-21Users.md: add qboot [skip ci]Marc-Andre Lureau1-0/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher12-12/+12
2020-01-20add zrythm to Users.md [skip ci]alex-tee1-0/+1
2020-01-18Fix 'qt4test' test executable when only Qt4 is presentJon Turney2-1/+2
2020-01-18Make the 'framework/4 qt' test more flexibleJon Turney3-7/+14
2020-01-18Add macOS Qt4 framework test to ci-actionsJon Turney1-0/+25
2020-01-18Fix typo in error messageXavier Claessens1-1/+1
2020-01-17Update Users.mdAmit D1-1/+1
2020-01-17Update Users.mdAmit D1-3/+3
2020-01-17wrap: Fix support of file:// URLsXavier Claessens5-3/+39
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney1-1/+2
2020-01-15envconfig: s390x is 64bitDylan Baker1-0/+1
2020-01-15Add s390 to list of known architecturesDylan Baker2-0/+2
2020-01-15run_tests: Fix detection of ninja 1.9Nirbheek Chauhan1-16/+22
2020-01-14Update Users.mdAmit D1-1/+1
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan2-1/+12
2020-01-14dependency: add cursesMichael Hirsch, Ph.D4-1/+42
2020-01-14Add .wrap file syntax detection for vimLuke Drummond1-0/+1
2020-01-14find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan1-2/+18
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz2-4/+9