-
Notifications
You must be signed in to change notification settings - Fork 4
Add external logger to the project #220
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
Closed
Closed
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
c7b3f24
Init adding spdlog to dsm project
Grufoony 6f09527
Working logger
Grufoony 1518ac6
Fix some messages
Grufoony 765328f
Enhance logging
Grufoony e004129
Change default generator
Grufoony 66640d2
Fix env variable
Grufoony 29c330b
Update installation guidelines
Grufoony ad4917a
Add multiplication factor to Graph class
Grufoony f7287df
Small bugfix
Grufoony 33e3efa
Merge branch 'main' into feature_addLogger
Grufoony 857cc9a
Revert Graph changes
Grufoony c81977e
Removed test
Grufoony 410bbe1
Update version
Grufoony afeaea8
Replace vcpkg with FetchContent
Grufoony a2c0095
Update Readme.md
Grufoony 34087d7
Merge branch 'main' into feature_addLogger
Grufoony 55e49f0
Formatting
Grufoony 983efca
Zio bricco pylint
Grufoony 240150e
Update cmakelists
Grufoony 933f338
Fix pylint
Grufoony a73b473
Working benchmarks
Grufoony 9334858
Add logger to Street class
Grufoony f3d81aa
Enhance console logger in street
Grufoony 52adbc5
Slightly rework of addAgentsRandomly
Grufoony a475187
Bugfix and console logging agent class
Grufoony 6d65371
Adding console loggers...
Grufoony 2d3cc48
Adding console logger to Itinerary
Grufoony 9fe83e8
Ops
Grufoony 026f5dd
Addd console logger to node class
Grufoony 6ac3c78
Bugfixing
Grufoony cf5d3c7
Try to fix workflow
Grufoony a48aed8
Merge branch 'main' into feature_addLogger
Grufoony b32fc38
Update checkout action
Grufoony 9d59f40
Add wf for tests on macos
Grufoony 4aaf9d9
Fix some clang warnings
Grufoony 0ade4b0
Try -pthreads flag
Grufoony 69de6a1
Nope
Grufoony a9a0a1e
Merge branch 'main' into feature_addLogger
Grufoony 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,6 @@ env: | |
| jobs: | ||
| build: | ||
| runs-on: macos-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
|
|
||
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
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
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
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
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
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
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
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
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
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.
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.
Check notice
Code scanning / Cppcheck (reported by Codacy)
time is Y2038-unsafe Note