Commit Graph

18 Commits

Author SHA1 Message Date
dfuchs ade7d7bf73 Code optimizations
- make variables const where possible
- use `std::ranges::transform`
- variable initialization optimized
- removed redundant namespace usage
2026-05-03 14:11:49 +02:00
dfuchs 96cc3eba60 updated README.md 2026-04-08 08:43:05 +00:00
dfuchs 12adf61de9 Moved .h and .cpp files to separate directories 2019-11-28 22:45:12 +01:00
dfuchs 76599a286f Hide false-positive usage of old headers 2019-11-28 21:43:09 +01:00
dfuchs ad9960635b Added algorithms library 2019-11-28 21:42:07 +01:00
dfuchs dff20e8bac Use foobar for testing purposes 2019-11-28 21:41:32 +01:00
dfuchs f4f8ae63c6 Prefixed private attributes with _
- adapted braces
- added comments
2019-11-28 21:40:26 +01:00
dfuchs d76dbaaf98 README.md added 2019-11-19 00:26:04 +01:00
dfuchs 36df0e1809 String library comments updated 2019-11-19 00:25:55 +01:00
dfuchs 80e443cda2 Add LICENSE 2019-11-18 23:35:07 +01:00
dfuchs c0f4a5ca73 String library included and extended 2019-11-18 23:33:30 +01:00
dfuchs 30cbc96569 Network namespaces simplified 2019-11-18 23:32:48 +01:00
dfuchs 34432c0aae Project settings changed
- c++ standard changed to c++20
- cmake minimum increased to 3.15
2019-11-18 23:31:27 +01:00
dfuchs 3122eaf731 Build folder changed 2019-11-18 23:30:01 +01:00
dfuchs ca3bb7b390 .gitignore extended 2019-11-18 22:53:26 +01:00
dfuchs 59721673e9 Base structure configured 2018-09-05 17:35:27 +02:00
dfuchs 1b6a782d04 Tests added 2018-09-05 17:34:41 +02:00
dfuchs 0a3668032d .gitignore added 2018-04-21 19:21:19 +02:00