index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-11-08
has_header_symbol: Make it work with C++ compilers
Nirbheek Chauhan
2016-11-07
Minor adjusts (#1001)
alvarez86
2016-11-06
Use a cross linker when cross compiling.
Jussi Pakkanen
2016-11-06
Merge pull request #942 from mesonbuild/tingping/private-methods
Jussi Pakkanen
2016-11-06
Merge pull request #993 from centricular/cached-dep-required-attr
Jussi Pakkanen
2016-11-06
Merge pull request #994 from centricular/more-travis-builds
Jussi Pakkanen
2016-11-06
Added reconfigure target that always reruns Meson.
Jussi Pakkanen
2016-11-06
Merge pull request #950 from centricular/fix-dependency-subproject-exceptions
Jussi Pakkanen
2016-11-06
gnome: Mark helper functions as private
Patrick Griffis
2016-11-06
Don't expose module functions prefixed with _
Patrick Griffis
2016-11-05
ninjabackend: fix error message
Tim-Philipp Müller
2016-11-05
Test that invalid subproject code in dependency() errors out
Nirbheek Chauhan
2016-11-05
Don't ignore invalid code related to subproject calls
Nirbheek Chauhan
2016-11-04
travis: Disable sudo; we don't need it
Nirbheek Chauhan
2016-11-04
failing tests: required : true is true implicitly
Nirbheek Chauhan
2016-11-04
dependency: Check that cached_dep has the 'required' attribute
Nirbheek Chauhan
2016-11-04
travis.yml: Run tests for both unity builds too
Nirbheek Chauhan
2016-11-04
travis.yml: Run tests against both gcc and clang
Nirbheek Chauhan
2016-11-02
gettext: Use argparse to handle arguments
Patrick Griffis
2016-11-02
Allow subproject declarations in subdirectories
Scott D Phillips
2016-11-02
Fix dependency() ignoring required attribute when checked second or third time
Tim-Philipp Müller
2016-11-02
Merge pull request #980 from ebassi/gtkdoc-fixes
Jussi Pakkanen
2016-11-02
Do not error out if compdb can not be created.
Jussi Pakkanen
2016-11-02
The regex to detect version numbers needs to be a bit more complex. Closes #967.
Jussi Pakkanen
2016-11-02
A few sysconf fixes.
Jussi Pakkanen
2016-11-02
Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapi
Jussi Pakkanen
2016-11-02
Merge pull request #949 from centricular/has-function-xcode8-fixes
Jussi Pakkanen
2016-11-01
Run unittests only with default compiler.
Jussi Pakkanen
2016-11-01
gtkdoc: Add `ignore_headers` positional argument
Emmanuele Bassi
2016-11-01
gtkdochelper: Add 'overrides.txt' to the content files
Emmanuele Bassi
2016-10-30
Exposes the install names of targets in introspection. Closes #829.
Jussi Pakkanen
2016-10-30
Merge pull request #965 from schultetwin/serialize_native_executable_exe_wrap...
Jussi Pakkanen
2016-10-30
Clang also supports gnu89/99/11, gnu++03/11/14/1z
Nirbheek Chauhan
2016-10-27
Adding my name to authors.txt as requested
Mark Schulte
2016-10-27
Allow running native executable in cross build
Mark Schulte
2016-10-27
mesonlib: close file before (re)moving
Scott D Phillips
2016-10-27
compilers: Ignore pthread flags when using MSVC
Nirbheek Chauhan
2016-10-26
Merge pull request #952 from centricular/deterministic-sources-outputs
Jussi Pakkanen
2016-10-26
Upgrade docker build image to yakkety.
Jussi Pakkanen
2016-10-26
Add osx test for the XCode 8 fixes to has_function
Nirbheek Chauhan
2016-10-26
Use *FLAGS from the env in compiler checks
Nirbheek Chauhan
2016-10-26
Directly pass the compiler to get_args_from_envvars
Nirbheek Chauhan
2016-10-26
has_function: Try to use the function being checked
Nirbheek Chauhan
2016-10-25
Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapi
Jussi Pakkanen
2016-10-25
vala: Use a portable path join for the VAPI
Guillaume Poirier-Morency
2016-10-25
Add a unit test to ensure object file order
Nirbheek Chauhan
2016-10-25
Ninja: Use OrderedDict in places where order matters
Nirbheek Chauhan
2016-10-25
Add -Wl,-no_weak_imports to has_function with XCode 8
Nirbheek Chauhan
2016-10-25
has_function: Only ignore prototype when no includes are specified
Nirbheek Chauhan
2016-10-25
compilers: Derive ClangObj*Compiler from ClangCompiler too
Nirbheek Chauhan
[next]