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

Crashtracking for Windows #892

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
622f28f
WIP
kevingosse Jan 28, 2025
9432c74
Checkpoint
kevingosse Feb 10, 2025
6337dac
Checkpoint
kevingosse Feb 18, 2025
7534b60
Checkpoint
kevingosse Feb 20, 2025
2389144
linting
kevingosse Feb 20, 2025
d17c84e
Keep trying to please the linter
kevingosse Feb 20, 2025
be78818
Warning + license
kevingosse Feb 20, 2025
21a49d7
More clippy
kevingosse Feb 20, 2025
00821c6
Getting there
kevingosse Feb 20, 2025
9f93da2
...
kevingosse Feb 20, 2025
036af55
Conditionally define windows functions
kevingosse Feb 20, 2025
cf5ea53
Conditional compilation
kevingosse Feb 20, 2025
14136df
Fix following rebase
kevingosse Feb 21, 2025
af91be6
Regenerate license file
kevingosse Feb 21, 2025
ea8e7c3
Address PR feedback
kevingosse Feb 27, 2025
cd710f2
Add test for WerContext
kevingosse Feb 27, 2025
f3f4b5d
lint
kevingosse Feb 27, 2025
0997117
Clippy is a well deserved name
kevingosse Feb 27, 2025
9eaa7b1
...
kevingosse Feb 27, 2025
174bbcb
Fix
kevingosse Feb 27, 2025
0beb9a1
More clippy
kevingosse Feb 27, 2025
d556178
Add test for pdb info
kevingosse Feb 27, 2025
c01c1c1
Restore version of symbolic-common
kevingosse Feb 27, 2025
26f36f4
Clippy
kevingosse Feb 27, 2025
6c5b6ec
Add integration test, rename callbacks
kevingosse Feb 28, 2025
5573cfe
Lint
kevingosse Feb 28, 2025
86beb13
Update license
kevingosse Feb 28, 2025
8a87c53
Lint
kevingosse Feb 28, 2025
b045ec6
Lint?
kevingosse Feb 28, 2025
1448094
Debugging why it fails in the CI
kevingosse Feb 28, 2025
a942e57
Try hardcoding the path to see what happens in the CI
kevingosse Feb 28, 2025
c62002f
fix compiltion
kevingosse Feb 28, 2025
2fde2f6
More debug
kevingosse Feb 28, 2025
0ae36c5
More debug
kevingosse Feb 28, 2025
1e67828
Compilation error
kevingosse Feb 28, 2025
bb22975
Try to log stuff
kevingosse Feb 28, 2025
0a077d7
Change error mode
kevingosse Feb 28, 2025
094f206
CLeanup
kevingosse Feb 28, 2025
0f2ad7e
Fixes
kevingosse Mar 3, 2025
587dd57
Remove extra lib
kevingosse Mar 3, 2025
cf53ea7
Update license
kevingosse Mar 3, 2025
e2bf2ac
Lint
kevingosse Mar 3, 2025
62a957a
Clippy
kevingosse Mar 3, 2025
9c7b9b7
Use Mutex
kevingosse Mar 3, 2025
7c8a3e2
Newline
kevingosse Mar 3, 2025
95cc74a
Move core logic
kevingosse Mar 3, 2025
c2227bc
Clippy
kevingosse Mar 3, 2025
df6ea80
Remove duplicated tests
kevingosse Mar 4, 2025
5d91436
Merge branch 'main' into kevin/crashtracking_windows
kevingosse Mar 4, 2025
b5164d6
Rename the test
kevingosse Mar 4, 2025
3c3a9de
Make feature conditional on windows
kevingosse Mar 13, 2025
8c0398e
Address PR feedback
kevingosse Mar 13, 2025
17fe93c
Add safety comments
kevingosse Mar 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 181 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading