colorgcc
has continuously improved over the last 16 years
thanks to the following people:
Adrian Likins [email protected]
color_cvs
gave the idea for colorgcc
.
Jamie Moyers [email protected]
Wrote and maintained colorgcc
until version 1.3.2.
Scott Harrington [email protected]
General solution to the escape chars in compiler command line args problem.
exec compiler when not colorizing to preserve STDOUT, STDERR.
Fixed the STDIN kludge.
Elias S. G. Carotti [email protected]
Corrected handling of text like -DPACKAGE="Package"
Spotted return code bug.
Erwin S. Andreasen [email protected]
Return code bug fix.
Steve Churchill [email protected]
Return code bug fix.
Rik Hemsley [email protected]
Found STDIN bug.
Added function findPath()
to search compiler within $PATH
.
More highlighting lines: "instanciated from", "note:" and linker error.
gentoo-patches to colorize Notes, to indetify color and to clean the 2 space indetion.
Added detection for GCC_COLORS
environment variable (GCC-4.9 -fdiagnostics-color
).
Added chainedPath option for using colorgcc
in chain with other tools (e.g. ccache
).
Also cleaned up path lookup and other minor stuff.
His contribution solves Archlinux bug #41423.
Repported bug undefined directory while parsing $PATH
.
Fixed the above bug undefined directory while parsing $PATH
.