aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Merged rust_args branch.Jussi Pakkanen1-0/+5
2017-05-11Flatten SharedLibary link_args.Dylan Baker1-3/+1
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker1-2/+1
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker1-6/+2
2017-05-08rust: Support rust_argsPatrick Griffis1-0/+5
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker1-10/+31
2017-05-08Make name_suffix keyword known to binariesNiclas Moeslund Overby1-1/+1
2017-05-04Merge pull request #1621 from dcbaker/llvm-depJussi Pakkanen1-1/+8
2017-05-03Provide a helpful message when a language is required but not includedDylan Baker1-1/+8
2017-05-04Store extra_files as file objects. Helps with #1686.Jussi Pakkanen1-4/+3
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-9/+7
2017-04-21Use linked-libraries to decide what linker to useNirbheek Chauhan1-2/+35
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+2
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen1-1/+28
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen1-3/+12
2017-04-11Merge pull request #1596 from centricular/test-rebuildsJussi Pakkanen1-1/+5
2017-04-10Provide nice error for invalid types to shared_library vs_module_defsDylan Baker1-0/+4
2017-04-10Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker1-6/+12
2017-04-10Add tests for target and custom_target rebuildNirbheek Chauhan1-1/+5
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen1-20/+30
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen1-1/+28
2017-04-06Use '.exe' extension for executables for CygwinJon Turney1-1/+2
2017-04-06Use correct shared library naming for CygwinJon Turney1-1/+13
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan1-0/+1
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan1-20/+29
2017-04-03Merge pull request #1457 from mesonbuild/overridesJussi Pakkanen1-0/+17
2017-04-03Ensure rules in the generated build.ninja file are in a stable orderSam Thursfield1-3/+12
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen1-17/+17
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen1-9/+16
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen1-0/+10
2017-03-29rust: Support executable name differing from source namePatrick Griffis1-8/+0
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan1-3/+8
2017-03-27Try harder to use the C compiler for compiling asmNirbheek Chauhan1-14/+9
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-6/+7
2017-03-20vs: support Generator outputs as CustomTarget inputsNicolas Schneider1-2/+11
2017-03-04darwin: Also add the major version in the dylibNirbheek Chauhan1-13/+20
2017-03-03Nuke dead code which was used for installing PDB filesNirbheek Chauhan1-35/+0
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen1-0/+10
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen1-0/+4
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan1-2/+18
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan1-0/+19
2017-02-19Add repr() for EnvironmentVariables{,Holder}Nirbheek Chauhan1-0/+4
2017-02-17custom_target: Recursively flatten `command:`Nirbheek Chauhan1-26/+24
2017-01-28Add __repr__ for IncludeDirsNirbheek Chauhan1-0/+4
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan1-4/+6
2017-01-26Add build_by_default to list of kwargs know by CustomTarget.Jussi Pakkanen1-0/+1
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan1-1/+2
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-9/+9
2017-01-15Merge pull request #1303 from mesonbuild/buildonallJussi Pakkanen1-27/+28
2017-01-15build_by_default it is.Jussi Pakkanen1-7/+7