aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 t...Jussi Pakkanen1-50/+15
2015-12-28Merge pull request #338 from mesonbuild/multigenJussi Pakkanen9-1/+121
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 o...Jussi Pakkanen8-1/+120
2015-12-28Merge pull request #339 from martin-ejdestig/cpp_std_trivial_fixesJussi Pakkanen2-4/+5
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
2015-12-27Fix typo in description of cpp_std option for GnuCPPCompilerMartin Ejdestig1-1/+1
2015-12-27Fixing threading problems by reordering lines at random. It is the only true ...Jussi Pakkanen1-2/+2
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 f...Jussi Pakkanen6-109/+120
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
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
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
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen9-13/+97
2015-12-10A test can be part of multiple suites.Jussi Pakkanen4-7/+11
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen7-11/+101
2015-12-10gnome: Link against dependencies when building the gir filesThibault Saunier2-0/+11
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen12-10/+88
2015-12-08Add missing info to test introspection format.Jussi Pakkanen1-0/+2
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen7-5/+40
2015-12-07Refactored dep file name so Swift dependency tracking works.Jussi Pakkanen2-1/+10
2015-12-07Can build simple Swift executables.Jussi Pakkanen6-0/+117
2015-12-07Check for clang specifically by name on Windows.Jussi Pakkanen1-2/+2
2015-12-04Merge Python 3.3 fix.Jussi Pakkanen4-5/+10
2015-12-04Handle the case where we can not execute a file the tempdirThibault Saunier1-1/+6
2015-12-04Make it working on python 3.3Thibault Saunier3-4/+4
2015-12-03Write source file immediately after checksum verification.Jussi Pakkanen1-1/+1
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen11-9/+179