aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Don't raise exception when a fallback dependency is not foundScott D Phillips2-8/+13
2016-10-16Merge pull request #862 from valum-framework/pkgconfig-prevent-trailing-slashJussi Pakkanen3-32/+59
2016-10-16pkgconfig: Test the validity of the generated filePatrick Griffis1-2/+11
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-16Add myself to 'author.txt'Guillaume Poirier-Morency1-0/+1
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 Pakkanen4-39/+68
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis2-4/+16
2016-10-16Merge pull request #793 from ssssam/sam/gresource-dependenciesJussi Pakkanen14-14/+197
2016-10-16gnome: Avoid unhandled exceptionPatrick Griffis1-1/+1
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier3-7/+29
2016-10-14interpreter: Add a way to copy and environment objectThibault Saunier1-0/+5
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier3-32/+34
2016-10-13gnome: allow use of generated files with compile_resources()Sam Thursfield14-13/+196
2016-10-13Use stdout for success message instead of stderr in gresource testSam Thursfield1-1/+1
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 Andrade2-4/+4
2016-10-13Merge pull request #899 from centricular/pkgconfig-allow-libfoo-nameJussi Pakkanen5-39/+88
2016-10-13Renamed path_join to join_paths.Jussi Pakkanen2-9/+8
2016-10-13custom_target: Clarify error messageNirbheek Chauhan1-1/+1
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan4-7/+44
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 Pakkanen9-121/+143
2016-10-12Merge pull request #896 from centricular/pkgconfig-check-prefix-suffixJussi Pakkanen2-3/+19
2016-10-12Merge pull request #897 from centricular/fix-unittest-intermittent-failureJussi Pakkanen2-7/+11
2016-10-12Some fixes to unittest running.Jussi Pakkanen1-3/+3
2016-10-12pkgconfig: Only warn for suffix if the filename doesn't start with libNirbheek Chauhan1-1/+5
2016-10-12unittests/pic: Actually test that setting b_staticpic worksNirbheek Chauhan1-3/+9
2016-10-12meson.py: Always resolve full path to meson.pyNirbheek Chauhan1-4/+2
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-11setup.py: On Unix install scripts without .py suffixPatrick Griffis1-0/+27
2016-10-10Reintroduce Python Zipapp supportFranz Zapata2-6/+29
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 Pakkanen5-11/+24
2016-10-10Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen4-8/+29
2016-10-10tests/gnome: Add missing enums.h dep to enums2.cNirbheek Chauhan1-1/+1
2016-10-10Warn if -fPIC is passed instead of pic to static librariesNirbheek Chauhan4-10/+23
2016-10-10Show error log options in help.Jussi Pakkanen2-1/+3
2016-10-10Add a Vala test case for mixed sourcesGuillaume Poirier-Morency3-0/+13
2016-10-10Created path_join function.Jussi Pakkanen2-0/+19
2016-10-10dependencies: Fix traceback always setting 'variable'Thibault Saunier2-0/+4
2016-10-10Merge pull request #875 from mesonbuild/ignatenko/macroJussi Pakkanen2-35/+40
2016-10-09Merge pull request #795 from mesonbuild/unittestJussi Pakkanen5-493/+598
2016-10-09Review fixes.Jussi Pakkanen2-9/+16