aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-04-01meson_test: Add support for --no-stdsplit option.Hemmo Nieminen2-12/+19
2016-04-01meson_test: Move "options" to a global variable.Hemmo Nieminen1-3/+5
2016-03-31Merge pull request #486 from nioncode/vs-transitivedepsJussi Pakkanen1-1/+1
2016-03-31Merge pull request #488 from nioncode/vs-extrafilesJussi Pakkanen1-1/+6
2016-03-31Only check cl banner string on Windows. Closes #491.Jussi Pakkanen1-1/+4
2016-03-30And private libraries.Jussi Pakkanen1-4/+7
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen4-23/+24
2016-03-30Can set requires manually into generated pc files.Jussi Pakkanen1-2/+10
2016-03-30Add global arguments to vala compilations.Jussi Pakkanen1-3/+6
2016-03-30vs2010: add extra_files to projectNicolas Schneider1-1/+6
2016-03-30vs2010: fix transitive dependenciesNicolas Schneider1-1/+1
2016-03-29Merge branch 'vs-privinc'Jussi Pakkanen1-0/+4
2016-03-29Merge branch 'vs-fixinclude'Jussi Pakkanen1-5/+2
2016-03-29Merge branch 'vs-extraargs'Jussi Pakkanen3-22/+18
2016-03-29Merge branch 'samename'Jussi Pakkanen3-19/+44
2016-03-29vs2010: support EXTRA_ARGS for generatorsNicolas Schneider3-8/+11
2016-03-29vs2010: fix generated files' pathNicolas Schneider1-7/+2
2016-03-29vs2010: fix relative path to target private dir for generatorsNicolas Schneider1-3/+4
2016-03-29vs2010: fix generator commandNicolas Schneider1-5/+2
2016-03-29vs2010: fix include directoriesNicolas Schneider1-5/+2
2016-03-29vs2010: support private include dirsNicolas Schneider1-0/+4
2016-03-28Merge pull request #478 from centricular/sizeof_no_symbolJussi Pakkanen1-1/+1
2016-03-28compilers: Return -1 from cc.sizeof if the symbol could not be foundNirbheek Chauhan1-1/+1
2016-03-28move source file conflict detection into Vs2010 backendNicolas Schneider2-13/+25
2016-03-25vs2010: use copy of buildtype_args to not change global stateNicolas Schneider1-1/+1
2016-03-25vs2010: fix object extraction with same source file nameNicolas Schneider3-22/+19
2016-03-24vs2010: support same source file names in different subdirsNicolas Schneider2-0/+16
2016-03-23Error out if using a not found binary in the build. Closes #469.Jussi Pakkanen1-0/+2
2016-03-20Fix up typo in precompiled headers base option handlingTim-Philipp Müller1-1/+1
2016-03-20Merge branch 'base_options'.Jussi Pakkanen11-80/+218
2016-03-20Merge branch 'Custom target absolute paths'.Jussi Pakkanen2-5/+7
2016-03-20Merge pull request #441 from nioncode/vs-compile-argsJussi Pakkanen1-27/+64
2016-03-20Open Meson and option files explicitly as utf-8. Closes #467.Jussi Pakkanen2-3/+3
2016-03-20Grab base options from the command line.Jussi Pakkanen2-2/+7
2016-03-20Converted precompiled headers into a base option.Jussi Pakkanen6-32/+17
2016-03-20Converted coverage into a base option.Jussi Pakkanen8-29/+25
2016-03-20Preserve b_ prefix for base option names.Jussi Pakkanen2-4/+7
2016-03-20Merge pull request #464 from tp-m/bool-to-string-and-to-intJussi Pakkanen1-0/+26
2016-03-20Merge pull request #453 from nioncode/vs-customTargetDependenciesJussi Pakkanen2-1/+11
2016-03-20Merge pull request #463 from tp-m/plus-assign-for-strings-and-intsJussi Pakkanen1-2/+10
2016-03-19Add bool to_string() and to_int() methodsTim-Philipp Müller1-0/+26
2016-03-19Add += support for strings and integersTim-Philipp Müller1-2/+10
2016-03-19compilers: While linking, filter out libraries that are bundled with the MSVC...Nirbheek Chauhan1-1/+7
2016-03-18Merge pull request #456 from nirbheek/implement_libexecdirJussi Pakkanen5-0/+12
2016-03-18Merge pull request #455 from nirbheek/meson_install_shebang_parsingJussi Pakkanen1-6/+10
2016-03-18Merge pull request #458 from nioncode/vs-object-extractionJussi Pakkanen2-9/+17
2016-03-18Added base options to Clang compilers.Jussi Pakkanen2-8/+37
2016-03-18Implement cc.find_library for the Visual Studio C/C++ compilersNirbheek Chauhan1-0/+16
2016-03-17Do not use lundef on OSX.Jussi Pakkanen1-4/+12
2016-03-17Works when mixing Java and C.Jussi Pakkanen2-14/+17