Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3508: bjam output in colours
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-11-07 17:08:10
#3508: bjam output in colours
------------------------------------------+---------------------------------
Reporter: mloskot <mateusz@â¦> | Owner: grafik
Type: Feature Requests | Status: new
Milestone: | Component: bjam
Version: Boost Development Trunk | Severity: Cosmetic
Keywords: colormake,colorgcc |
------------------------------------------+---------------------------------
Comment(by mloskot <mateusz@â¦>):
Vladimir, I appreciate you like this idea.
The function is implemented in CMake low-level module cmsys/kwsys.
* [http://public.kitware.com/cgi-
bin/viewcvs.cgi/Source/kwsys/Terminal.h.in?revision=1.3.8.1&root=CMake&view=markup
kwsys/Terminal.h.in]
* [http://public.kitware.com/cgi-
bin/viewcvs.cgi/Source/kwsys/Terminal.c?revision=1.10.8.1&root=CMake&view=markup
kwsys/Terminal.c]
Next, during building CMake, ./bootstrap step, the ''kwsys'' module, so
the files above, is used to generate ''cmsys'' module and the
''Termina.h'' generated from the '"Terminal.h.in'' renames kwsys prefix to
cmksys prefix:
{{{
#if !defined(KWSYS_NAMESPACE)
# define kwsys_ns(x) cmsys##x
# define kwsysEXPORT cmsys_EXPORT
#endif
}}}
It means, the function ''cmsysTerminal_cfprintf'' is in fact function
implemented as ''kwsysTerminal_cfprintf'' in the Terminal.c file linked
above.
Shortly, it is [http://public.kitware.com/cgi-
bin/viewcvs.cgi/Source/kwsys/?root=CMake CMake/Source/kwsys] what we are
looking for.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3508#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC