From 826881e5fffd46ab773ea1859f662dc9feedf402 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Sep 2024 18:50:29 +0200 Subject: [PATCH] Cleanup README.md --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 250ba9f..2b7f52e 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ Tulz is a light-weight cross-platform C++20 tools library for C++ development. It contains reusable classes that I use in my projects. -## Compilers support - -Tested under: - -| Linux | Windows | Android | -|--------------|----------------------|------------------| -| GCC 13.3.1 | MSVC 19.37.32824 x64 | NDK 22.0.7026061 | -| Clang 17.0.6 | Clang 16.0.0 | | - ## Installation 1. Put sources in your libs folder @@ -30,14 +21,4 @@ Tested under: | Flag | Description | Mandatory | Default | Platform | |----------------------------------------|------------------------------------------|-----------|---------|----------| -| `TULZ_DEMANGLER_DISABLE_THREAD_SAFETY` | Controls `tulz::demangler` thread safety | No | OFF | Windows | - -## Examples - -You can find example in [examples/example.cpp](examples/example.cpp) - -Note that you must clone this repository to `tulz` directory to be able to run example, not `tulz-master` etc - -## Donate - -Payeer: P36281059 +| `TULZ_DEMANGLER_DISABLE_THREAD_SAFETY` | Controls `tulz::demangler` thread safety | No | OFF | Windows | \ No newline at end of file