Jonas Platte
e43332318b
Fix invalid example in Syntax.md
7 years ago
getzze
6ce42e2ec5
Error for Libs in package_config function
...
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
7 years ago
Niklas Claesson
3fcf4ad272
MSI: Fix regenerate with visual studio
...
Fixes #2461
7 years ago
Narendra Vardi
6083eb29d0
Do not allow escaping the subprojects directory.
...
Fixes #2306
7 years ago
Corentin Noël
fd860482e5
Allow to give source files to GtkDoc by respecting the File class
7 years ago
liugang
36d85db5d4
fix all subproject using wrap-file broken
...
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`
7 years ago
Jussi Pakkanen
3f18e3b89f
Arguments, not flags.
7 years ago
Niklas Claesson
c97e7749a6
Boost: Jamfile has two syntaxes for boost libraries
...
Fixes #2456
7 years ago
Jussi Pakkanen
756e682f2a
Merge pull request #2477 from 1ace/fix/man-mesonconf
...
Couple fixes for the man pages
7 years ago
Carlos Garcés
f1c410fc98
Link to MesonPorting is not rendered as URL
7 years ago
Zbigniew Jędrzejewski-Szmek
92219a2739
rpm: print test logs on failure
...
References: https://bugzilla.redhat.com/show_bug.cgi?id=1500248
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
7 years ago
Alexis Jeandet
94cfb42222
Fixes Qt4 plugin build and mixed Qt4/Qt5 tests builds.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
7 years ago
Eric Engestrom
39f2eeb233
man: fix copy/paste typo in mesonintrospect(1)
7 years ago
Eric Engestrom
0ecb300021
man: remove references to `mesonconf` in meson(1)
...
`mesonconf` is deprecated, and shouldn't be suggested to users anymore.
7 years ago
Jon Turney
79b850dfcb
Typo and grammar fixes for 0.43.0 release note
7 years ago
Niklas Claesson
16aa40875e
MSI: Find VC redistributable with python 32bit on windows 64bit
7 years ago
TingPing
b5eb77ddff
docs: Improve code snippets in release notes
7 years ago
Jussi Pakkanen
b4fa4e37b9
Added release note page for 0.44.
7 years ago
Jussi Pakkanen
6f066af61f
Updated version number for new development.
7 years ago
Jussi Pakkanen
5626df4645
Bump version number for release.
7 years ago
Jussi Pakkanen
683947d943
Collated release note snippets to main file.
7 years ago
Jussi Pakkanen
93aa32219f
Add system dependencies for LLVM test.
7 years ago
Jussi Pakkanen
2fbc857ff4
Better error message when using external libraries incorrectly. Closes #2447 .
7 years ago
Rico Tzschichholz
8b8e1ee620
gnome: g-ir-scanner accepts multiple symbol-prefix arguments
7 years ago
Jussi Pakkanen
68bd64cd38
Prevent projects from directly grabbing files from other subprojects.
7 years ago
Jussi Pakkanen
d2022f9c65
Merge pull request #2426 from dcbaker/submit/options-permitted-kwargs
...
options: Add a permitted_kwargs function
7 years ago
Corentin Noël
93d2ced31f
Create the .po file with the `update_po` subcommand if it doesn't exist
7 years ago
Jan Niklas Hasse
7b36897ff9
Use get_default_include_dirs to detect BOOST_ROOT
...
This removes the need to specify BOOST_ROOT for cross-compilers.
7 years ago
Jussi Pakkanen
a3e655d20d
Package the Visual C runtime. Closes #2417 .
7 years ago
Dylan Baker
e8df59cc5f
llvm: don't add --system-libs
...
On LLVM < 4.0 this adds linker arguments like -lm, which we don't want.
Related #2442 , 2437
7 years ago
Nirbheek Chauhan
97cf0ec01b
appveyor: Use a mirror for get-pip.py
...
pypa.io has an HSTS policy that forces http, and the https cert is
broken on Windows.
7 years ago
Nirbheek Chauhan
e7bb122b22
appveyor: Attempt to fix MSYS/MinGW setup failure
7 years ago
TingPing
fd774fcb43
docs: Use consistent whitespace for gnome kwargs
7 years ago
Jussi Pakkanen
295f8e14b1
Merge pull request #2413 from tintou/vala-target-dirs
...
Don't rely on only the basename to distinguish vala-source-file objects
7 years ago
David Strauss
52a4f19832
Update to not use deprecated mesonconf
7 years ago
Dylan Baker
7dfad54f06
options: Add a permitted_kwargs function
...
I've typo'd "value" for the last time, options needs a kwargs validator.
This validator is slightly different than the one used by the main
parser, since it operates on a much simpler representation than the
other one does, and they are not interchangeable.
This also changes the optinterpreter to use pop on 'type' and
'description' so that they're not passed to the validator as kwargs.
7 years ago
Dylan Baker
4e18483ff3
tests: fix option in case 140
...
Which fails after the next patch because it provides an invalid kwarg.
7 years ago
Jan Niklas Hasse
a0c6d3dbb6
docs: Prettier screenshot in tutorial
7 years ago
Alistair Thomas
d551dbff9a
Use long form of valac options and make --basedir use relative path
7 years ago
Alistair Thomas
6483a0d846
Add additional directory depth tests to Vala test case 22
7 years ago
Corentin Noël
1320a98a33
Merge github.com:mesonbuild/meson into vala-target-dirs
7 years ago
Corentin Noël
f13887b64a
Reduce code complexity, fix nested array in files instruction
7 years ago
Nirbheek Chauhan
0c3d58baba
Update Reference-manual.md
7 years ago
Nirbheek Chauhan
f10b15930b
Update Reference-manual.md
...
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415
7 years ago
xarkes
a28db4577a
Fix typo and clarify library documentation
7 years ago
Jussi Pakkanen
9483875798
Merge pull request #2397 from mesonbuild/prebuilt
...
Better support for prebuilt shared libs
7 years ago
Mohammed Sadiq
35313c2a85
docs: Fix typo
...
Remove the quote before parens
7 years ago
Corentin Noël
ac8d5f2156
Allow different directories for Vala files
7 years ago
Jussi Pakkanen
ec45c29c9d
Add rpath entries for all found libraries outside of system libraries.
7 years ago
Jussi Pakkanen
cb3d980a1f
Merge pull request #2282 from NickeZ/improve-boost
...
Improve boost
7 years ago