Skip to content
Extraits de code Groupes Projets
Vérifiée Valider f9eb562b rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Update the DOC

parent feb203a4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!15Video playback with mpv
...@@ -21,7 +21,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED) ...@@ -21,7 +21,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED) find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
if(WIN32) 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() endif()
# Find others dependencies # Find others dependencies
......
...@@ -42,9 +42,11 @@ the Vivy's lib and the types used in Vivy's UI. ...@@ -42,9 +42,11 @@ the Vivy's lib and the types used in Vivy's UI.
Some of the new features will be used: Some of the new features will be used:
- concepts (of course!) - concepts (of course! at least we try)
- coroutines - coroutines (not supported by compilers for now)
- likely and unlikely attributes - likely and unlikely attributes
- auto return types in functions and arguments, to pass objects like
lambda or other callable
#### Unused features #### Unused features
...@@ -52,6 +54,6 @@ Some of the feature may not be ...@@ -52,6 +54,6 @@ Some of the feature may not be
used or not already be in use for multiple reasons: 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 - 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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter