aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15Moved scripts in the module and started work to run them via the main meson ↵Jussi Pakkanen20-68/+156
command.
2016-01-15Some fixes for other backends.Jussi Pakkanen2-7/+7
2016-01-15Can compile full test suite.Jussi Pakkanen8-21/+21
2016-01-15Can run most of test suite (with hacks).Jussi Pakkanen21-53/+51
2016-01-15Organise files into a module structure.Jussi Pakkanen42-272/+283
2016-01-14Merge pull request #354 from minijackson/masterJussi Pakkanen3-2/+3
Merged fixes.
2016-01-14Adding myself to authors.txtMinijackson1-0/+1
2016-01-14More cleanups.Jussi Pakkanen1-8/+9
2016-01-14Some more error logging.Jussi Pakkanen1-1/+1
2016-01-14Some fixesMinijackson2-2/+2
2016-01-12Print output of failed tests. Closes ##347.Jussi Pakkanen2-10/+21
2016-01-10Can use external libs as dependencies of dependencies. Closes #321.Jussi Pakkanen3-1/+11
2016-01-10Build Java projects with multiple files and other cleanups.Jussi Pakkanen8-16/+40
2016-01-06Added missing shebang line.Jussi Pakkanen1-1/+3
2016-01-02Can tag include directories as system dirs to reduce compiler warning noise. ↵Jussi Pakkanen5-15/+26
Closes #345.
2016-01-02By default do not specify language version but instead use the compiler's ↵Jussi Pakkanen3-6/+8
default.
2016-01-02Fix " quoting on Windows.Jussi Pakkanen1-1/+3
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only ↵Jussi Pakkanen5-0/+36
reliable way.
2016-01-02Added test to check that backslashes are passed properly through the pipeline.Jussi Pakkanen3-6/+18
2015-12-31Always run ninja test even if there is a rogue install file at the top of ↵Jussi Pakkanen1-1/+1
your build dir. Closes #343.
2015-12-29Merge pull request #342 from ↵Igor Gnatenko1-1/+1
martin-ejdestig/fix_vcs_tag_missing_fallback_error_string Fix vcs_tag missing fallback error string
2015-12-28Fix vcs_tag missing fallback error stringMartin Ejdestig1-1/+1
2015-12-29Upped version number for new development.Jussi Pakkanen1-1/+1
2015-12-28Bumped version number for release.0.28.0Jussi Pakkanen6-6/+6
2015-12-28A few vs2010 fixes.Jussi Pakkanen1-2/+1
2015-12-28Fix manygen to work with msvc.Jussi Pakkanen2-17/+34
2015-12-28Use global certificates now that we have letsencrypt set up. Also fall back ↵Jussi Pakkanen1-50/+15
to plain http because many places are missing letsencrypt certificates.
2015-12-28Merge pull request #338 from mesonbuild/multigenJussi Pakkanen9-1/+121
Custom target libgen
2015-12-28Fix path generation so generations in subdirs work.Jussi Pakkanen5-8/+9
2015-12-28Handle custom targets that produce static libraries that are then linked to ↵Jussi Pakkanen8-1/+120
other targets.
2015-12-28Merge pull request #339 from martin-ejdestig/cpp_std_trivial_fixesJussi Pakkanen2-4/+5
cpp_std trivial fixes
2015-12-27Fixed some tests for new stricter options and OSX.Jussi Pakkanen2-11/+14
2015-12-27Add myself to authors.txtMartin Ejdestig1-1/+2
2015-12-27Use set_value to preserve option invariants.Jussi Pakkanen1-2/+1
2015-12-27Replace c++1y with c++14 as a choice for cpp_stdMartin Ejdestig1-2/+2
c++1y is deprecated in GCC 5 (see -std option in man page). Not sure about Clang since the documentation is a bit more sparse. But it is probably a good idea to keep them in sync and also to prefer c++14 over c++1y since c++1y was only temporary until the standard was done.
2015-12-27Fix typo in description of cpp_std option for GnuCPPCompilerMartin Ejdestig1-1/+1
It is already correct for ClangCPPCompiler.
2015-12-27Fixing threading problems by reordering lines at random. It is the only true ↵Jussi Pakkanen1-2/+2
way.
2015-12-27Boost win detection tuning.Jussi Pakkanen3-5/+19
2015-12-25Test threads with both C and C++.Jussi Pakkanen2-4/+52
2015-12-25Made thread test work on Windows.Jussi Pakkanen1-0/+29
2015-12-25Added explicit thread dependency.Jussi Pakkanen3-0/+32
2015-12-24Some xcodefixes.Jussi Pakkanen1-2/+1
2015-12-23Fix imports on osx.Jussi Pakkanen1-1/+5
2015-12-23Typo fix.Jussi Pakkanen1-1/+1
2015-12-23Moved pkg-config to a module so we no longer need special case code in core ↵Jussi Pakkanen6-109/+120
for it.
2015-12-18Make vs dependency detector work on non-english locales.Jussi Pakkanen2-9/+41
2015-12-17Compile Windows resources. Closes #333.Jussi Pakkanen6-1/+74
2015-12-16Automatically generate compile commands db for tooling.Jussi Pakkanen1-0/+9
2015-12-13Detection works with more vs versions. Closes #332.Jussi Pakkanen1-2/+2
2015-12-12Ignore decode errors to work with compilers that write out non-utf8 text.Jussi Pakkanen1-19/+19