aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-11-10Merge pull request #1011 from centricular/runtarget-files-rel-builddirJussi Pakkanen1-3/+3
2016-11-10Merge pull request #991 from mesonbuild/wip/tingping/gresource-depfileJussi Pakkanen3-28/+42
2016-11-10Fix debug PCH builds with MSVC 2012 and laterNirbheek Chauhan2-5/+14
2016-11-10vs: Properly split per-compiler args into per-file optionsNirbheek Chauhan1-64/+96
2016-11-10vs backend: coredata.meson_script_file was renamedNirbheek Chauhan1-1/+1
2016-11-09gnome: Improve dependency handling of compile_resources()Patrick Griffis1-22/+39
2016-11-09backends: Output depfiles in same directory as targetPatrick Griffis2-6/+3
2016-11-09custom_target: Substitute @OUTPUT@ and @INPUT properlyNirbheek Chauhan1-26/+43
2016-11-09Create target directory if it does not exist. Closes #935.Jussi Pakkanen1-0/+4
2016-11-09Merge pull request #1006 from centricular/cpp-has-header-symbolJussi Pakkanen1-10/+48
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen1-6/+7
2016-11-08rpm: Fix trivial typo in BuildRequiresNirbheek Chauhan1-1/+1
2016-11-08Merge pull request #1005 from centricular/javac-no-javaJussi Pakkanen1-5/+15
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan11-33/+38
2016-11-09ninja: Pass absolute path of files to run targetsNirbheek Chauhan1-3/+3
2016-11-09javac: Fail gracefully if there's no JVMNirbheek Chauhan1-5/+15
2016-11-08Search for headers in build dir before source dir. Closes #984.Jussi Pakkanen1-2/+3
2016-11-08Inherit VisualStudioCPPCompiler from CPPCompilerNirbheek Chauhan1-1/+2
2016-11-08has_function: Cast to void* instead of intNirbheek Chauhan1-1/+1
2016-11-08has_function: Fix trivial typoNirbheek Chauhan1-1/+1
2016-11-08has_header_symbol: Also detect C++ classes and templatesNirbheek Chauhan1-0/+14
2016-11-08has_header_symbol: Make it work with C++ compilersNirbheek Chauhan1-7/+30
2016-11-07Minor adjusts (#1001)alvarez861-4/+1
2016-11-06Use a cross linker when cross compiling.Jussi Pakkanen1-5/+9
2016-11-06Merge pull request #942 from mesonbuild/tingping/private-methodsJussi Pakkanen2-44/+50
2016-11-06Merge pull request #993 from centricular/cached-dep-required-attrJussi Pakkanen1-4/+2
2016-11-06Added reconfigure target that always reruns Meson.Jussi Pakkanen2-0/+5
2016-11-06Merge pull request #950 from centricular/fix-dependency-subproject-exceptionsJussi Pakkanen1-7/+11
2016-11-06gnome: Mark helper functions as privatePatrick Griffis1-44/+48
2016-11-06Don't expose module functions prefixed with _Patrick Griffis1-0/+2
2016-11-05ninjabackend: fix error messageTim-Philipp Müller1-1/+1
2016-11-05Don't ignore invalid code related to subproject callsNirbheek Chauhan1-7/+11
2016-11-04dependency: Check that cached_dep has the 'required' attributeNirbheek Chauhan1-4/+2
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis2-43/+52
2016-11-02Allow subproject declarations in subdirectoriesScott D Phillips1-4/+0
2016-11-02Fix dependency() ignoring required attribute when checked second or third timeTim-Philipp Müller1-0/+7
2016-11-02Merge pull request #980 from ebassi/gtkdoc-fixesJussi Pakkanen2-3/+11
2016-11-02Do not error out if compdb can not be created.Jussi Pakkanen1-3/+3
2016-11-02The regex to detect version numbers needs to be a bit more complex. Closes #967.Jussi Pakkanen1-61/+32
2016-11-02A few sysconf fixes.Jussi Pakkanen2-1/+14
2016-11-02Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapiJussi Pakkanen2-0/+153
2016-11-02Merge pull request #949 from centricular/has-function-xcode8-fixesJussi Pakkanen3-86/+112
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi2-3/+7
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi1-0/+4
2016-10-30Exposes the install names of targets in introspection. Closes #829.Jussi Pakkanen2-5/+25
2016-10-30Merge pull request #965 from schultetwin/serialize_native_executable_exe_wrap...Jussi Pakkanen1-1/+5
2016-10-30Clang also supports gnu89/99/11, gnu++03/11/14/1zNirbheek Chauhan1-4/+7
2016-10-27Allow running native executable in cross buildMark Schulte1-1/+5
2016-10-27mesonlib: close file before (re)movingScott D Phillips1-3/+6
2016-10-27compilers: Ignore pthread flags when using MSVCNirbheek Chauhan1-2/+3