-
Notifications
You must be signed in to change notification settings - Fork 12k
main: log file #2748
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
main: log file #2748
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
62de8a6
initial, base LOG macro
staviq 727af3e
add *.log to .gitignore
staviq d5156d3
added basic log file handler
staviq 356a166
reverted log auto endline to better mimic printf
staviq 71d05b9
remove atomics and add dynamic log target
staviq 47b9f2d
log_enable/disable, LOG_TEE, basic usage doc
staviq f5080da
update .gitignore
staviq 8054c32
Merge branch 'master' into betterlogs
staviq 45f1a43
mv include to common, params, help msg
staviq 360b36c
log tostring helpers, token vectors pretty prints
staviq 181e8a9
main: replaced fprintf/LOG_TEE, some trace logging
staviq 54e81ba
Merge branch 'ggerganov:master' into betterlogs
staviq 4fdcede
LOG_DISABLE_LOGS compile flag, wrapped f in macros
staviq c8a1118
fix LOG_TEELN and configchecker
staviq 9bace22
stub LOG_DUMP_CMDLINE for WIN32 for now
staviq 0b36725
fix msvc
staviq e99f039
cleanup main.cpp:273
staviq 5031c50
Merge branch 'master' into betterlogs
staviq 5cea869
fix stray whitespace after master sync
staviq 2c1930d
Merge branch 'master' into HEAD
ggerganov b97958a
log : fix compile warnings
ggerganov 6b4c65b
log : do not append to existing log + disable file line func by default
ggerganov 891ac40
Merge branch 'master' into HEAD
ggerganov 5c978f4
log : try to fix Windows build
ggerganov c72d344
main : wip logs
ggerganov ecdf113
main : add trace log
ggerganov f7ac431
Merge branch 'ggerganov:master' into betterlogs
staviq 3a10f5a
review: macro f lowercase, str append to sstream
staviq ba5590f
review: simplify ifs and str comparisons
staviq 3edee3f
fix MSVC, formatting, FMT/VAL placeholders
staviq 6fa208e
review: if/else cleanup
staviq f60f7d3
review: if/else cleanup (2)
staviq 89dc100
replace _ prefix with _impl suffix
staviq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.