Michael Hirsch, Ph.D
4e31ca3abe
correct naming to CudaCompiler, pep8
6 years ago
Nicolas Schneider
1058430898
raise an error if PCH files are stored in different folders
6 years ago
Nicolas Schneider
09739284be
vs: fix PCH
6 years ago
Jussi Pakkanen
3997649139
Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829 .
6 years ago
Michael Hirsch, Ph.D
8636f31d9c
BUGFIX: broken/missing Fortran code/unit tests
6 years ago
Nicolas Schneider
3fc8a0dc41
fix non-default option printing
...
Previously, the default option string was compared to the actual project
option that has been converted to the proper type. This lead to messages
like 'Option x is: true [default: true]'.
Fixes #4806 .
6 years ago
Jussi Pakkanen
733f9a7765
Merge pull request #4814 from mensinda/astVisitor
...
rewriter: Rewrote the meson rewriter - now works with AST modification
6 years ago
Nicolas Schneider
2dcb6eb0b3
vs: escape embedded quotes of run targets
6 years ago
Jan Tojnar
33d82201bd
run_command: add env kwarg
6 years ago
Sergey Shatunov
c07e5124bc
Add install_dir to i18n.gettext
6 years ago
Daniel Mensinger
28edc7ef61
Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812
6 years ago
Daniel Mensinger
ded59c0819
Fixed spelling [skip ci]
6 years ago
Daniel Mensinger
dbb94f122d
Fixed style issues
6 years ago
Jussi Pakkanen
2502f97913
Merge pull request #4818 from xclaesse/location
...
Pass location to many warning messages
6 years ago
Christoph Reiter
8df5afc98a
configure_file: preserve newlines of the input file. Fixes #4817
...
In some cases (see #4817 ) it's helpful if the output file uses the
same newlines as the input file without translating them to the
platform defaults.
open() by default recognizes all newline styles and translates them
to "\n" and then to the platform default when writing.
Passing "" to "newline" disables the translation and lets us pass through
the original newline characters.
6 years ago
Xavier Claessens
b45c367d92
NotFoundDependency: Implement partial_dependency()
...
In recent change, dependency('foo') does not return a not-found
PkgConfigDependency any more, but a NotFoundDependency object. This
creates a regression in gst-build that does
dependency('foo').get_partial_dependency() causing Meson to raise an
exception.
6 years ago
Nirbheek Chauhan
d02ec7111e
coredata: Only reject a load if major version differs
...
Our builddir ABI is stable across minor (stable) releases, so there is
no need to force a wipe. We already release pretty often, no need to
force people to wipe twice as often.
6 years ago
Jussi Pakkanen
379b42c5b1
Merge pull request #3919 from mesonbuild/cudarebase
...
Add Cuda support
6 years ago
Dylan Baker
f72522e889
dependencies/llvm: add debian's llvm-9
...
Debian has already pushed llvm-9 into experimental
6 years ago
Xavier Claessens
15cea55f5b
Interpreter: Add a location to all mlog.warning() calls
...
Now that the current node is always available as self.current_node in
both function and method calls, it's easy to pass it to warning
messages.
6 years ago
Xavier Claessens
4b4f642e6a
InterpreterBase: Fix extracting the node in all method/function calls
...
Closes : #4813 .
6 years ago
Xavier Claessens
0d195cefa6
Interpreter: Add current_node to 'state' passed to module methods
...
The current node is useful to pass as location to mlog.warning().
6 years ago
Xavier Claessens
90d1f38d8e
Interpreter: Set self.current_node during method/function calls
...
The current node is useful to pass as location kwarg to mlog.warning().
The node is not passed to InterpreterObject method arguments, and it's
easier to have it on the object than passing it through argument
everywhere.
6 years ago
Daniel Mensinger
4b3e21b894
Fixed test case and setup.py
6 years ago
Daniel Mensinger
6fe2c2b209
Fixed flake8 issues
6 years ago
Daniel Mensinger
a8477955a7
Removed old test files
6 years ago
Daniel Mensinger
027c3c9ac7
Added subdir test
6 years ago
Daniel Mensinger
b7c6f3ec72
Can now rewrite files
6 years ago
Daniel Mensinger
e089eb7665
Fixed line and column numbers for dict and array nodes
6 years ago
Daniel Mensinger
8dd9b44831
Added support for removing sources from a target
6 years ago
Daniel Mensinger
0ce6632393
Added suport for adding sources to a target
6 years ago
Daniel Mensinger
86d5799bc4
First rewriter test case
6 years ago
Daniel Mensinger
f6339d6361
Added support for assignments in the AST interpretor
6 years ago
Daniel Mensinger
50bc0960e4
Updated basic rewrite testcase
6 years ago
Daniel Mensinger
08da3873dd
Added target AST Interpreter support
6 years ago
Daniel Mensinger
005a62491b
Removed the RewriteIntrepreter
6 years ago
Daniel Mensinger
277dc10a5d
AST post processing
6 years ago
Daniel Mensinger
750af9c853
Moved the introspection interpreter
6 years ago
Daniel Mensinger
46320bfba8
Added Ast printer
6 years ago
Daniel Mensinger
ccad493e85
Basic AST visitor pattern
6 years ago
Jussi Pakkanen
43147c2594
Add release note snippet.
6 years ago
Jussi Pakkanen
e1b50309df
All the fixes needed to make work against current master.
6 years ago
Jussi Pakkanen
1409751169
Convert basic test to print out card info.
6 years ago
Jussi Pakkanen
8eca221aac
More tests and pic.
6 years ago
Jussi Pakkanen
396e355c94
Clean up minor issues.
6 years ago
Beau Johnston
54b6afa675
added cuda compiler
6 years ago
Michael Hirsch, Ph.D
72486afd08
Add PGI C and C++ compilers ( #4803 )
6 years ago
Alistair Thomas
20248fa919
docs: update URI for vala-extra-vapis repository [skip ci]
6 years ago
Shubham Lagwankar
37533360d7
Remove stray bracket [skip ci]
6 years ago
Hugo Locurcio
3804172d61
docs: Use modern shell constructs [skip ci]
6 years ago