Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | core: set_put never returns -EEXIST | Ronny Chevalier | |
When the value is already there it returns 0. Also add a test to ensure this | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-10-04 | test: only use assert_se | Thomas Hindoe Paaboel Andersen | |
The asserts used in the tests should never be allowed to be optimized away | |||
2014-10-01 | tests: add tests for {hashmap,set}_steal_first | Zbigniew Jędrzejewski-Szmek | |
Just to make sure that coverity is wrong. |