aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-10-19CustomTarget: Use get_outputs() instead of get_filename()Nirbheek Chauhan4-50/+50
2016-10-19Don't mention non-existing log files after testing.Hemmo Nieminen1-1/+2
2016-10-19Force dep versions into the version kwarg.Jussi Pakkanen1-0/+3
2016-10-18Merge pull request #866 from centricular/vala-no-c-warn-argsJussi Pakkanen3-10/+31
2016-10-17Don't raise exception when a fallback dependency is not foundScott D Phillips1-8/+12
2016-10-16Merge pull request #862 from valum-framework/pkgconfig-prevent-trailing-slashJussi Pakkanen1-30/+47
2016-10-16pkgconfig: Accept string for 'libraries' and 'libraries_private'Guillaume Poirier-Morency1-11/+14
2016-10-16pkgconfig: Process private libraries like regular onesGuillaume Poirier-Morency1-22/+26
2016-10-16pkgconfig: Fix typo in 'Libs.private'Guillaume Poirier-Morency1-3/+3
2016-10-16pkgconfig: Add missing 'URL' and 'Conflicts' entriesGuillaume Poirier-Morency1-4/+14
2016-10-16pkgconfig: Rename 'CFlags' for 'Cflags'Guillaume Poirier-Morency1-1/+1
2016-10-16pkgconfig: Prevent trailing spaceGuillaume Poirier-Morency1-5/+5
2016-10-16Merge pull request #861 from thiblahute/masterJussi Pakkanen2-39/+59
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis2-4/+16
2016-10-16Merge pull request #793 from ssssam/sam/gresource-dependenciesJussi Pakkanen1-5/+92
2016-10-16gnome: Avoid unhandled exceptionPatrick Griffis1-1/+1
2016-10-14Add no-warning args while building Vala C codeNirbheek Chauhan3-10/+31
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier1-7/+22
2016-10-14interpreter: Add a way to copy and environment objectThibault Saunier1-0/+5
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier2-32/+32
2016-10-13gnome: allow use of generated files with compile_resources()Sam Thursfield1-5/+92
2016-10-13Raise proper exception type and improve error messages. Closes #322.Jussi Pakkanen1-5/+9
2016-10-13Split generator @BASENAME@ at the first extension.Elliott Sales de Andrade1-2/+2
2016-10-13Merge pull request #899 from centricular/pkgconfig-allow-libfoo-nameJussi Pakkanen2-37/+54
2016-10-13Renamed path_join to join_paths.Jussi Pakkanen1-2/+2
2016-10-13custom_target: Clarify error messageNirbheek Chauhan1-1/+1
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan1-5/+10
2016-10-13dependencies: Use a wrapper for calling pkg-configNirbheek Chauhan1-22/+19
2016-10-13pkgconfig: Handle library names starting with 'lib'Nirbheek Chauhan1-10/+25
2016-10-12Merge branch 'QuLogic-compiler-file-checks'Jussi Pakkanen2-88/+80
2016-10-12Merge pull request #896 from centricular/pkgconfig-check-prefix-suffixJussi Pakkanen2-3/+19
2016-10-12pkgconfig: Only warn for suffix if the filename doesn't start with libNirbheek Chauhan1-1/+5
2016-10-12pkgconfig: Warn if library has name_prefix/suffix setNirbheek Chauhan2-3/+15
2016-10-11allow libdir/includedir/etc. be absolute pathsIgor Gnatenko2-6/+1
2016-10-10Check contents of arguments inside project(). Closes #857.Jussi Pakkanen1-5/+3
2016-10-10Merge pull request #885 from centricular/fix-staticlib-pic-errorJussi Pakkanen1-8/+13
2016-10-10Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen3-6/+11
2016-10-10Warn if -fPIC is passed instead of pic to static librariesNirbheek Chauhan1-8/+13
2016-10-10Show error log options in help.Jussi Pakkanen2-1/+3
2016-10-10Created path_join function.Jussi Pakkanen1-0/+10
2016-10-10dependencies: Fix traceback always setting 'variable'Thibault Saunier1-0/+1
2016-10-10Merge pull request #875 from mesonbuild/ignatenko/macroJussi Pakkanen1-15/+7
2016-10-09Merge pull request #795 from mesonbuild/unittestJussi Pakkanen2-13/+14
2016-10-08rpm: couple of improvements and fixesIgor Gnatenko1-15/+7
2016-10-08Use argv[0] to internally relaunch meson.pyEmanuele Aina2-15/+7
2016-10-08Fix soname to work on OSX.Jussi Pakkanen2-13/+13
2016-10-08Check that soname matches the filename. Closes #785.Jussi Pakkanen2-2/+3
2016-10-08gnome.generate_gir(): Also include current build dirPatrick Griffis1-1/+2
2016-10-07Merge pull request #856 from centricular/static_library_picJussi Pakkanen3-11/+40
2016-10-08compilers: Don't pollute c_args with -fPIC on OS XNirbheek Chauhan1-4/+9