aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-14Adding myself to authors.txtMinijackson1-0/+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
2015-12-12Create all dirs at the beginning rather than on-demand as a side effect.Jussi Pakkanen1-2/+3
2015-12-12Fix incorrect private_dir_abs method.Jussi Pakkanen3-37/+31
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen27-11/+394
Added Swift support.
2015-12-12Added support for calling into C.Jussi Pakkanen6-6/+42
2015-12-11Can generate swift sources with custom target.Jussi Pakkanen6-13/+60
2015-12-11Merge pull request #327 from mesonbuild/suitesJussi Pakkanen12-10/+96
Added possibility to have multiple test suites.
2015-12-11Use period as the separator because colon causes problems on Windows.Jussi Pakkanen1-1/+1
2015-12-11Some text format fixes.Jussi Pakkanen1-3/+7