aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-12-06add builtin support for localstatedirIgor Gnatenko3-5/+9
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen1-4/+3
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen5-642/+967
2016-12-05pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency1-2/+2
2016-12-05pkgconfig: 'Version' must be specified, even if it's emptyGuillaume Poirier-Morency1-2/+1
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen5-44/+61
2016-12-03gnome: Use g-ir-scanner --extra-library option when avalaibleThibault Saunier1-3/+23
2016-12-03Merge pull request #1076 from mesonbuild/tingping/gresource-exportJussi Pakkanen1-2/+30
2016-12-03mesontest: Rebuild all before running testsThibault Saunier1-2/+2
2016-12-03Merge pull request #1108 from centricular/fix-optimization-flags-orderJussi Pakkanen1-14/+45
2016-12-03mintro: Allow serializing EnvironmentVariables objectsThibault Saunier1-1/+4
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan4-20/+45
2016-12-04compilers.py: Fix typo in function documentationNirbheek Chauhan1-1/+1
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan1-14/+45
2016-12-03i18n: Add preset kwargPatrick Griffis1-0/+34
2016-12-03i18n: Add merge_file functionPatrick Griffis1-0/+16
2016-12-03Tell users about mesonconf if they try to run Meson on an existing build dir.Jussi Pakkanen1-1/+3
2016-12-02Merge pull request #1102 from mesonbuild/sonameJussi Pakkanen2-6/+11
2016-12-02gnome: Properly search for programsThibault Saunier1-8/+21
2016-12-02pkgconfig: Add a newline after variable declarationsGuillaume Poirier-Morency1-0/+1
2016-12-02i18n: Read languages from LINGUAS filePatrick Griffis1-1/+11
2016-12-01wrap: Fix getting push-urlThibault Saunier1-1/+1
2016-11-27Can remove items from variables defined earlier.Jussi Pakkanen1-21/+52
2016-11-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen2-6/+11
2016-11-26Merge pull request #1098 from centricular/unity-extract-objects-regressionJussi Pakkanen2-13/+8
2016-11-26Merge pull request #1092 from centricular/always-use-utf-8-py3Jussi Pakkanen1-1/+1
2016-11-26Always catch PermissionError while looking for NinjaNirbheek Chauhan2-4/+5
2016-11-26Don't show tracebacks for MesonException in helper scriptsSam Thursfield1-1/+7
2016-11-26Merge pull request #1059 from thiblahute/masterJussi Pakkanen1-3/+27
2016-11-26Add both native and cross compiler options to option list.Jussi Pakkanen2-29/+7
2016-11-24Only check for unity compat when doing unity buildsNirbheek Chauhan2-13/+8
2016-11-23configure_file: Use utf-8 to write configured fileNirbheek Chauhan1-1/+1
2016-11-22wrap: Allow specifying push URL in wrap files using gitThibault Saunier1-0/+5
2016-11-22wrap: Make sure that the cloned git repo is properly clonedThibault Saunier1-3/+22
2016-11-20gnome.compile_resources(): Add export and install_header kwargsPatrick Griffis1-1/+15
2016-11-20gnome.compile_resources(): Add ability to output gresource bundlesPatrick Griffis1-2/+16
2016-11-20gnome: Update required version for glib-compile-resources depfile fixesPatrick Griffis1-1/+1
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen2-1/+8
2016-11-20Can give many alternative names to find_program to simplify searching.Jussi Pakkanen1-4/+8
2016-11-20Made has_function survive optimization flags. Closes #1053.Jussi Pakkanen1-3/+5
2016-11-20Can specify headers to install with Files.Jussi Pakkanen2-8/+7
2016-11-20Merge pull request #730 from mesonbuild/newtestJussi Pakkanen8-455/+13
2016-11-20Track comma spans in arguments.Jussi Pakkanen2-3/+17
2016-11-20Can remove source files from targets. But in a super hacky way.Jussi Pakkanen1-0/+22
2016-11-20I can haz source files added to targets.Jussi Pakkanen2-27/+52
2016-11-19Moved more stuff, can now parse all of common tests.Jussi Pakkanen3-287/+337
2016-11-19Implement a bunch of functions.Jussi Pakkanen3-87/+173
2016-11-19Dead code removal.Jussi Pakkanen1-4/+0
2016-11-19Moved functions to base enough to get the base sample project parsed.Jussi Pakkanen3-200/+220
2016-11-19Embark on a journey to create a rewrite tool.Jussi Pakkanen3-27/+87