aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.h
Commit message (Expand)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Use hashlib in most remaining codegatecat2021-06-021-12/+8
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-2/+1
* Renamed LogLevel members, to prevent issue with system defines on WindowsMiodrag Milanovic2018-12-051-5/+5
* Fix compile on GCC 5.5 or olderMiodrag Milanovic2018-11-271-0/+10
* Print warning and error count at end of executionDavid Shah2018-11-261-1/+2
* Add nonfatal error support and use for timing failuresDavid Shah2018-11-261-1/+2
* Refactor log code and add log file supportDavid Shah2018-11-211-7/+10
* Add stringf() helper functionClifford Wolf2018-08-181-0/+3
* Expose log_always that will be displayed disregarding quite flagMiodrag Milanovic2018-08-091-1/+1
* Added quiet mode for loggingMiodrag Milanovic2018-08-091-6/+0
* Add Context::archcheck() and "nextpnr-ice40 --test"Clifford Wolf2018-07-231-5/+1
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-13/+8
* Updates from clangformatClifford Wolf2018-06-231-15/+8
* 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-0/+4
* Improve log messages, move many messages to verbose modeClifford Wolf2018-06-211-17/+1
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-191-0/+4
* Getting rid of users of old IdString APIClifford Wolf2018-06-181-2/+2
* Some refactoring of Chip API (prep for chipdb refactoring)Clifford Wolf2018-06-161-7/+10
* Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
* Add "nextpnr.h"Clifford Wolf2018-06-111-1/+1
* Reformat remaining filesDavid Shah2018-06-081-1/+0
* Applied clang-format to my own contributionsZipCPU2018-06-071-26/+33
* Removed unused set of warnings from log.ccZipCPU2018-06-061-3/+2
* Removed the log_ dependencies from json-parserZipCPU2018-06-051-0/+1
* Added some logging functions, borrowed from YosysZipCPU2018-06-051-0/+96