-
-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refac: flattened structure, changed directory names, and removed free… (
#1807) * refac: flattened structure, changed directory names, and removed freetype from mac builds * chore: delete duplicate directory * chore: delete duplicate directory * fix: ci pipelines * fix: ci builds for linux/mac * fix: ci builds for linux/mac * add debug info to ci * again * fix: static analysis * Update CMakeLists.txt
- Loading branch information
Showing
5,695 changed files
with
2,773,795 additions
and
330 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
# default owners | ||
* @hoffstadt | ||
* @hoffstadt | ||
|
||
# directories | ||
/Dependencies/ @hoffstadt | ||
/Scripts/ @hoffstadt | ||
/DearPyGui/ @hoffstadt @Pcothren | ||
/ImGuiTesting/ @hoffstadt @Pcothren | ||
/Tools/* @hoffstadt @Pcothren | ||
/docs/* @hoffstadt @Pcothren | ||
/thirdparty/ @hoffstadt | ||
/scripts/ @hoffstadt | ||
/src/ @hoffstadt @Pcothren | ||
/docs/* @hoffstadt @Pcothren | ||
|
||
# specific files | ||
/DearPyGui/cmake/distribution.cmake @hoffstadt | ||
/DearPyGui/cmake/embedded.cmake @hoffstadt | ||
/DearPyGui/CMakeLists.txt @hoffstadt | ||
/DearPyGui/.gitignore @hoffstadt | ||
CMakeLists.txt @hoffstadt | ||
CMakeSettings.json @hoffstadt | ||
setup.py @hoffstadt | ||
.gitattributes @hoffstadt | ||
.gitignore @hoffstadt | ||
.gitmodules @hoffstadt | ||
.readthedocs.yaml @hoffstadt @Pcothren | ||
/src/distribution.cmake @hoffstadt | ||
/src/embedded.cmake @hoffstadt | ||
/src/CMakeLists.txt @hoffstadt | ||
/src/.gitignore @hoffstadt | ||
CMakeLists.txt @hoffstadt | ||
CMakeSettings.json @hoffstadt | ||
setup.py @hoffstadt | ||
.gitattributes @hoffstadt | ||
.gitignore @hoffstadt | ||
.gitmodules @hoffstadt | ||
.readthedocs.yaml @hoffstadt @Pcothren | ||
|
||
# no owners | ||
README.md | ||
/docs/source/ | ||
/Resources | ||
/assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[submodule "Dependencies/imgui"] | ||
path = Dependencies/imgui | ||
[submodule "thirdparty/imgui"] | ||
path = thirdparty/imgui | ||
url = https://github.com/ocornut/imgui | ||
branch = master | ||
[submodule "Dependencies/cpython"] | ||
path = Dependencies/cpython | ||
[submodule "thirdparty/cpython"] | ||
path = thirdparty/cpython | ||
url = https://github.com/python/cpython | ||
branch = master | ||
[submodule "Dependencies/glfw"] | ||
path = Dependencies/glfw | ||
[submodule "thirdparty/glfw"] | ||
path = thirdparty/glfw | ||
url = https://github.com/glfw/glfw | ||
branch = master | ||
[submodule "Dependencies/freetype"] | ||
path = Dependencies/freetype | ||
[submodule "thirdparty/freetype"] | ||
path = thirdparty/freetype | ||
url = https://gitlab.freedesktop.org/freetype/freetype | ||
[submodule "Dependencies/DearPyGui_Ext"] | ||
path = Dependencies/DearPyGui_Ext | ||
[submodule "thirdparty/DearPyGui_Ext"] | ||
path = thirdparty/DearPyGui_Ext | ||
url = https://github.com/hoffstadt/DearPyGui_Ext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.