aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-21add support for tar.xz file. Closes #126Igor Gnatenko1-0/+8
shutil.ReadError: Unknown archive format '/home/brain/meson_wrap/subprojects/packagecache/enet-meson.tar.xz' Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-20Accept .S files as assembler too.Jussi Pakkanen1-2/+2
2015-05-17Merge pull request #122 from ignatenkobrain/test_vala_vapijpakkane3-0/+19
tests: add negative test against #117
2015-05-17tests: add negative test against #117Igor Gnatenko3-0/+19
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17In Vala .vapi files are sort of headers that you must put on the command ↵Jussi Pakkanen2-4/+17
line. Make it so.
2015-05-17A fix.Jussi Pakkanen1-0/+2
2015-05-17Do not use -o with Vala. Closes #120.Jussi Pakkanen2-3/+2
2015-05-17Do not invoke linker via cmd /c on Windows.Jussi Pakkanen4-3/+11
2015-05-17Can specify custom search directories in find_library.Jussi Pakkanen2-3/+15
2015-05-17Merge pull request #116 from ignatenkobrain/jjbjpakkane1-0/+60
Provide jenkins-job-builder yaml for meson
2015-05-16Merge pull request #114 from afiefh/custom_subproject_dirjpakkane7-11/+61
Allow user to specify subproject directory in project definition
2015-05-16Merge pull request #113 from thiblahute/uninstalled_pkg_configjpakkane2-2/+52
dependencies: Handle .la lib files returned by pkgconfig in uninstalled setups
2015-05-16Merge pull request #115 from ignatenkobrain/pyver_checkjpakkane1-0/+5
introduce check python version in meson.py
2015-05-16Provide jenkins-job-builder yaml for mesonIgor Gnatenko1-0/+60
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-16dependencies: Handle .la lib files returned by pkgconfig in uninstalled setupsThibault Saunier2-2/+52
When building against software that is being built uninstalled, pkg-config returns values from the -uninstalled.pc variant which might contain .la files as --libs. This patch opens the .la files to figure out where the actual shared library are. Some part of this is inspired by what is done in the gobject-introspection giscanner/utils.py code
2015-05-16introduce check python version in meson.pyIgor Gnatenko1-0/+5
To ensure that people will not confused that something won't work. Related: https://github.com/miit-pm/RWD/pull/1#issuecomment-102607931 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-16Merge pull request #112 from thiblahute/gir_fixesjpakkane1-1/+10
Gir fixes
2015-05-15Allow user to specify subproject directory in project definitionAfief Halumi7-11/+61
project() now takes an optional keyword argument `subproject_dir` which specifies the directory in which Meson will look for subproject. This argument is ignored in subprojects as all subprojects are owned by the top level project. subproject() now looks for the subproject in ${MESON_SOURCE_ROOT}/${SUBPROJECT_DIR}/foo where SUBPROJECT_DIR can be assigned using project() in the top level project.
2015-05-15gnome: Take the gittarget.soversion into account to compute library nameThibault Saunier1-1/+4
Otherwize g-ir-scanner won't have the right library name
2015-05-15gnome: Pass girtarget include dirs to g-ir-scannerThibault Saunier1-0/+6
2015-05-14When new rpath is empty, remove rpath defintion from the dynamic entry table ↵Jussi Pakkanen1-0/+24
too because an empty rpath is different from a nonexisting one and this causes problems when building rpms. Closes #110.
2015-05-10Pass gracefully if dpkg-architecture is not installed.Jussi Pakkanen1-1/+3
2015-05-09Handle then unary negation operator.Jussi Pakkanen3-2/+21
2015-05-09Some more cross tweaking.Jussi Pakkanen2-2/+2
2015-05-09Fix cross compilation tests.Jussi Pakkanen7-20/+31
2015-05-09Ignore non-elf files in depfixer.Jussi Pakkanen1-1/+3
2015-05-09Detect endianness of elf files so cross compiling to platforms with ↵Jussi Pakkanen1-25/+38
different endianness works.
2015-05-08Merge pull request #107 from afiefh/better_messagejpakkane1-5/+29
Make the message() function able to print out user defined types.
2015-05-07Make the message() function able to print out user defined types.Afief Halumi1-5/+29
E.g. Strings, integers, arrays and arrays thereof.
2015-05-05Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵Jussi Pakkanen2-12/+12
plain moc). Closes #104.
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build ↵Jussi Pakkanen2-2/+4
one. Closes #105.
2015-05-04Qt5 now works when using a OSX framework dependency.Jussi Pakkanen1-4/+21
2015-05-04Readme tweaking.Jussi Pakkanen1-4/+4
2015-05-04Fix Qt5 on pkg-config platforms again.Jussi Pakkanen1-3/+2
2015-05-04Work with MinGW too.Jussi Pakkanen1-1/+5
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen2-21/+60
2015-05-03Merge pull request #103 from afiefh/better_optionsjpakkane2-4/+7
Better error messages for user options
2015-05-03Better error messages for user optionsAfief Halumi2-4/+7
2015-05-03Fixed gui app.Jussi Pakkanen1-0/+3
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen4-13/+9
2015-05-02Typo fixes.Jussi Pakkanen2-2/+2
2015-04-30Typo fixes.Jussi Pakkanen2-4/+3
2015-04-29Added module for Qt4 support.Jussi Pakkanen13-0/+370
2015-04-26Deal with Files in xcode generator.Jussi Pakkanen1-7/+7
2015-04-26Removed unused class.Jussi Pakkanen1-8/+0
2015-04-26A few more eradications of plain strings.Jussi Pakkanen3-5/+4
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen2-5/+9
2015-04-25Prune one string matching thingy.Jussi Pakkanen1-1/+1
2015-04-23Run unit tests in-process too for extra speed.Jussi Pakkanen2-12/+30
2015-04-23Run Meson test invocations in-process because spawning a new Python process ↵Jussi Pakkanen1-7/+17
for each is too slow.