-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor list
into a separate source file in libqb/
#147
Labels
libqb-refactor
Separating out libqb.cpp
Comments
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 13, 2024
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 13, 2024
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 14, 2024
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 16, 2024
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 16, 2024
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 16, 2024
Merged
mkilgore
added a commit
to mkilgore/QB64pe
that referenced
this issue
Feb 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
list
is a structure defined inlibqb.cpp
. It is fairly self-contained but used by a lot of the code. I don't personally think it's worth using in a lot of cases compared to various C++ data structures we have access too, but lots of code needs to interface with existinglist
s that won't be replaced any time soon, so making this properly available inlibqb/
would help that.The text was updated successfully, but these errors were encountered: