aboutsummaryrefslogtreecommitdiffstats
path: root/reporthandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Colored output is disabled by default on Windows.Hugo Parente Lima2012-03-091-9/+9
| | | | | | | Define the NOCOLOR constant to disable it in other systems. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed warning message output.Renato Filho2012-03-091-5/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Make the progress message funny.Renato Filho2012-03-091-9/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
* Simplify progress message.Renato Filho2012-03-091-58/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+1
|
* Do not export global variables used only in typesystem.cpp.Hugo Lima2009-11-201-1/+1
|
* Export a minimal set of classes in ReportHandler interface, to speep upHugo Lima2009-11-201-19/+107
| | | | compilation and avoid link errors on windows.
* - Fix compilation when using restritive security flags -WformatHugo Lima2009-08-211-1/+1
| | | | | | | | - Werror=format-security in gcc Thanks Helio Castro. fixes bug#8
* The genesis...Hugo Lima2009-08-171-0/+100