Browsing C++ Source Code on the Web
woboq.com
Browsing C++ Source Code on the Web
1–10 of 17 posts
Re: Browsing C++ Source Code on the Web
#2Re: Browsing C++ Source Code on the Web
#3Re: Browsing C++ Source Code on the Web
#4Current 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
#5Re: Browsing C++ Source Code on the Web
#6Re: Browsing C++ Source Code on the Web
#7(DXR also uses Clang as its parsing engine)
Re: Browsing C++ Source Code on the Web
#8Re: Browsing C++ Source Code on the Web
#9Very 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…
Re: Browsing C++ Source Code on the Web
#10Looks very similar to Mozilla's DXR: https://wiki.mozilla.org/DXR (DXR also uses Clang as its parsing engine)