aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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