Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-31 | Can create a subdirectory for projects whose zip files do not have one. | Jussi Pakkanen | 1 | -2/+12 | |
2015-05-29 | Merge pull request #133 from MathieuDuponchelle/no_pedantic | jpakkane | 2 | -1/+2 | |
backends: Add extra args after compiler.std_warn_args. | |||||
2015-05-29 | backends: Add extra args after compiler.std_warn_args. | Mathieu Duponchelle | 2 | -1/+2 | |
This to give a chance to the application to disable pedantic for example. | |||||
2015-05-29 | Made multiwrap use wrabdb where possible. | Jussi Pakkanen | 4 | -8/+12 | |
2015-05-29 | Updated wrap example to use wrapdb. | Jussi Pakkanen | 1 | -3/+3 | |
2015-05-23 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2015-05-23 | Bump version number for release.0.24.0 | Jussi Pakkanen | 5 | -5/+5 | |
2015-05-23 | Merge pull request #131 from ignatenkobrain/wip/rpm | jpakkane | 1 | -4/+5 | |
modules/rpm: add compiler deps for gcc, gcc-c++ | |||||
2015-05-23 | modules/rpm: add compiler deps for gcc, gcc-c++ | Igor Gnatenko | 1 | -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-22 | Use -fPIC instead of -fPIE as it seems to be the new requirement. Closes #124. | Jussi Pakkanen | 1 | -2/+7 | |
2015-05-21 | Make extract_objects work with subdirectories. | Jussi Pakkanen | 3 | -6/+11 | |
2015-05-21 | Merge pull request #129 from ignatenkobrain/print_twice | jpakkane | 1 | -1/+0 | |
don't print twice about not found dependency. Closes #128 | |||||
2015-05-21 | Merge pull request #127 from ignatenkobrain/untar_xz | jpakkane | 1 | -0/+8 | |
add support for tar.xz file. Closes #126 | |||||
2015-05-21 | Merge pull request #125 from ignatenkobrain/master | jpakkane | 3 | -0/+36 | |
add has_type method | |||||
2015-05-21 | don't print twice about not found dependency. Closes #128 | Igor Gnatenko | 1 | -1/+0 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-21 | add support for tar.xz file. Closes #126 | Igor Gnatenko | 1 | -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-21 | add has_type method | Igor Gnatenko | 3 | -0/+36 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-20 | Accept .S files as assembler too. | Jussi Pakkanen | 1 | -2/+2 | |
2015-05-17 | Merge pull request #122 from ignatenkobrain/test_vala_vapi | jpakkane | 3 | -0/+19 | |
tests: add negative test against #117 | |||||
2015-05-17 | tests: add negative test against #117 | Igor Gnatenko | 3 | -0/+19 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-17 | In Vala .vapi files are sort of headers that you must put on the command ↵ | Jussi Pakkanen | 2 | -4/+17 | |
line. Make it so. | |||||
2015-05-17 | A fix. | Jussi Pakkanen | 1 | -0/+2 | |
2015-05-17 | Do not use -o with Vala. Closes #120. | Jussi Pakkanen | 2 | -3/+2 | |
2015-05-17 | Do not invoke linker via cmd /c on Windows. | Jussi Pakkanen | 4 | -3/+11 | |
2015-05-17 | Can specify custom search directories in find_library. | Jussi Pakkanen | 2 | -3/+15 | |
2015-05-17 | Merge pull request #116 from ignatenkobrain/jjb | jpakkane | 1 | -0/+60 | |
Provide jenkins-job-builder yaml for meson | |||||
2015-05-16 | Merge pull request #114 from afiefh/custom_subproject_dir | jpakkane | 7 | -11/+61 | |
Allow user to specify subproject directory in project definition | |||||
2015-05-16 | Merge pull request #113 from thiblahute/uninstalled_pkg_config | jpakkane | 2 | -2/+52 | |
dependencies: Handle .la lib files returned by pkgconfig in uninstalled setups | |||||
2015-05-16 | Merge pull request #115 from ignatenkobrain/pyver_check | jpakkane | 1 | -0/+5 | |
introduce check python version in meson.py | |||||
2015-05-16 | Provide jenkins-job-builder yaml for meson | Igor Gnatenko | 1 | -0/+60 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-16 | dependencies: Handle .la lib files returned by pkgconfig in uninstalled setups | Thibault Saunier | 2 | -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-16 | introduce check python version in meson.py | Igor Gnatenko | 1 | -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-16 | Merge pull request #112 from thiblahute/gir_fixes | jpakkane | 1 | -1/+10 | |
Gir fixes | |||||
2015-05-15 | Allow user to specify subproject directory in project definition | Afief Halumi | 7 | -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-15 | gnome: Take the gittarget.soversion into account to compute library name | Thibault Saunier | 1 | -1/+4 | |
Otherwize g-ir-scanner won't have the right library name | |||||
2015-05-15 | gnome: Pass girtarget include dirs to g-ir-scanner | Thibault Saunier | 1 | -0/+6 | |
2015-05-14 | When new rpath is empty, remove rpath defintion from the dynamic entry table ↵ | Jussi Pakkanen | 1 | -0/+24 | |
too because an empty rpath is different from a nonexisting one and this causes problems when building rpms. Closes #110. | |||||
2015-05-10 | Pass gracefully if dpkg-architecture is not installed. | Jussi Pakkanen | 1 | -1/+3 | |
2015-05-09 | Handle then unary negation operator. | Jussi Pakkanen | 3 | -2/+21 | |
2015-05-09 | Some more cross tweaking. | Jussi Pakkanen | 2 | -2/+2 | |
2015-05-09 | Fix cross compilation tests. | Jussi Pakkanen | 7 | -20/+31 | |
2015-05-09 | Ignore non-elf files in depfixer. | Jussi Pakkanen | 1 | -1/+3 | |
2015-05-09 | Detect endianness of elf files so cross compiling to platforms with ↵ | Jussi Pakkanen | 1 | -25/+38 | |
different endianness works. | |||||
2015-05-08 | Merge pull request #107 from afiefh/better_message | jpakkane | 1 | -5/+29 | |
Make the message() function able to print out user defined types. | |||||
2015-05-07 | Make the message() function able to print out user defined types. | Afief Halumi | 1 | -5/+29 | |
E.g. Strings, integers, arrays and arrays thereof. | |||||
2015-05-05 | Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵ | Jussi Pakkanen | 2 | -12/+12 | |
plain moc). Closes #104. | |||||
2015-05-05 | Qrc resources should be relative to the .qrc file and not the meson.build ↵ | Jussi Pakkanen | 2 | -2/+4 | |
one. Closes #105. | |||||
2015-05-04 | Qt5 now works when using a OSX framework dependency. | Jussi Pakkanen | 1 | -4/+21 | |
2015-05-04 | Readme tweaking. | Jussi Pakkanen | 1 | -4/+4 | |
2015-05-04 | Fix Qt5 on pkg-config platforms again. | Jussi Pakkanen | 1 | -3/+2 | |