Skip to content
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

Closed
mkilgore opened this issue Aug 28, 2022 · 0 comments · Fixed by #455
Closed

Refactor list into a separate source file in libqb/ #147

mkilgore opened this issue Aug 28, 2022 · 0 comments · Fixed by #455
Labels
libqb-refactor Separating out libqb.cpp

Comments

@mkilgore
Copy link
Contributor

list is a structure defined in libqb.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 existing lists that won't be replaced any time soon, so making this properly available in libqb/ would help that.

@mkilgore mkilgore added the libqb-refactor Separating out libqb.cpp label Aug 28, 2022
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
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
Labels
libqb-refactor Separating out libqb.cpp
Projects
Development

Successfully merging a pull request may close this issue.

1 participant