aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)AuthorFilesLines
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-0/+1
2020-02-01summary: Fix empty list caseXavier Claessens1-0/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher5-5/+5
2020-01-17wrap: Fix support of file:// URLsXavier Claessens3-0/+4
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen36-0/+0
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-8/+8
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+2
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens2-6/+3
2019-12-12Add a summary() function for configuration summarizationXavier Claessens3-0/+23
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-2/+3
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D19-20/+20
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves1-0/+1
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen8-45/+0
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-21Remove duplicated object files in static librariesXavier Claessens4-0/+29
2019-10-15Add test case to verify identity cross buildsRoss Burton3-0/+22
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen3-0/+11
2019-10-01Recursively include all objects from uninstalled static librariesXavier Claessens6-0/+36
2019-10-01Do not promote to link_whole when an internal library links to anotherXavier Claessens4-0/+32
2019-10-01pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens6-0/+46
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens5-0/+36
2019-10-01Fix link_with of a static library with an uninstalled static libraryXavier Claessens5-0/+28
2019-10-01Fix link_whole of static librariesXavier Claessens5-0/+37
2019-09-29environment: Support taking values from dictMarc-André Lureau2-0/+16
2019-09-08Fix static archives stripping (#5905)David Seifert8-0/+50
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert8-0/+0
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert8-0/+45
2019-09-04mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger1-1/+3
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen4-2/+27
2019-08-03Condense test directory names.Jussi Pakkanen64-0/+0
2019-07-31mintro: Fix crash related to the sources kwarg (fixes #5741)Daniel Mensinger1-1/+1
2019-07-10Add alias_target() functionXavier Claessens2-0/+18
2019-06-09Make test for identityJohn Ericson4-0/+52
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-6/+1
2019-06-05Add tests for std usage. Closes #5097.Jussi Pakkanen2-0/+3
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson3-1/+17
2019-05-29dependencies/cmake: correctly handle spaces in variable namesDylan Baker1-4/+4
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker2-0/+82
2019-05-27coredata: add cmake_prefix_path optionDylan Baker2-0/+8
2019-05-13ast: fix #5376Daniel Mensinger1-0/+7
2019-05-03LLVM: Added CMake backendDaniel Mensinger1-1/+1
2019-05-02mtest: check for an empty suite listPeter Hutterer3-0/+12
2019-04-23ast: Improved test caseDaniel Mensinger1-12/+4
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger1-0/+14
2019-04-23ast: support elementary object methodsDaniel Mensinger1-3/+2
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger1-1/+4
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger1-1/+3
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan2-0/+21
2019-04-13mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger1-0/+3
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker2-0/+10