summaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)Author
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens
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-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-21Remove duplicated object files in static librariesXavier Claessens
2019-10-15Add test case to verify identity cross buildsRoss Burton
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen
2019-10-01Recursively include all objects from uninstalled static librariesXavier Claessens
2019-10-01Do not promote to link_whole when an internal library links to anotherXavier Claessens
2019-10-01pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens
2019-10-01Fix link_with of a static library with an uninstalled static libraryXavier Claessens
2019-10-01Fix link_whole of static librariesXavier Claessens
2019-09-29environment: Support taking values from dictMarc-André Lureau
2019-09-08Fix static archives stripping (#5905)David Seifert
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert
2019-09-04mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen
2019-08-03Condense test directory names.Jussi Pakkanen
2019-07-31mintro: Fix crash related to the sources kwarg (fixes #5741)Daniel Mensinger
2019-07-10Add alias_target() functionXavier Claessens
2019-06-09Make test for identityJohn Ericson
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-06-05Add tests for std usage. Closes #5097.Jussi Pakkanen
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson
2019-05-29dependencies/cmake: correctly handle spaces in variable namesDylan Baker
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker
2019-05-27coredata: add cmake_prefix_path optionDylan Baker
2019-05-13ast: fix #5376Daniel Mensinger
2019-05-03LLVM: Added CMake backendDaniel Mensinger
2019-05-02mtest: check for an empty suite listPeter Hutterer
2019-04-23ast: Improved test caseDaniel Mensinger
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger
2019-04-23ast: support elementary object methodsDaniel Mensinger
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan
2019-04-13mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker
2019-04-02mintro: fix some interpreter crashesDaniel Mensinger
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen
2019-03-20Add test case for multiple cross filesRoss Burton
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan