Roy Macdonald
Roy Macdonald
@ofTheo as for the public members, I think it is better to leave as strings, since changing to ::path will break stuff (actually, the ofDropInfo class whose public members were...
but it is not deleting these, actually, the headers and .a files dont need to be copied anywhere. So I don't get why it is done , not sure either...
I also noticed that all the core static libraries are getting copied into `libs/openFrameworksCompiled/lib/macos` which I think there is no need for those to sit there. But then, when using...
Hi, @kylemcdonald +1 on this. I'm not sure if I'm excited as you are @bakercp with glm as it gave me a huge head ache on a recently made project....
@bakercp sure, I completely understand you and agree with you. I think that your over engineering brain comes out with some really great things, which have helped me more times...
It seems like those _ being stripped out are the problem. The issue seems to be in ofAddon::addReplaceStringVectorPathStr That is the point where the replacements happen. It is strange though...
I see. I think that that filter was there before. I dont recall adding it. But, then you should have some sort of rule in ofAddon::addReplaceStringVectorPathStr that if it is...
This is a good idea but just to keep in mind: addons_config.mk is used by the make filesystem, thus it needs to conform those standards but also have that in...
My 2 cents. Besides saying that thread management can be a real pain, I think that the purpose of ofThread's destructor being non-virtual was precisely that developers had to be...
also, mainLoop's exit gets called [here](https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/app/ofAppRunner.cpp#L235). So, not sure what gets triggered first.