jrl64
969e291835
A more verbose RE Definiton in search_version. Closes #5020
6 years ago
Ignacio Casal Quinteiro
c6f84a223c
Add unit test for pkgconfig relative paths
6 years ago
Nirbheek Chauhan
ca34b0af70
Support relative paths in pkgconfig files
...
This is a regression introduced in meson 0.47.
Fixes https://github.com/mesonbuild/meson/issues/4135
6 years ago
Nirbheek Chauhan
a0be869bb9
docs: Typos and formatting in the 0.50 release notes [skip ci]
6 years ago
Antoine Jacoutot
85ca6adfb4
test: fix "get define" on OpenBSD
...
Same as with NetBSD, OpenBSD doesn't provide a ZLIB_VER_MAJOR but has
ZLIB_VERSION instead.
6 years ago
Thomas DeRensis
86a7d67179
docs: Add missing closing quote [skip ci]
6 years ago
Antoine Jacoutot
28b54c1b66
Fix indent to please codestyle.
6 years ago
Antoine Jacoutot
d952e5ac4d
GnuLikeCompiler: don't set b_lundef by default on OpenBSD
...
OpenBSD does not link libc into shared libraries by default to avoid binding
libraries to specific libc majors. So prevent passing "-Wl,--no-undefined" or
"-zdefs" when linking (those options have always suffered false positives on
this operating system).
6 years ago
Antoine Jacoutot
7bc04996c0
environment: support OpenBSD in detect_objc_compiler
...
We need to match the "clang --version" output on OpenBSD:
$ clang --version | head -1
OpenBSD clang version 7.0.1 (tags/RELEASE_701/final) (based on LLVM 7.0.1)
6 years ago
Antoine Jacoutot
c1c699eda4
Fix unit test: test_find_library_patterns
6 years ago
Antoine Jacoutot
03c0c3a8f4
Fix _get_patterns on OpenBSD
...
We need to account to the possible prefixes (empty or 'lib').
This allows both to work:
cc.find_library('foo')
cc.find_library('libfoo')
6 years ago
Will Thompson
ca355a79fb
docs: fix typo in link anchor [skip ci]
6 years ago
Jussi Pakkanen
35c3cf2822
Bump version number for new development.
6 years ago
Jussi Pakkanen
9f48f5fe94
Update everything for new release.
6 years ago
Amit D
2bec1633fc
Update Users.md [skip ci]
6 years ago
Jussi Pakkanen
5a4defadab
Generate release notes from snippets automatically. [skip ci]
6 years ago
Jussi Pakkanen
7589471978
Condense directory numbering for release.
6 years ago
Jussi Pakkanen
c34f044814
Fix appleframeworks with multiple modules.
6 years ago
Thibault Saunier
c6012e3cc7
hotdoc: Set gi-c-source-root
...
The same way as we set '--sources-top-dirs' for gi
6 years ago
Eli Schwartz
311cbf347b
pkgconfig.generate: add FeatureNew and documentation for implict version
...
The documentation for this change was left out of its implementation in
commit b4aee4675a
and was later documented
in commit f831c05b55
as if it had always
existed.
6 years ago
Dylan Baker
e42e19702c
docs: Add snippet for python module path method [skip ci]
...
Which somehow wasn't included in the original pull request.
6 years ago
Dylan Baker
bd6bae0c71
docs: document that the .path() method for Python is new in 0.50 [skip ci]
...
Since this method was not included in 0.46-00.49 we should document that.
6 years ago
Eric Engestrom
b5cc01ccd9
bash/zsh: drop completion for deprecated command
6 years ago
Dylan Baker
cb614e8ff6
llvm: Add llvm-config80 for FreeBSD
6 years ago
Amit D
068217a385
Update Users.md [skip ci]
6 years ago
Jussi Pakkanen
38a3c30bc5
Fix javac version lookup in JDK11. Closes #4322 .
6 years ago
Jussi Pakkanen
ee863d33c1
Merge pull request #2601 from 1ace/feature/completion
...
Add completion scripts for Bash and Zsh
6 years ago
Jussi Pakkanen
94bb29738e
Merge pull request #4992 from mensinda/rwCLI
...
rewriter: Add a CLI and docs
6 years ago
Daniel Mensinger
17ce9bc0e5
docs: Define sorting in Style-guide.md [skip ci]
6 years ago
Daniel Mensinger
91918262e7
rewriter: Fixed unit tests
6 years ago
Daniel Mensinger
0a84bbcf4c
rewriter: Fixed test case
6 years ago
Daniel Mensinger
5f6b94ccb9
rewriter: Renamed _src -> _sources
6 years ago
Daniel Mensinger
617445ea72
rewriter: Make sure variable names are valid
6 years ago
Daniel Mensinger
594bf678c7
rewriter: Require '/' for the project ID
6 years ago
Daniel Mensinger
976c136ab6
rewriter: Mark the CLI as experimental
6 years ago
Daniel Mensinger
0a3b91c1c9
rewriter: Mark the info output as experimental
6 years ago
Daniel Mensinger
609a21ff9f
rewriter: Abort on error by default
6 years ago
Daniel Mensinger
c957a2aa94
rewriter: Changed line sort key
6 years ago
Daniel Mensinger
5d2f14fce7
rewriter: Quiet logging by default
6 years ago
Daniel Mensinger
dd5791309e
rewriter: Document info operation
6 years ago
Daniel Mensinger
06695fec60
rewriter: type definition code fix
6 years ago
Daniel Mensinger
e724fd5438
rewriter: Handle duplicate target
6 years ago
Daniel Mensinger
ff5e7eb104
rewriter: Updated docs
6 years ago
Daniel Mensinger
b55dbf0fae
rewriter: Dump JSON to stderr instead of stdout
6 years ago
Daniel Mensinger
90b557e38a
rewriter: Remove command alias
6 years ago
Daniel Mensinger
1290330894
rewriter: Renamed tgt_{add,rm} --> target_{add,rm}
6 years ago
Daniel Mensinger
c98987c19e
rewriter: Fixed docs.
6 years ago
Daniel Mensinger
eabc35340d
rewriter: Enforce an empty project ID string
6 years ago
Daniel Mensinger
8fad06e8c8
rewriter: Removed python 3.7 feature required=False
6 years ago
Daniel Mensinger
9874ce81f0
rewriter: make flake8 happy
6 years ago