summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev
2018-01-11Change handling of not found external programsChristophe Gouiran
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev
2018-01-09Don't fail if we find an optional dependency but not the required information...Nikita Churaev
2018-01-09Only run Boost tests on osx if it is actually installed.Jussi Pakkanen
2018-01-08Merge pull request #2885 from BeChris/fix_vs_pchJussi Pakkanen
2018-01-08Merge pull request #2890 from ximion/subproject_path_fixJussi Pakkanen
2018-01-08Print deprecation warning also for wraptool.Jussi Pakkanen
2018-01-07Ensure subproject_dir is a string and doesn't contain ".." segmentsMatthias Klumpp
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran
2018-01-07d: Detect recent DMD compilersMatthias Klumpp
2018-01-07Merge pull request #2840 from alyst/fix_detect_locationJussi Pakkanen
2018-01-07Merge pull request #2880 from jon-turney/gir-cygwinJussi Pakkanen
2018-01-07Allow subproject dirs in subdirectories in the source tree againMatthias Klumpp
2018-01-07Print problem text in error message. Closes #2882.Jussi Pakkanen
2018-01-06tests: fix "140 get define" on NetBSDDylan Baker
2018-01-06tests: fix "135 generated assembly" test on NetBSDDylan Baker
2018-01-06LLVM: work around FreeBSD specific static linking problemsDylan Baker
2018-01-06LLVM: use DragonFly BSD workaround on FreeBSD as wellDylan Baker
2018-01-06tests: use GAS style assembly for FreeBSD as wellDylan Baker
2018-01-06LLVM: work around bug in dragonfly bsd llvm-config for shared libsDylan Baker
2018-01-06dependencies/dev: remove unused importsDylan Baker
2018-01-06tests: don't try to build llvm test if dep is unfoundDylan Baker
2018-01-06tests: skip mpi test if mpi not installedDylan Baker
2018-01-06tests: skip vulkan test if vulkan not foundDylan Baker
2018-01-06tests: skip gmock test if gtest or gmock not installedDylan Baker
2018-01-06tests: skip gtest test if gtest not installedDylan Baker
2018-01-06tests: Split objc and objc++ testsDylan Baker
2018-01-06run_project_tests: correctly search for objcpp compilerDylan Baker
2018-01-06tests: skip objc nsstring test if gnustep is not installedDylan Baker
2018-01-06tests: Fix 135 generated assembly on DragonFly BSDDylan Baker
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker
2018-01-06compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker
2018-01-06docs: Add netbsd to the reference tableDylan Baker
2018-01-06tests: Add define tests for netbsdDylan Baker
2018-01-06docs: Add dragonfly BSD to OS reference tableDylan Baker
2018-01-06tests: Add Dragonfly BSDDylan Baker
2018-01-06docs: Add freebsd to the reference tableDylan Baker
2018-01-06tests: Add freebsd to get define test.Dylan Baker
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran
2018-01-06CI: Install gobject-introspection test prerequisites on CygwinJon Turney
2018-01-06Fix a problem when anyone actually tries to use a non-found dependencyJon Turney
2018-01-06Use GObject-based libraries in test case/vala/11 generated vapiJon Turney
2018-01-06Update PATH for python-gi tests on WindowsJon Turney
2018-01-06Fix installed files check for gobject-introspection tests on CygwinJon Turney
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen
2018-01-06Merge pull request #2879 from jon-turney/fix-boost-cygwinJussi Pakkanen
2018-01-06doc/users: add kshIgor Gnatenko