| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-01-06 | build: clean up configurationHEADdevelop | Felix Morgner | 5 | -40/+74 | |
| 2025-02-26 | lib: add missing includes | Felix Morgner | 2 | -2/+8 | |
| 2025-02-26 | lib: add missing iterator include | Felix Morgner | 1 | -0/+1 | |
| 2025-02-26 | lib: feature i/o stream functionality | Felix Morgner | 1 | -132/+64 | |
| 2025-02-26 | ide: silence modules warnings | Felix Morgner | 1 | -0/+2 | |
| 2025-02-26 | lib: require C++23 | Felix Morgner | 1 | -1/+1 | |
| 2025-02-26 | ide: ensure compile commands are available | Felix Morgner | 2 | -1/+3 | |
| 2025-02-26 | newtype: bump version | Felix Morgner | 1 | -2/+2 | |
| 2025-02-26 | doc: update sphinx | Felix Morgner | 1 | -1/+1 | |
| 2025-02-26 | newtype: bump version | Felix Morgner | 1 | -0/+1 | |
| 2025-02-26 | build: clean up CMakeLists.txt files | Felix Morgner | 4 | -20/+47 | |
| 2025-02-26 | build: remove conan | Felix Morgner | 34 | -142/+34 | |
| 2023-12-21 | new_type: reduce code cuplicationfeature/documentation-update | Felix Morgner | 1 | -450/+108 | |
| 2023-12-21 | new_type: simplify implementation | Felix Morgner | 8 | -551/+372 | |
| 2023-06-09 | new_type: implement basic spaceship support | Felix Morgner | 3 | -10/+81 | |
| 2023-06-09 | derivation_clause: remove all operator | Felix Morgner | 2 | -87/+79 | |
| 2023-06-09 | derivation_clause: remove relational operators | Felix Morgner | 2 | -151/+0 | |
| 2023-06-09 | doc: update copyright year | Felix Morgner | 1 | -1/+1 | |
| 2023-06-09 | newtype: remove left-over enable_ifs | Felix Morgner | 1 | -6/+10 | |
| 2023-06-09 | newtype: merge impl headers to main header | Felix Morgner | 3 | -204/+194 | |
| 2023-06-09 | newtype: merge derivable header to main header | Felix Morgner | 15 | -148/+90 | |
| 2023-06-09 | newtype: merge version header to main header | Felix Morgner | 7 | -32/+18 | |
| 2023-06-09 | newtype: merge concepts header to main header | Felix Morgner | 4 | -519/+507 | |
| 2023-06-09 | newtype: bump version to 2.0.0 | Felix Morgner | 2 | -6/+6 | |
| 2023-06-09 | ide: configure documentation editing | Felix Morgner | 1 | -2/+1 | |
| 2023-06-09 | build: reenable documentation build | Felix Morgner | 3 | -3/+83 | |
| 2023-06-09 | doc: move docs to source | Felix Morgner | 4 | -0/+0 | |
| 2023-06-09 | package: remove superfluous option | Felix Morgner | 1 | -8/+0 | |
| 2023-06-09 | build: modernize library installation | Felix Morgner | 1 | -1/+1 | |
| 2023-06-09 | build: build examples and install their sources | Felix Morgner | 1 | -9/+11 | |
| 2023-06-09 | concepts: move from enable_if to concepts | Felix Morgner | 12 | -1540/+1113 | |
| 2023-06-09 | concepts: replace compound arithmetic traits | Felix Morgner | 6 | -167/+91 | |
| 2023-06-09 | concepts: replace iterator traits | Felix Morgner | 6 | -782/+620 | |
| 2023-06-08 | concepts: replace arithmetic traits | Felix Morgner | 4 | -141/+93 | |
| 2023-06-08 | concepts: replace relational traits | Felix Morgner | 4 | -250/+141 | |
| 2023-06-08 | concepts: group in namespaces | Felix Morgner | 1 | -66/+81 | |
| 2023-06-08 | concepts: replace is_*_output_streamable* | Felix Morgner | 4 | -38/+22 | |
| 2023-06-08 | concets: replace is_*_input_streamable* | Felix Morgner | 3 | -35/+28 | |
| 2023-06-08 | derivations: introduce nt::contains concept | Felix Morgner | 2 | -10/+8 | |
| 2023-06-08 | concepts: replace is_*_*equality_comparable | Felix Morgner | 4 | -84/+55 | |
| 2023-06-08 | concepts: replace is_hashable_v | Felix Morgner | 4 | -29/+35 | |
| 2023-06-08 | ide: adjust LSP configuration | Felix Morgner | 1 | -3/+4 | |
| 2023-06-08 | conan: only build tests if not disabled | Felix Morgner | 1 | -2/+3 | |
| 2023-06-08 | conan: add gnu profile | Felix Morgner | 2 | -0/+4 | |
| 2023-06-08 | lib: fix installation step | Felix Morgner | 2 | -7/+2 | |
| 2023-06-08 | tests: port relational operator tests | Felix Morgner | 3 | -322/+304 | |
| 2023-06-08 | tests: port iterable tests | Felix Morgner | 3 | -720/+1064 | |
| 2023-06-08 | tests: port constructor tests | Felix Morgner | 3 | -92/+104 | |
| 2023-06-08 | tests: convert compile-time constant assertions | Felix Morgner | 5 | -67/+67 | |
| Assertions that validate necessarily compile-time constant properties should be implemented using STATIC_REQUIRES*, since this will make sure that the test suite won't event build if there are low-level semantic issues in the library. | |||||
| 2023-06-08 | tests: port I/O operators tests | Felix Morgner | 3 | -122/+113 | |
