aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed LogLevel members, to prevent issue with system defines on WindowsMiodrag Milanovic2018-12-051-7/+7
* Print warning and error count at end of executionDavid Shah2018-11-261-0/+2
* Add nonfatal error support and use for timing failuresDavid Shah2018-11-261-0/+10
* Refactor log code and add log file supportDavid Shah2018-11-211-91/+22
* clangformatDavid Shah2018-09-301-3/+6
* Make warnings visible in quiet modeMiodrag Milanovic2018-09-191-2/+0
* Add stringf() helper functionClifford Wolf2018-08-181-0/+12
* Fix compile warningMiodrag Milanovic2018-08-091-0/+2
* Expose log_always that will be displayed disregarding quite flagMiodrag Milanovic2018-08-091-11/+9
* Added quiet mode for loggingMiodrag Milanovic2018-08-091-9/+23
* Updates from clangformatClifford Wolf2018-06-231-1/+1
* cleaned some warningsMiodrag Milanovic2018-06-231-1/+1
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-211-5/+1
* Improve log messages, move many messages to verbose modeClifford Wolf2018-06-211-11/+1
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-191-0/+3
* Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
* Add "nextpnr.h"Clifford Wolf2018-06-111-1/+0
* Applied clang-format to my own contributionsZipCPU2018-06-071-129/+117
* Removed unused set of warnings from log.ccZipCPU2018-06-061-2/+0
* Removed the log_ dependencies from json-parserZipCPU2018-06-051-12/+7
* Added some logging functions, borrowed from YosysZipCPU2018-06-051-0/+255