Overhatted

Results 6 issues of Overhatted

# Problem I'm trying to make the URLs generated by doxygen more human-friendly. With the vanilla doxygen if I generate the documentation, with SEPARATE_MEMBER_PAGES = NO, for a function with...

As mentioned in #612, I have a C++ project that can be built for either Linux or Windows, without any cross-compilation so Linux and Windows are also the two execution...

CLA Signed

I have a project that can be built for either Linux or Windows, without any cross-compilation so Linux and Windows are also the two execution platforms. Since there is remote...

I have the bxl function in the bottom of this post which I'm using to merge all the compile_commands.json in a repository, but the end result is in buck-out. Is...

I'm building a cxx_binary that has some runtime dependencies, both in the form of plugin shared libraries (plugin because they are loaded at runtime using dlopen and should not participate...

Simple PR to avoid adding "__declspec(dllexport)" to function declarations when creating a static library.