From f9eb562b79373c6a8220e84355583db7c79df610 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 4 Aug 2021 15:41:23 +0200 Subject: [PATCH] Update the DOC --- CMakeLists.txt | 3 ++- CONTRIBUTING.md | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ed2011d..d5ff0730 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED) find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED) if(WIN32) - message("You are building on windows, take attenion to the dependencies") + message("You are building on windows, pay attenion to the dependencies") + # Needed setup for Vivy to compile on Windows goes here endif() # Find others dependencies diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d4bae82..a28934fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,9 +42,11 @@ the Vivy's lib and the types used in Vivy's UI. Some of the new features will be used: -- concepts (of course!) -- coroutines +- concepts (of course! at least we try) +- coroutines (not supported by compilers for now) - likely and unlikely attributes +- auto return types in functions and arguments, to pass objects like + lambda or other callable #### Unused features @@ -52,6 +54,6 @@ Some of the feature may not be used or not already be in use for multiple reasons: - the new C++20 modules feature is not used because I don't know how it -will play with `moc` + will play with `moc`. It's not supported by clangd for now anyway -- GitLab