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

V1.0 #147

Open
wants to merge 128 commits into
base: master
Choose a base branch
from
Open

V1.0 #147

wants to merge 128 commits into from

Conversation

berdal84
Copy link
Owner

No description provided.

As "inline" is not required by compilers, and does not guarantee it wil be, there is no point to add it. It might be inlined in -O2/-O3 if the body is in the same *.h
Interesting for compile-time interfaces
LOG_VERBOSE => TOOLS_LOG(TOOLS_VERBOSE, ...)
LOG_MESSAGE => TOOLS_LOG(TOOLS_MESSAGE, ...)
LOG_WARNING => TOOLS_LOG(TOOLS_WARNING, ...)
LOG_ERROR   => TOOLS_LOG(TOOLS_ERROR, ...)
adds TOOLS_DEBUG_LOG, similar to TOOLS_LOG but disabled when TOOLS_DEBUG is undefined.
messages where not filtered by global verbosity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant