Skip to content

Applying some changes #2

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

Merged
merged 1 commit into from
Feb 5, 2022
Merged

Conversation

shadergz
Copy link
Contributor

@shadergz shadergz commented Feb 5, 2022

CMake config file:
Using "ON" instead of "True" to set global CMake variables
Removing unnecessary double quotes ("")

Program:
Moving some variables to outside of loop conditions, it's make the code more readable and some cases more fast (depended on the compiler context, maybe him optimize this... MAYBE)

Using C++ casting instead of C casting

Screenshot from 2022-02-05 15-27-38

CMake config file:
Using "ON" instead of "True" to set global Cmake variables
Removing unnecessary double quotes ("")

Program:
Moving some variables to outside of loop conditions, it's make the code more readable and some cases more fast (dependend on the compiler context, maybe him optimize this... MAYBE)

Using C++ casting instead of C casting
@merces
Copy link
Owner

merces commented Feb 5, 2022

Thank you!

@merces merces added the enhancement New feature or request label Feb 5, 2022
@merces merces merged commit 6f765e0 into merces:master Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants