Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-29 | Fixes the `kwargs` handling. | Leif Middelschulte | 1 | -1/+1 | |
As suggested by @jeandet. Details: https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72703268 | |||||
2017-10-27 | documentation: adds new keyword usage to the given example. | Leif Middelschulte | 1 | -1/+3 | |
2017-10-27 | adds "since"-note for the new keyword to the documentation | Leif Middelschulte | 1 | -1/+1 | |
2017-10-27 | updates the documentation to follow the list-style to explain arguments. | Leif Middelschulte | 1 | -4/+7 | |
As per to @jon-turney's and @jpakanne's suggestion [0], this commit changes the "prosa" documentation to a list-style one. [0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697 | |||||
2017-10-26 | removes unnecessary code as suggested by @jeandet | Leif Middelschulte | 1 | -5/+1 | |
Details: https://github.com/mesonbuild/meson/pull/2529#discussion_r146985692 | |||||
2017-10-26 | removes unnecessary if/else-statement as suggested by @jeandet | Leif Middelschulte | 1 | -4/+1 | |
Details: https://github.com/mesonbuild/meson/pull/2529#discussion_r146985692 | |||||
2017-10-26 | fixes the extended test suite to work with qt5 **and** qt4. | Leif Middelschulte | 2 | -5/+11 | |
2017-10-25 | extends test case to fail if macro is undefined durcing preprocessing | Leif Middelschulte | 3 | -0/+8 | |
2017-10-25 | Qt5-Module: Add `moc_extra_arguments` keyword support. | Leif Middelschulte | 3 | -10/+27 | |
This commit adds support for an additional `moc_extra_arguments` keyword. It becomes especially handy, when `moc`-ed sources conditionally provide `slots`, depending on compile time macros (i.e. defines). | |||||
2017-10-25 | Boost: Add Python libraries | Niklas Claesson | 2 | -0/+7 | |
Fixes: #2507 | |||||
2017-10-25 | Add a bunch of tests to sandboxing. | Jussi Pakkanen | 13 | -0/+56 | |
2017-10-25 | gnome: Fix compile_schemas() using path sep in target name | Patrick Griffis | 1 | -1/+1 | |
2017-10-24 | Because people are very creative in working around limitations based on good ↵ | Jussi Pakkanen | 1 | -1/+6 | |
faith. | |||||
2017-10-24 | Fix inconsistent header levels | Jay Sherby | 1 | -2/+2 | |
2017-10-24 | Merge pull request #2464 from jeandet/Qt4_Qt5_factorization | Jussi Pakkanen | 3 | -268/+146 | |
Factorized Qt4 and Qt5 modules in one base class. | |||||
2017-10-24 | docs: Fix date being interpreted as an ordered list item | Luis Menina | 1 | -2/+2 | |
2017-10-23 | Merge pull request #2516 from dcbaker/submit/llvm-fix-lib-path | Jussi Pakkanen | 3 | -2/+31 | |
LLVM: Don't add -L<system path> to link args | |||||
2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | 5 | -8/+8 | |
Fixes #2372 | |||||
2017-10-23 | docs: Remove unnecessary trailing whitespaces | Luis Menina | 5 | -14/+14 | |
2017-10-23 | docs: Markdown headers don't need trailing hash signs | Luis Menina | 8 | -25/+25 | |
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/ | |||||
2017-10-23 | docs: Fix markdown in 'design rationale' page | Luis Menina | 1 | -8/+8 | |
2017-10-23 | Fix invalid example in Syntax.md | Jonas Platte | 1 | -1/+1 | |
2017-10-21 | llvm: strip system libraries from link arguments | Dylan Baker | 1 | -2/+2 | |
v2: - use clang and gcc's -print-system-libs option as suggested by Daniel Stone. Fixes #2437 | |||||
2017-10-21 | dependencies: Add function to strip system -L paths | Dylan Baker | 2 | -0/+29 | |
PkgConfig automatically removes -L paths from libdirs if the -L points to a system path. It knows what these paths are by taking this as a configure option at build time, which the distro maintainers set appropriately and everything works. This allows one to have two versions of a package installed, a system and non system, and then override PKG_CONFIG_PATH to use the non system version, and everything just works. For non-pkgconfig dependencies (such as LLVM) meson needs to strip these themselves to avoid breaking the above use case. | |||||
2017-10-19 | Error for Libs in package_config function | getzze | 1 | -2/+4 | |
Without specifying a custom install directory string, get_custom_install_dir() returns True. So for the `Libs` entry I was getting this: Libs: -L${prefix}/True -lfoo Now it behaves as expected: Libs: -L${libdir} -lfoo | |||||
2017-10-19 | MSI: Fix regenerate with visual studio | Niklas Claesson | 1 | -3/+5 | |
Fixes #2461 | |||||
2017-10-19 | Do not allow escaping the subprojects directory. | Narendra Vardi | 1 | -0/+2 | |
Fixes #2306 | |||||
2017-10-18 | Allow to give source files to GtkDoc by respecting the File class | Corentin Noël | 1 | -1/+1 | |
2017-10-14 | fix all subproject using wrap-file broken | liugang | 7 | -2/+21 | |
subproject using wrap-file is broken since commit (68bd64c Prevent projects from directly grabbing files from other subprojects. ) subproject with wrap-file usually have version number after name - **sproj_name** is `zlib-1.2.8` according to `directory = zlib-1.2.8` of zlib.wrap - but **self.subproject** `zlib` | |||||
2017-10-13 | Arguments, not flags. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-12 | Boost: Jamfile has two syntaxes for boost libraries | Niklas Claesson | 2 | -0/+5 | |
Fixes #2456 | |||||
2017-10-12 | Merge pull request #2477 from 1ace/fix/man-mesonconf | Jussi Pakkanen | 2 | -5/+7 | |
Couple fixes for the man pages | |||||
2017-10-12 | Link to MesonPorting is not rendered as URL | Carlos Garcés | 1 | -1/+1 | |
2017-10-12 | rpm: print test logs on failure | Zbigniew Jędrzejewski-Szmek | 1 | -1/+6 | |
References: https://bugzilla.redhat.com/show_bug.cgi?id=1500248 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2017-10-12 | Fixes Qt4 plugin build and mixed Qt4/Qt5 tests builds. | Alexis Jeandet | 3 | -1/+9 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-12 | Factorized Qt compilers version probing. | Alexis Jeandet | 1 | -44/+17 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-11 | man: fix copy/paste typo in mesonintrospect(1) | Eric Engestrom | 1 | -1/+1 | |
2017-10-11 | man: remove references to `mesonconf` in meson(1) | Eric Engestrom | 1 | -4/+6 | |
`mesonconf` is deprecated, and shouldn't be suggested to users anymore. | |||||
2017-10-11 | Typo and grammar fixes for 0.43.0 release note | Jon Turney | 1 | -2/+2 | |
2017-10-11 | MSI: Find VC redistributable with python 32bit on windows 64bit | Niklas Claesson | 1 | -1/+4 | |
2017-10-10 | Factorized Qt4 and Qt5 modules in one base class. | Alexis Jeandet | 3 | -268/+173 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-08 | docs: Improve code snippets in release notes | TingPing | 1 | -38/+50 | |
2017-10-08 | Added release note page for 0.44. | Jussi Pakkanen | 1 | -0/+16 | |
2017-10-08 | Updated version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-08 | Bump version number for release.0.43.0 | Jussi Pakkanen | 6 | -6/+6 | |
2017-10-08 | Collated release note snippets to main file. | Jussi Pakkanen | 10 | -104/+103 | |
2017-10-08 | Add system dependencies for LLVM test. | Jussi Pakkanen | 1 | -1/+6 | |
2017-10-08 | Better error message when using external libraries incorrectly. Closes #2447. | Jussi Pakkanen | 1 | -0/+6 | |
2017-10-08 | gnome: g-ir-scanner accepts multiple symbol-prefix arguments | Rico Tzschichholz | 2 | -5/+4 | |
2017-10-08 | Prevent projects from directly grabbing files from other subprojects. | Jussi Pakkanen | 4 | -0/+42 | |