aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-07-21gnome: Fix wrong include pathNicolas Dufresne1-3/+1
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis1-0/+2
2017-07-21build.py: fixed a small issue where hasattr was passed only a name argument.Hagai1-1/+1
2017-07-21configure_file: warn in case a variable to subsitute is not present in the pa...Christoph Reiter2-3/+15
2017-07-21Merge pull request #1955 from jon-turney/exe-implibJussi Pakkanen4-9/+76
2017-07-21Make error message more informativeEmmanuele Bassi1-2/+2
2017-07-20Make the name of the executable implib configurableJon Turney1-4/+7
2017-07-20Support implibs for executables on WindowsJon Turney4-9/+73
2017-07-20Modify mesonintrospect --dependencies so 1 element in list is 1 dependencyMartin Ejdestig1-3/+3
2017-07-20i18n: Fixed gettext permitted Kwargs listIñigo Martínez1-1/+1
2017-07-20gnome.genmarshal(): Include generated header in generated sourcePatrick Griffis1-1/+5
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel1-0/+2
2017-07-19Merge pull request #1374 from mesonbuild/simdJussi Pakkanen6-5/+161
2017-07-19Added documentation for SIMD module.Jussi Pakkanen1-1/+1
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen2-0/+4
2017-07-18Close files reliably.Jussi Pakkanen2-3/+7
2017-07-18Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen2-9/+7
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen2-1/+3
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen1-0/+11
2017-07-17Create a new configuration data object and return it as the result.Jussi Pakkanen1-6/+3
2017-07-17msvc: Split stderr by line and raise exception if emptyNirbheek Chauhan1-1/+4
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen2-2/+7
2017-07-17Added VS support to simd detector.Jussi Pakkanen5-4/+38
2017-07-17Fix a few OSX "features".Jussi Pakkanen1-1/+1
2017-07-17Created simd module.Jussi Pakkanen2-0/+100
2017-07-17Merge pull request #2072 from centricular/fix-gtkdoc-rpathJussi Pakkanen2-7/+10
2017-07-17ninja backend: Detect ninja only once and log itNirbheek Chauhan2-7/+9
2017-07-17gnome module: Add -lfoo after -Lbar LDFLAGSNirbheek Chauhan1-4/+5
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan1-3/+5
2017-07-17Merge pull request #2070 from mesonbuild/lgtmfixexJussi Pakkanen5-17/+12
2017-07-16Fix typoChocobo11-1/+1
2017-07-16Removed unreachable code as == never throws.Jussi Pakkanen1-5/+2
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen1-0/+1
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen1-1/+1
2017-07-16Removed consecutive identical variable assignments.Jussi Pakkanen1-1/+0
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen2-2/+0
2017-07-16Simplified control flow.Jussi Pakkanen1-9/+9
2017-07-15Run postconf scripts after dumping coredata.Elliott Sales de Andrade2-5/+12
2017-07-15Fix how rpath directories are handled.Hemmo Nieminen1-5/+1
2017-07-15Make base options accessible via get_option()GabrĂ­el ArthĂșr PĂ©tursson1-0/+4
2017-07-15Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson1-1/+1
2017-07-13pkgconfig: avoid appending slash at CflagsLaurent Carlier1-3/+4
2017-07-02Merge pull request #2017 from mesonbuild/fix2012Jussi Pakkanen5-15/+53
2017-07-02Update args_frozen attribute check.Hemmo Nieminen1-1/+1
2017-07-02Improve "Passed invalid keyword argument" warning.Jehan2-2/+2
2017-07-02Output an appropriate warning when a cross info file does not exist.Jehan1-1/+6
2017-07-02Qapla'Jussi Pakkanen1-2/+4
2017-07-01Fix remaining Interpreter object leaks.Jussi Pakkanen3-9/+32
2017-07-01Fix custom target sourcesJussi Pakkanen2-4/+10
2017-07-01Make Interpreter object unpicklable as it was being pickled by accident in co...Jussi Pakkanen3-0/+7