Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Владислав Будин
CardGen
Commits
7d1dfd97
Commit
7d1dfd97
authored
1 year ago
by
Qesait
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
b8b36e87
a8de4c5d
main
1 merge request
!1
добавил исключения, функция in может работать без скобок, поправил внешний вид...
Changes
66
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+11
-0
.gitignore
.gitmodules
+3
-0
.gitmodules
CMakeLists.txt
+6
-12
CMakeLists.txt
plugins/audios/audios/__init__.py
+1
-0
plugins/audios/audios/__init__.py
plugins/audios/audios/audios_provider.py
+22
-0
plugins/audios/audios/audios_provider.py
plugins/definitions/definitions/__init__.py
+1
-0
plugins/definitions/definitions/__init__.py
plugins/definitions/definitions/definitions_provider.py
+101
-0
plugins/definitions/definitions/definitions_provider.py
plugins/definitions/definitions/utils.py
+674
-0
plugins/definitions/definitions/utils.py
plugins/format_processors/processor/__init__.py
+1
-0
plugins/format_processors/processor/__init__.py
plugins/format_processors/processor/format_processor.py
+22
-0
plugins/format_processors/processor/format_processor.py
plugins/images/images/__init__.py
+1
-0
plugins/images/images/__init__.py
plugins/images/images/images_provider.py
+22
-0
plugins/images/images/images_provider.py
plugins/sentences/sentences/__init__.py
+1
-0
plugins/sentences/sentences/__init__.py
plugins/sentences/sentences/sentences_provider.py
+22
-0
plugins/sentences/sentences/sentences_provider.py
python_tests/CMakeLists.txt
+19
-0
python_tests/CMakeLists.txt
server/CMakeLists.txt
+17
-0
server/CMakeLists.txt
server/lib/CMakeLists.txt
+2
-0
server/lib/CMakeLists.txt
server/lib/network/CMakeLists.txt
+3
-0
server/lib/network/CMakeLists.txt
server/lib/network/ResponseGenerators/CMakeLists.txt
+11
-0
server/lib/network/ResponseGenerators/CMakeLists.txt
server/lib/network/ResponseGenerators/ResponseGenerators.cpp
+326
-0
server/lib/network/ResponseGenerators/ResponseGenerators.cpp
with
1266 additions
and
12 deletions
+1266
-12
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets