Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: Add 'performance-' fixes | Sven Gothel | 2022-11-27 | 1 | -2/+2 |
| | | | | | | | - Drop 'std::move' for trivially copyable things - Use 'const T&' if not moved into and used as R value only - Notable: Can also hold a default value! - Use non-const local vars, if used as return or move value | ||||
* | ClangTidy: Fix test code | Sven Gothel | 2022-11-21 | 1 | -2/+2 |
| | |||||
* | Tests: Don't include iostream if not explicitly used | Sven Gothel | 2022-08-05 | 1 | -1/+0 |
| | |||||
* | Catch2: Adopt tests to v3.0.1 | Sven Gothel | 2022-06-19 | 1 | -2/+0 |
| | |||||
* | unit tests: Add MIT license header | Sven Gothel | 2020-12-25 | 1 | -0/+23 |
| | |||||
* | Replace cppunit.h with Catch2 (v3-devel): Supporting CI integration, more ↵ | Sven Gothel | 2020-12-21 | 1 | -47/+37 |
| | | | | versatile functionality (benchmarking, ..) | ||||
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 1 | -0/+237 |