aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-31Can create a subdirectory for projects whose zip files do not have one.Jussi Pakkanen1-2/+12
2015-05-29Merge pull request #133 from MathieuDuponchelle/no_pedanticjpakkane2-1/+2
backends: Add extra args after compiler.std_warn_args.
2015-05-29backends: Add extra args after compiler.std_warn_args.Mathieu Duponchelle2-1/+2
This to give a chance to the application to disable pedantic for example.
2015-05-29Made multiwrap use wrabdb where possible.Jussi Pakkanen4-8/+12
2015-05-29Updated wrap example to use wrapdb.Jussi Pakkanen1-3/+3
2015-05-23Bump version number for new development.Jussi Pakkanen1-1/+1
2015-05-23Bump version number for release.0.24.0Jussi Pakkanen5-5/+5
2015-05-23Merge pull request #131 from ignatenkobrain/wip/rpmjpakkane1-4/+5
modules/rpm: add compiler deps for gcc, gcc-c++
2015-05-23modules/rpm: add compiler deps for gcc, gcc-c++Igor Gnatenko1-4/+5
As per revised guidelines we need to specify gcc and gcc-c++ also. Reference: https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelines&diff=413629&oldid=409506 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-22Use -fPIC instead of -fPIE as it seems to be the new requirement. Closes #124.Jussi Pakkanen1-2/+7
2015-05-21Make extract_objects work with subdirectories.Jussi Pakkanen3-6/+11
2015-05-21Merge pull request #129 from ignatenkobrain/print_twicejpakkane1-1/+0
don't print twice about not found dependency. Closes #128
2015-05-21Merge pull request #127 from ignatenkobrain/untar_xzjpakkane1-0/+8
add support for tar.xz file. Closes #126
2015-05-21Merge pull request #125 from ignatenkobrain/masterjpakkane3-0/+36
add has_type method
2015-05-21don't print twice about not found dependency. Closes #128Igor Gnatenko1-1/+0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
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-21add has_type methodIgor Gnatenko3-0/+36
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