C++ wrappers
Re: C++ wrappers
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
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
- Giovanni
- Site Admin
- Posts: 14891
- Joined: Wed May 27, 2009 8:48 am
- Has thanked: 1202 times
- Been thanked: 996 times
Re: C++ wrappers
Trunk changed, patches do not work, could you post the wrapper simply zipped?
Giovanni
Giovanni
Re: C++ wrappers
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.
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.
- Giovanni
- Site Admin
- Posts: 14891
- Joined: Wed May 27, 2009 8:48 am
- Has thanked: 1202 times
- Been thanked: 996 times
Re: C++ wrappers
Here is the original patch together with the fixes to syscalls.
- Attachments
-
- syscalls_cpp.cpp.zip
- (443 Bytes) Downloaded 529 times
-
- cpp-wrapper-patch-20160729.zip
- (21.15 KiB) Downloaded 505 times
Re: C++ wrappers
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
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
- Giovanni
- Site Admin
- Posts: 14891
- Joined: Wed May 27, 2009 8:48 am
- Has thanked: 1202 times
- Been thanked: 996 times
Re: C++ wrappers
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
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