Re: ansi colors

2012-02-10 Thread Matt
No, I found out if the output is not TTY it is not color output: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/kwsys/Terminal.c;hb=v2.8.7#l181 May have to add in my own colorized parser. Matt On Feb 9, 4:19 pm, Sami Tikka wrote: > Does your build generate color codes also when the output is

Re: ansi colors

2012-02-09 Thread Sami Tikka
Does your build generate color codes also when the output is not a TTY I.e. when piped to another process or redirected to a file? -- Sami Matt Fair kirjoitti 9.2.2012 kello 9.15: > I'm building my c++ code via cmake generated make file and command > line scripts. The cmake generated make fil

ansi colors

2012-02-08 Thread Matt Fair
I'm building my c++ code via cmake generated make file and command line scripts. The cmake generated make file produces ansi color output in my terminal (example output: http://doc.qt.nokia.com/qq/34/cmake-build.png). I installed the ansi color build plugin, checked the box for my build environmen