Author Topic: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010  (Read 9446 times)

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« on: November 13, 2010, 12:44:33 pm »
I add the intel compiler 11&12 support (C/C++/Fortran) in C::B, and the patch only works on Windows and if you have VS2008 or VS2010.

Good luck! :P
Regards,
xunxun

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« Reply #1 on: November 14, 2010, 08:04:35 pm »
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« Reply #2 on: November 15, 2010, 05:15:26 am »
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?

Sorry for my expression. I mean if you have intel compiler 11-12 on VS2008 or VS2010, you can try this patch, because I only write for the two.
Regards,
xunxun

Offline pclausen

  • Single posting newcomer
  • *
  • Posts: 7
Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« Reply #3 on: November 23, 2010, 06:08:40 pm »
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?

Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written?  I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« Reply #4 on: November 23, 2010, 10:13:00 pm »
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?

Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written?  I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).
About the files the (user-created) regexes are stored in (and how to share them): http://forums.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594

Offline bug1z

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
« Reply #5 on: November 24, 2010, 09:23:06 pm »
How this use?