FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · anvanster/codegraph · GitHub
anvanster
/
codegraph
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
21
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 2, 2026
feat: include path search + callback argument detection for C parser
Show description for dad8fd3
anvanster
and
claude
committed
dad8fd3
View commit details
Copy full SHA for dad8fd3
Browse repository at this point
feat: ASP.NET Web Forms (.aspx) directive extraction
Show description for 79da117
anvanster
and
claude
committed
79da117
View commit details
Copy full SHA for 79da117
Browse repository at this point
Commits on Apr 1, 2026
feat: detect kernel macros (module_init, EXPORT_SYMBOL)
Show description for 4959666
anvanster
and
claude
committed
4959666
View commit details
Copy full SHA for 4959666
Browse repository at this point
Merge pull request #5 from anvanster/claude/add-author-attribution-ljTaD
Show description for 004c84a
anvanster
authored
004c84a
View commit details
Copy full SHA for 004c84a
Browse repository at this point
feat: add REUSE-compliant .reuse/dep5 and SPDX headers to .toml and .sh files
Show description for c31ce29
claude
committed
c31ce29
View commit details
Copy full SHA for c31ce29
Browse repository at this point
feat: add build.rs to embed git hash, build timestamp, and rustc version
Show description for d4fd33f
claude
committed
d4fd33f
View commit details
Copy full SHA for d4fd33f
Browse repository at this point
Merge pull request #4 from anvanster/claude/add-author-attribution-ljTaD
Show description for eec6e6d
anvanster
authored
eec6e6d
View commit details
Copy full SHA for eec6e6d
Browse repository at this point
add Apache 2.0 NOTICE file for required redistribution attribution
Show description for 9240b6c
claude
committed
9240b6c
View commit details
Copy full SHA for 9240b6c
Browse repository at this point
docs: update README with current crate versions, all 16 parsers, and refreshed test counts
Show description for fe850af
claude
committed
fe850af
View commit details
Copy full SHA for fe850af
Browse repository at this point
Commits on Mar 31, 2026
feat: add author attribution and branding across all crates
Show description for bbbbf25
claude
committed
bbbbf25
View commit details
Copy full SHA for bbbbf25
Browse repository at this point
Commits on Mar 30, 2026
fix: strip #ifdef/#endif directives in preprocessor
Show description for 5bcac9c
anvanster
and
claude
committed
5bcac9c
View commit details
Copy full SHA for 5bcac9c
Browse repository at this point
Commits on Mar 29, 2026
fix: add struct_type/field_name fields to all parser CallRelation constructors
Show description for 14b6df5
anvanster
and
claude
committed
14b6df5
View commit details
Copy full SHA for 14b6df5
Browse repository at this point
feat: track struct type + field name on ops struct assignments
Show description for 6910d6c
anvanster
and
claude
committed
6910d6c
View commit details
Copy full SHA for 6910d6c
Browse repository at this point
feat: auto-resolve local #include headers for type context
Show description for ee07aaa
anvanster
and
claude
committed
ee07aaa
View commit details
Copy full SHA for ee07aaa
Browse repository at this point
Commits on Mar 28, 2026
fix: add C99 stdint types to preprocessor + detect in strict mode
Show description for 381ace5
anvanster
and
claude
committed
381ace5
View commit details
Copy full SHA for 381ace5
Browse repository at this point
Commits on Mar 22, 2026
fix: remove strict has_error() rejection from C++ parser
Show description for aaedb06
anvanster
and
claude
committed
aaedb06
View commit details
Copy full SHA for aaedb06
Browse repository at this point
Commits on Mar 21, 2026
feat: extract Verilog/SystemVerilog function and task parameters
Show description for 43e2896
anvanster
and
claude
committed
43e2896
View commit details
Copy full SHA for 43e2896
Browse repository at this point
feat: extract COBOL EXEC SQL table names (#37)
Show description for 4fe6ff2
anvanster
and
claude
committed
4fe6ff2
View commit details
Copy full SHA for 4fe6ff2
Browse repository at this point
feat: extract Fortran function/subroutine parameters (#42)
Show description for 3ae4a81
anvanster
and
claude
committed
3ae4a81
View commit details
Copy full SHA for 3ae4a81
Browse repository at this point
fix: replace VLAs with fixed arrays for MSVC compatibility
Show description for dc65baa
anvanster
and
claude
committed
dc65baa
View commit details
Copy full SHA for dc65baa
Browse repository at this point
chore: rustfmt formatting fixes across parser crates
Show description for f75f6ae
anvanster
and
claude
committed
f75f6ae
View commit details
Copy full SHA for f75f6ae
Browse repository at this point
feat: improve Fortran parser quality
Show description for 639622f
anvanster
and
claude
committed
639622f
View commit details
Copy full SHA for 639622f
Browse repository at this point
test(codegraph-cobol): add PERFORM VARYING and GO TO extraction tests
Show description for f5622b9
anvanster
and
claude
committed
f5622b9
View commit details
Copy full SHA for f5622b9
Browse repository at this point
fix(codegraph-cobol): extract GO TO and EXEC CICS as call relationships
Show description for 12f5a7b
anvanster
and
claude
committed
12f5a7b
View commit details
Copy full SHA for 12f5a7b
Browse repository at this point
fix(codegraph-cobol): extract PERFORM calls as call relationships
Show description for 2683673
anvanster
and
claude
committed
2683673
View commit details
Copy full SHA for 2683673
Browse repository at this point
test: add AWS CardDemo COBOL integration test (106 files, 100% parse rate)
Show description for ebe3912
anvanster
and
claude
committed
ebe3912
View commit details
Copy full SHA for ebe3912
Browse repository at this point
test: add real-world integration tests for COBOL and Fortran
Show description for e16ea92
anvanster
and
claude
committed
e16ea92
View commit details
Copy full SHA for e16ea92
Browse repository at this point
Merge branch 'overstory/build-cobol/cobol-parser' — resolve Cargo.toml members conflict
anvanster
committed
c8ca370
View commit details
Copy full SHA for c8ca370
Browse repository at this point
feat(codegraph-cobol): add COBOL parser crate
Show description for 3e600ca
anvanster
and
claude
committed
3e600ca
View commit details
Copy full SHA for 3e600ca
Browse repository at this point
feat(codegraph-fortran): add Fortran parser crate
Show description for 2e4a913
anvanster
and
claude
committed
2e4a913
View commit details
Copy full SHA for 2e4a913
Browse repository at this point
Commits on Mar 18, 2026
fix: vtable calls create Calls edges via file node (#35)
Show description for 2d9894c
anvanster
and
claude
committed
2d9894c
View commit details
Copy full SHA for 2d9894c
Browse repository at this point
feat(codegraph-c): detect vtable/struct function pointer assignments (#35)
Show description for 8e6994a
anvanster
and
claude
committed
8e6994a
View commit details
Copy full SHA for 8e6994a
Browse repository at this point
feat(codegraph-typescript): extract type refs from variable annotations (#20)
Show description for 8cd34a6
anvanster
and
claude
committed
8cd34a6
View commit details
Copy full SHA for 8cd34a6
Browse repository at this point
feat(codegraph-rust): add type reference mapper + integration tests
Show description for 94cf25e
anvanster
and
claude
committed
94cf25e
View commit details
Copy full SHA for 94cf25e
Browse repository at this point
feat: add type reference extraction to codegraph-rust
Show description for 6167be7
anvanster
and
claude
committed
6167be7
View commit details
Copy full SHA for 6167be7
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL