Live data from Hacker News

Browsing C++ Source Code on the Web

woboq.com

1–10 of 17 posts

Re: Browsing C++ Source Code on the Web

#4
Very nice, I've been looking for something like this for my own open source project, have even been thinking about developing one myself (also using clang/llvm, to get metrics for visualization, call graphs, usages, data dependencies etc).

Current similar systems, as far as I know, are either very limited, or slow, or almost impossible to get to work for other projects than what they're based on.

Nice work. I hope the system itself will also be open source some day :)

Re: Browsing C++ Source Code on the Web

#9
post #4

Very nice, I've been looking for something like this for my own open source project, have even been thinking about developing one myself (also using clang/llvm, to get metrics for visualization, call graphs, usages, data dependencies etc). Current similar systems, as far as I know, are either very limited, or slow, or almost impossible to get to work for other projects than what they're based on. Nice work. I hope th…

DXR is similar, and is open source: https://github.com/mozilla/dxr/tree/testing
Post reply on HN