Hello all, I am looking at contributing to gradle to help add more functionality to it's eclipse-cdt and g++ support. Specifically, I want to add an option in CDT to allow users to add build paths. I would also like to give users the option to compile C code with the 'g++ -x c' option.
I noticed that a recent commit to the cpp sub-project was entitled 'Initial cut of support for compiling C sources,' and I am curious if this actually removed the feature that I am proposing and if there is a specific reason to avoid this path? For the cdt change, I have been looking at the source and it seems to me that the change would have to be made in the CprojectDescriptor model. If there is anything else about gradle's C and CDT functionality that I should be made aware of, please let me know! Thanks, Mitchell -- ------------------------ This message is for the named person(s) use only. It may contain confidential proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly use, disclose,distribute, print, or copy any part of this message if you are not the intended recipient. Allston Trading LLC and its subsidiaries and affiliates each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ------------------------
