[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 since

[CMake] PATCH: Eclipse CDT4 Generator

2008-12-24 Thread Miguel A. Figueroa-Villanueva
Hello, I have a patch for correctly handling the executable_ouput_path/CMAKE_RUNTIME_OUTPUT_DIRECTORY variables as well as the library_output_path in the Eclipse CDT4 Generator. Could someone inspect and apply this patch? I also have a patch for the following bug for your consideration: