summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-26Only use the numeric part of the pcap_lib_version()Jon Turney
2018-08-26Pass kwargs to ThreadDependency superclass constructorJon Turney
2018-08-26Drop redundant logging in OpenMPDependency constructorJon Turney
2018-08-26Set is_found in AppleFrameworks constructorJon Turney
2018-08-26Fix a misplaced bracket in GLDependency constructorJon Turney
2018-08-23Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen
2018-08-23My bad.Jussi Pakkanen
2018-08-23CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan
2018-08-23compilers: Handle dupes in the --start/end-group logicOle André Vadla Ravnås
2018-08-23Merge pull request #4068 from ndufresne/masterXavier Claessens
2018-08-23Merge pull request #3769 from xclaesse/command-line-step2Xavier Claessens
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen
2018-08-22compilers: Reduce sizes of MSVC linked binariesOle André Vadla Ravnås
2018-08-22Test that system shlibs with undefined symbols can be foundNirbheek Chauhan
2018-08-22find_library: Allow undefined symbols while linkingNirbheek Chauhan
2018-08-22find_library: Use _build_wrapper to get library dirsBruce Richardson
2018-08-22Set wrap_mode to None by default to know if user passed a valueXavier Claessens
2018-08-22mesonmain: Use MesonException instead of RuntimeError in MesonApp initXavier Claessens
2018-08-22mlog.shutdown(): Return the log file path or None if not initializedXavier Claessens
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens
2018-08-22interpreter: Simplify get_option_internal() and fix base option fallbackXavier Claessens
2018-08-22help: Fix printing list of wrap modeNicolas Dufresne
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan
2018-08-21Merge pull request #4064 from xclaesse/allow-dupsXavier Claessens
2018-08-21Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen
2018-08-20UserArrayOption: Allow duplicates when used as <lang>_args optionXavier Claessens
2018-08-20Improve D mixed language test caseGoaLitiuM
2018-08-20Remap -std=c++14 dialect names for older compilersDavid Seifert
2018-08-20Pass -install-name arguments to linkerGoaLitiuM
2018-08-20Fix D soname arguments for Windows and OSXGoaLitiuM
2018-08-20Fix wrong DMD optimization levelsGoaLitiuM
2018-08-20Remove dependency to D runtime in mixed language testsGoaLitiuM
2018-08-19Fix various small test failures on macOSNirbheek Chauhan
2018-08-19tests/check header: Use linux/socket.h instead of if.h [skip appveyor]Nirbheek Chauhan
2018-08-19Do not scan test logs. Closes #4046.Jussi Pakkanen
2018-08-19Scan markdown files for tabs.Jussi Pakkanen
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-19Consolidated if and elif tests in one project.Jussi Pakkanen
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-08-18meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan
2018-08-17minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)
2018-08-17minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)
2018-08-17minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)
2018-08-17unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch
2018-08-16Use unique output for windows.compile_resources()Jon Turney
2018-08-16Extend test case to cover issue #3999Jon Turney
2018-08-15Kill tabs dead! For good!Jussi Pakkanen