aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Updated version number for release.0.41.0Jussi Pakkanen6-6/+6
2017-06-12Merge pull request #1932 from centricular/fix-libpath-reorderingJussi Pakkanen8-4/+87
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan5-4/+7
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen5-0/+53
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan4-4/+31
2017-06-12Merge pull request #1919 from fmuellner/masterJussi Pakkanen1-8/+8
2017-06-11gnome: Guard all cflags passed to g-ir-scannerFlorian Müllner1-7/+6
2017-06-11gnome: Fix includedir cflagsFlorian Müllner1-1/+2
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen5-53/+76
2017-06-11Merge pull request #1900 from centricular/abstract-extdepsJussi Pakkanen24-454/+496
2017-06-11gnome: Don't assume that a C compiler is being usedNirbheek Chauhan1-6/+12
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan4-18/+35
2017-06-10tests: Make SDL2 compulsory now that it's in the CI imageNirbheek Chauhan1-5/+6
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan4-6/+29
2017-06-10compilers: Fix build_unix_rpath_args indentationNirbheek Chauhan1-29/+29
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan4-10/+71
2017-06-09vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan1-1/+3
2017-06-09vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan1-17/+15
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan3-0/+13
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan4-27/+93
2017-06-09find_library: link_args is always a listNirbheek Chauhan2-3/+1
2017-06-09Add an env var to force meson to print a backtraceNirbheek Chauhan1-0/+4
2017-06-09ExtraFrameworkDependency: Don't set requiredNirbheek Chauhan2-4/+6
2017-06-09Add a new test for SDL2, which didn't have oneNirbheek Chauhan2-0/+42
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan13-394/+226
2017-06-08Document that the gnome.generate_vapi() function can install the .vapiSam Thursfield1-0/+2
2017-06-08fix WarningLevel in vcxproj #1913Bug1-3/+3
2017-06-08Merge pull request #1874 from rindeal/configure_file-captureJussi Pakkanen7-1/+104
2017-06-08Do not use context managers. Because Windows.Jussi Pakkanen1-9/+16
2017-06-07Update reference manual and release notesJan Chren (rindeal)2-1/+8
2017-06-07add tests for `capture` in `configure_file()`Jan Chren (rindeal)4-0/+83
2017-06-07add `capture: true` ability to configure_file()Jan Chren (rindeal)1-0/+13
2017-06-07Merge pull request #1866 from ebassi/mkdb-argsJussi Pakkanen3-1/+12
2017-06-07Document the mkdb_args argument for gnome.gtkdoc()Emmanuele Bassi1-0/+1
2017-06-07generalize the system include detection a bitAdam C. Foltzer1-2/+6
2017-06-07Merged needs_exe_wrapper branch.Jussi Pakkanen4-0/+49
2017-06-07Improve user-defined function wording & link to FAQTim Hutt1-1/+1
2017-06-07Document that user-defined functions and methods are unsupportedTim1-0/+5
2017-06-07Merge pull request #1898 from centricular/fix-rpath-linkingJussi Pakkanen2-46/+75
2017-06-07Update the list of possible llvm-config binariesTing-Wei Lan1-4/+12
2017-06-05unit tests: Skip tests if no readelf foundNirbheek Chauhan1-2/+6
2017-06-05compilers: Only set -rpath-link on GNU ld and linuxlikeNirbheek Chauhan1-32/+35
2017-06-05unit tests: Also check RUNPATH when fetching RPATHNirbheek Chauhan1-2/+2
2017-06-05Use absolute RPATHs while linking due to a binutils bugNirbheek Chauhan2-1/+28
2017-06-05unit tests: Use only implementation of get_sonameNirbheek Chauhan1-18/+13
2017-06-04A few typo fixes in the converter script.Jussi Pakkanen1-2/+2
2017-06-04Added more functions to the list of checks.Jussi Pakkanen1-0/+143
2017-06-04Merge pull request #1545 from centricular/dont-link-recursivelyJussi Pakkanen32-53/+377
2017-06-03Set clang_type to CLANG_WIN on windows.Alan1-0/+2
2017-06-03Use && to ensure failed test run is flagged properly.Jussi Pakkanen1-1/+1