aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Remove some spurious calls to the format() functionJon Turney1-3/+3
2018-08-27using urlopen() with explicit timeoutAndrei Antonov1-3/+4
2018-08-23Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen1-1/+13
2018-08-23My bad.Jussi Pakkanen1-1/+1
2018-08-23CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan1-5/+9
2018-08-23compilers: Handle dupes in the --start/end-group logicOle André Vadla Ravnås1-3/+4
2018-08-23Merge pull request #4068 from ndufresne/masterXavier Claessens1-1/+8
2018-08-23Merge pull request #3769 from xclaesse/command-line-step2Xavier Claessens7-36/+24
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen5-30/+59
2018-08-22compilers: Reduce sizes of MSVC linked binariesOle André Vadla Ravnås2-4/+7
2018-08-22find_library: Allow undefined symbols while linkingNirbheek Chauhan2-1/+29
2018-08-22find_library: Use _build_wrapper to get library dirsBruce Richardson6-67/+66
2018-08-22Set wrap_mode to None by default to know if user passed a valueXavier Claessens2-2/+3
2018-08-22mesonmain: Use MesonException instead of RuntimeError in MesonApp initXavier Claessens1-5/+5
2018-08-22mlog.shutdown(): Return the log file path or None if not initializedXavier Claessens1-0/+3
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens3-11/+1
2018-08-22interpreter: Simplify get_option_internal() and fix base option fallbackXavier Claessens1-18/+12
2018-08-22help: Fix printing list of wrap modeNicolas Dufresne1-1/+8
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan1-20/+45
2018-08-21Merge pull request #4064 from xclaesse/allow-dupsXavier Claessens2-4/+5
2018-08-21Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen1-12/+15
2018-08-20UserArrayOption: Allow duplicates when used as <lang>_args optionXavier Claessens2-4/+5
2018-08-20Remap -std=c++14 dialect names for older compilersDavid Seifert1-2/+10
2018-08-20Pass -install-name arguments to linkerGoaLitiuM1-0/+3
2018-08-20Fix D soname arguments for Windows and OSXGoaLitiuM1-3/+12
2018-08-20Fix wrong DMD optimization levelsGoaLitiuM1-4/+4
2018-08-19Fix various small test failures on macOSNirbheek Chauhan1-1/+1
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen1-6/+31
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen13-45/+322
2018-08-17minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)1-3/+3
2018-08-17minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)1-1/+19
2018-08-17minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)1-2/+9
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch1-12/+15
2018-08-16Use unique output for windows.compile_resources()Jon Turney1-12/+15
2018-08-15Unconditionally use get_gui_app_args()Jon Turney2-3/+5
2018-08-15Explicitly set the Windows subsystem for ninja/VisualCJon Turney3-7/+12
2018-08-15gnome: Filter LDFLAGS passed to g-ir-scannerNirbheek Chauhan1-14/+35
2018-08-15gnome: Filter CFLAGS that are passed to g-ir-scannerNirbheek Chauhan1-3/+9
2018-08-15install_subdir: Also copy dangling symlinksNirbheek Chauhan1-7/+13
2018-08-14interpreter: Add support for dict additionXavier Claessens1-4/+10
2018-08-14Fix yielding when subproject option type is differentNirbheek Chauhan1-4/+15
2018-08-14Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi2-4/+14
2018-08-12Merge pull request #4000 from MathieuDuponchelle/gir_multiple_libsJussi Pakkanen1-143/+262
2018-08-12Merge pull request #4004 from mesonbuild/nirbheek/console-entrypointJussi Pakkanen1-3/+5
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen1-4/+4
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen5-14/+29
2018-08-11Clarify the FeatureNew summary messageNirbheek Chauhan1-1/+1
2018-08-11Print only custom env vars in the test log for each testNirbheek Chauhan1-4/+10
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan1-0/+3
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan1-1/+5