999 Commits (eea067087261fbeb19ff12ee6a6def95e0141322)

Author SHA1 Message Date
Nirbheek Chauhan 30392a3a8a Inherit VisualStudioCPPCompiler from CPPCompiler 8 years ago
Nirbheek Chauhan f144e50f5c has_function: Cast to void* instead of int 8 years ago
Nirbheek Chauhan 7400284e32 has_function: Fix trivial typo 8 years ago
Nirbheek Chauhan 4d84241ccf has_header_symbol: Also detect C++ classes and templates 8 years ago
Nirbheek Chauhan f6dfd36239 has_header_symbol: Make it work with C++ compilers 8 years ago
alvarez86 87f07cdf3d Minor adjusts (#1001) 8 years ago
Jussi Pakkanen 8d182e00c9 Use a cross linker when cross compiling. 8 years ago
Jussi Pakkanen 1cf787f281 Added reconfigure target that always reruns Meson. 8 years ago
Patrick Griffis fb7d9c7aef gnome: Mark helper functions as private 8 years ago
Patrick Griffis 1811f83e2a Don't expose module functions prefixed with _ 8 years ago
Tim-Philipp Müller 627d859809 interpreter: copy mutable variables on assignment 8 years ago
Tim-Philipp Müller 5898fb094c Revert "interpreter: Add a way to copy and environment object" 8 years ago
Tim-Philipp Müller d37bbef411 ninjabackend: fix error message 8 years ago
Nirbheek Chauhan fd260eac81 Don't ignore invalid code related to subproject calls 8 years ago
Nirbheek Chauhan 268f737612 dependency: Check that cached_dep has the 'required' attribute 8 years ago
Matthew Waters b6971f2007 gnome: make generate_gir use the correct shared library 8 years ago
Patrick Griffis 314eb5110e gettext: Use argparse to handle arguments 8 years ago
Scott D Phillips 3650669874 Allow subproject declarations in subdirectories 8 years ago
Tim-Philipp Müller aeaccdc418 Fix dependency() ignoring required attribute when checked second or third time 8 years ago
Jussi Pakkanen 72995b5800 Do not error out if compdb can not be created. 8 years ago
Jussi Pakkanen 69aa0091b1 The regex to detect version numbers needs to be a bit more complex. Closes #967. 8 years ago
Jussi Pakkanen e0034fd6a5 A few sysconf fixes. 8 years ago
Emmanuele Bassi e226d702bc gtkdoc: Add `ignore_headers` positional argument 8 years ago
Emmanuele Bassi 6eeecb8585 gtkdochelper: Add 'overrides.txt' to the content files 8 years ago
Jussi Pakkanen 6762d30c6a Exposes the install names of targets in introspection. Closes #829. 8 years ago
Nirbheek Chauhan b8ef693a2a Clang also supports gnu89/99/11, gnu++03/11/14/1z 8 years ago
Mark Schulte 1e4bdea7d8 Allow running native executable in cross build 8 years ago
Scott D Phillips ba578db031 mesonlib: close file before (re)moving 8 years ago
Nirbheek Chauhan b05d37db67 compilers: Ignore pthread flags when using MSVC 8 years ago
Nirbheek Chauhan 5ffb0bcd0d Use *FLAGS from the env in compiler checks 8 years ago
Nirbheek Chauhan 3df75d696d Directly pass the compiler to get_args_from_envvars 8 years ago
Nirbheek Chauhan 4be8e71fb3 has_function: Try to use the function being checked 8 years ago
Guillaume Poirier-Morency 66518d4dad vala: Use a portable path join for the VAPI 8 years ago
Nirbheek Chauhan 706425abd1 Ninja: Use OrderedDict in places where order matters 8 years ago
Nirbheek Chauhan a06178f58f Add -Wl,-no_weak_imports to has_function with XCode 8 8 years ago
Nirbheek Chauhan ac58c13bbf has_function: Only ignore prototype when no includes are specified 8 years ago
Nirbheek Chauhan 02a2d69270 compilers: Derive ClangObj*Compiler from ClangCompiler too 8 years ago
Guillaume Poirier-Morency 114b5b0637 vala: Use 'vala_header' and 'vala_vapi' directly 8 years ago
Guillaume Poirier-Morency ff6b3c7a2d vala: Custom header and vapi name (fix #892) 8 years ago
Jussi Pakkanen 3c48bd2d88 Revert d9473095f2 because it broke GStreamer. 8 years ago
Aurelien Jarno caa1ef6318 Fix depfixer on MIPS. 8 years ago
Patrick Griffis d9473095f2 gnome: Don't pass ldflags to g-ir-scanner 8 years ago
Patrick Griffis 423c8dbb40 gettext: Add update-po target 8 years ago
Nirbheek Chauhan 70265c3782 Improve error when using the dependencies kwarg 8 years ago
Nirbheek Chauhan f79c4396f8 Add repr() implementation for Dependency() 8 years ago
Jussi Pakkanen 5f20b38d44 Force configure input files to be utf-8. Closes #927. 8 years ago
Guillaume Poirier-Morency f7a60099f6 pkgconfig: Fix absolute 'libdir' and 'includedir' 8 years ago
Patrick Griffis ed3cc537cb gnome: Fix building gobject-introspection with sanitizer 8 years ago
Patrick Griffis 8b27a48d56 Don't default to lib64 if symlink 8 years ago
Jouni Kosonen 1ed3317a8b Only default to dpkg-architecture output in Debian derivatives 8 years ago