[CMake] PATCH: Eclipse CDT4 Generator (bugs 8205 and 8212)

2008-12-30 Thread Miguel A. Figueroa-Villanueva
Hello, I have generated a patch that will EscapeForXML the corresponding entities in the Eclipse CDT4 generator. Basically, it provides a function that will replace the <,>,\",& values in a string for the corresponding escape values. Note that the apostrophe (i.e., single quote) is not escaped si

[CMake] CMakeEd Eclipse Plugin version 1.1.0 Now Available

2008-12-30 Thread Michael Jackson
On behalf of C Thing Software and BlueQuartz Software I would like to announce the final release of the CMakeEd Eclipse Plugin. Some features of the plugin are: * Syntax highlighting for CMake defined variables, User defined Variables, Properties and Reserved Words * Preference Panel to s

Re: [CMake] CMake's Dependency Scanner - Disabling?

2008-12-30 Thread Bill Hoffman
Naram Qashat wrote: However, this seems a risky thing to do, as keeping your depends up-to-date will be difficult. As long as none of your users complain on the CMake mailing list about things not rebuilding when they should, I guess that is your problem... :) -Bill I tried to do includ

Re: [CMake] CMake's Dependency Scanner - Disabling?

2008-12-30 Thread Naram Qashat
Bill Hoffman wrote: Naram Qashat wrote: Is it possible to disable CMake's implicit dependency scanner? I understand that it is probably a helpful feature on many projects, but on the project I'm working on, I opted to explicitly define the dependencies instead and would like to save a bit of