Zac Hansen

Results 20 issues of Zac Hansen

I have a interface library with target_compile_features(MyLibrary INTERFACE cxx_std_17) set on it. elsewhere when I do an add_executable(MyExecutable and then target_link_library my MyLibrary interface library onto my executable, when I...

in clang, I get warnings on two lines: union { ; T m_values[1]; }; For unnecessary `;` and return sizeof(leaf_node) + sizeof(T*[size-1]); for using VLAs, which aren't a part of...

and you didn't even have the image I was looking for. Please add the image I was looking for to your page somewhere. Thank you. ![image](https://user-images.githubusercontent.com/143986/36929702-a29f8dca-1e49-11e8-926a-240f36136f7f.png) https://www.google.com/search?q=c%2B%2B+%22PIMPL+ALL+THE+THINGS%22&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjOo4TskM_ZAhUIMGMKHcXDAFEQ_AUICigB&biw=1264&bih=776 http://knowyourmeme.com/memes/all-the-things ![image](https://user-images.githubusercontent.com/143986/36929770-7e7e8ca6-1e4a-11e8-8025-6106cf82d5a0.png)

the three other plugins all came through on a git submodule update, but I had to manually clone uesvon. Any reason it's not linked as the other three are?

which then leads to linker errors. It should not be allowed (or require explicit flag saying it is)

need to apply add_new_constructor_function_template_callback to const type of wrapped class as well.

Getting comments from WrappedClassBase instead of the class itself in unit tests for js stub

ClassParser

WrappedClass, ClassFunction, DataMember, etc should all register (via a xl::log_guard (which may not exist yet)) for being notified of messages and they should track them, especially errors

ClassParser

Can't compile a function template, it needs to be an actual function add_static_method("something", &MyClass::static_templated_function);