Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Validations
f9eb562b
Vérifiée
Valider
f9eb562b
rédigé
3 years ago
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Update the DOC
parent
feb203a4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion
!15
Video playback with mpv
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
CMakeLists.txt
+2
-1
2 ajouts, 1 suppression
CMakeLists.txt
CONTRIBUTING.md
+5
-3
5 ajouts, 3 suppressions
CONTRIBUTING.md
avec
7 ajouts
et
4 suppressions
CMakeLists.txt
+
2
−
1
Voir le fichier @
f9eb562b
...
@@ -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
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
CONTRIBUTING.md
+
5
−
3
Voir le fichier @
f9eb562b
...
@@ -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
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter