Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2015-05-04 | Work with MinGW too. | Jussi Pakkanen | 1 | -1/+5 | |
2015-05-04 | Use QMake to sniff compiler flags on platforms without pkg-config. | Jussi Pakkanen | 2 | -21/+60 | |
2015-05-03 | Merge pull request #103 from afiefh/better_options | jpakkane | 2 | -4/+7 | |
Better error messages for user options | |||||
2015-05-03 | Better error messages for user options | Afief Halumi | 2 | -4/+7 | |
2015-05-03 | Fixed gui app. | Jussi Pakkanen | 1 | -0/+3 | |
2015-05-02 | Renamed file function to files and made it take multiple arguments. | Jussi Pakkanen | 4 | -13/+9 | |
2015-05-02 | Typo fixes. | Jussi Pakkanen | 2 | -2/+2 | |
2015-04-30 | Typo fixes. | Jussi Pakkanen | 2 | -4/+3 | |
2015-04-29 | Added module for Qt4 support. | Jussi Pakkanen | 13 | -0/+370 | |
2015-04-26 | Deal with Files in xcode generator. | Jussi Pakkanen | 1 | -7/+7 | |
2015-04-26 | Removed unused class. | Jussi Pakkanen | 1 | -8/+0 | |
2015-04-26 | A few more eradications of plain strings. | Jussi Pakkanen | 3 | -5/+4 | |
2015-04-25 | Create file objects in gtest and gmock. | Jussi Pakkanen | 2 | -5/+9 | |
2015-04-25 | Prune one string matching thingy. | Jussi Pakkanen | 1 | -1/+1 | |
2015-04-23 | Run unit tests in-process too for extra speed. | Jussi Pakkanen | 2 | -12/+30 | |
2015-04-23 | Run Meson test invocations in-process because spawning a new Python process ↵ | Jussi Pakkanen | 1 | -7/+17 | |
for each is too slow. |