aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix Cygwin buildgatecat2021-10-011-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib in most remaining codegatecat2021-06-021-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* 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
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Add nonfatal error support and use for timing failuresDavid Shah2018-11-261-0/+10
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Refactor log code and add log file supportDavid Shah2018-11-211-91/+22
| | | | Signed-off-by: David Shah <dave@ds0.me>
* clangformatDavid Shah2018-09-301-3/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Make warnings visible in quiet modeMiodrag Milanovic2018-09-191-2/+0
|
* Add stringf() helper functionClifford Wolf2018-08-181-0/+12
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* cleaned some warningsMiodrag Milanovic2018-06-231-1/+1
|
* Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵Clifford Wolf2018-06-221-1/+1
| | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-191-0/+3
|
* Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "nextpnr.h"Clifford Wolf2018-06-111-1/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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