-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Building for windows and linux (0.0.1) (#2)
- Loading branch information
Showing
12 changed files
with
108 additions
and
45 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ imgui.ini | |
*.rpp-bak | ||
*.RPP-bak | ||
*.kdev4 | ||
*.tar.gz | ||
*.zip |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[wrap-git] | ||
url = https://github.com/SFML/SFML.git | ||
revision = 2.5.1 | ||
depth = 1 |
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,6 +1,4 @@ | ||
[wrap-git] | ||
url = https://github.com/actonDev/iPlug2.git | ||
# TODO: use a tag when things are ~stable | ||
# for now using a symlink to my iPlug2 repo | ||
depth = 1 | ||
revision = feature/meson-and-linux-nogui | ||
revision = feature/meson-and-linux-nogui | ||
depth = 1 |
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,6 +1,9 @@ | ||
[wrap-git] | ||
url = https://github.com/actonDev/imgui.git | ||
# contains fixes about how the mouse events are handled | ||
# needed for the vst | ||
# if not.. some hacks for the input focus had to be done | ||
revision = feature/meson-sdl | ||
# contains a patch with thread_local: | ||
# - imgui context is thread_local | ||
# - opengl2 impl global variables thread_local | ||
# revision = feature/meson+thread_local | ||
# depth = 1 | ||
# c6411cd : feature/meson+thread_local 12/09/2020 | ||
revision = c6411cdb |
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,5 +1,10 @@ | ||
[wrap-git] | ||
url = https://github.com/actonDev/s7-imgui.git | ||
#WIP.. this changes fast | ||
revision = feature/c-bindings-s7-work-etc | ||
depth = 1 | ||
# WIP.. this changes fast | ||
# revision = feature/c-bindings-s7-work-etc | ||
# SFML work (migrated from SDL) | ||
revision = 4515e47 | ||
# Note: cannot use commit ids with depth=1 | ||
# https://mesonbuild.com/Wrap-dependency-system-manual.html | ||
# depth - shallowly clone the repository to X number of commits. Note that git always allow shallowly cloning branches, but in order to clone commit ids shallowly, the server must support | ||
# depth = 1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.