Page 8 of 9
Re: C++ wrappers
Posted: Tue Oct 24, 2017 6:16 am
by Korken
Bump on the C++ wrappers
Re: C++ wrappers
Posted: Thu Nov 16, 2017 1:07 am
by gclarkii
Hello,
I've not worked on my code in a couple of weeks, but so far everything just works. I'm not using anything real fancy, so...
namespaces, objects, exceptions, templates, virtual classes, etc... All working and except for exceptions, none of it has little to no implications for run time. Yes, even virtual classes do not seem to hit the system.
GB
Re: C++ wrappers
Posted: Sun Dec 03, 2017 11:09 am
by Korken
Bumpeli bump

How is it coming along Giovanni?
Re: C++ wrappers
Posted: Sun Dec 03, 2017 12:49 pm
by Giovanni
Trunk changed, patches do not work, could you post the wrapper simply zipped?
Giovanni
Re: C++ wrappers
Posted: Sun Dec 03, 2017 1:01 pm
by Korken
Do you want me to remake the patch based on trunk?
What is not working?
Else just roll back until the patch works with Git and do an recursive merge forward.
It will probably fix itself then.
Re: C++ wrappers
Posted: Sun Dec 03, 2017 2:50 pm
by Giovanni
Just post the files, thanks.
Giovanni
Re: C++ wrappers
Posted: Mon Dec 04, 2017 9:51 pm
by Korken
Here is the original patch together with the fixes to syscalls.
Re: C++ wrappers
Posted: Thu Dec 14, 2017 1:53 pm
by gclarkii
Hello,
Got a question, is there a GOOD reason for the C++ Wrapper to be in the mainline area? If it went to Contrib it could be updated much easier with out putting the load on Giovanni.
GB
Re: C++ wrappers
Posted: Thu Dec 14, 2017 1:55 pm
by Giovanni
If you want you could put in community but I do plan to review it.
Giovanni
Re: C++ wrappers
Posted: Thu Dec 14, 2017 2:12 pm
by gclarkii
Hi Giovanni,
I just thought that in Contrib it could be updated much faster; Korken's patch back in July of 2016 worked quite well, but was never applied.
You've said yourself that your not really into C++ whereas between Korken, myself, etc there people that would by choice use C++.
GB