summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2020-02-05Merge pull request #6573 from michaelbadcrumble/add_sample_templatesJussi Pakkanen
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens
2020-02-04Fix prefix dependent option defaults (#6552)Jon Turney
2020-02-02update test_templates in run_unittests.pyMichael
2020-02-01summary: Fix empty list caseXavier Claessens
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D
2020-01-29Skip ld tests if no compiler installed.Jussi Pakkanen
2020-01-29run_unitests: Add a test for DependencyFactory orderingDylan Baker
2020-01-29run_unittests: Add a chdir context managerDylan Baker
2020-01-27Fix broken link on Elbrus Fortran compilermakise-homura
2020-01-27ObjC/ObjC++ compilers are not available for Elbrus, so don't failmakise-homura
2020-01-26Support multiple args to message() and warning()Xavier Claessens
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens
2020-01-24unit tests: summary() test does not fail on Windows anymoreNirbheek Chauhan
2020-01-24summary: Ensure that output is deterministicNirbheek Chauhan
2020-01-24unit tests: Open all documentation as utf-8Nirbheek Chauhan
2020-01-22test_pkgconfig_gen_deps: set PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/libMike Gilbert
2020-01-22tests: Add a test case for finding ldDylan Baker
2020-01-22environment: Replace LD with <LANG>LDDylan Baker
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau
2020-01-22tests: Add a unit test for checksumsNirbheek Chauhan
2020-01-17wrap: Fix support of file:// URLsXavier Claessens
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen
2019-12-13mlog: Add a log_once functionDylan Baker
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger
2019-12-10run_unittests: Disable pytest with python <= 3.5Xavier Claessens
2019-12-10assert(): Make message argument optionalXavier Claessens
2019-12-08dist: Add --include-subprojects optionXavier Claessens
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker
2019-12-03run_unittests: Add tests for LD on windowsDylan Baker
2019-12-03run_unittests: Add unittests for ld overridingDylan Baker
2019-12-03Intel: Dump worthless Xild abstractionsDylan Baker
2019-12-02run_unittests: remove unused PatchModule classDylan Baker
2019-12-02Allow selecting the dynamic linkerDylan Baker
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen
2019-11-14mintro: dependencies: added version keyDaniel Mensinger
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen
2019-11-07dependencies/pkgconfig: Fix error reportingMarvin Scholz
2019-11-06Fix typos found by codespellWolfgang Stöggl