index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
log.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing old emails and names in copyrights
gatecat
2021-06-12
1
-1
/
+1
*
Use hashlib in most remaining code
gatecat
2021-06-02
1
-12
/
+8
*
Split nextpnr.h to allow for linear inclusion.
Keith Rothman
2021-03-15
1
-2
/
+1
*
Renamed LogLevel members, to prevent issue with system defines on Windows
Miodrag Milanovic
2018-12-05
1
-5
/
+5
*
Fix compile on GCC 5.5 or older
Miodrag Milanovic
2018-11-27
1
-0
/
+10
*
Print warning and error count at end of execution
David Shah
2018-11-26
1
-1
/
+2
*
Add nonfatal error support and use for timing failures
David Shah
2018-11-26
1
-1
/
+2
*
Refactor log code and add log file support
David Shah
2018-11-21
1
-7
/
+10
*
Add stringf() helper function
Clifford Wolf
2018-08-18
1
-0
/
+3
*
Expose log_always that will be displayed disregarding quite flag
Miodrag Milanovic
2018-08-09
1
-1
/
+1
*
Added quiet mode for logging
Miodrag Milanovic
2018-08-09
1
-6
/
+0
*
Add Context::archcheck() and "nextpnr-ice40 --test"
Clifford Wolf
2018-07-23
1
-5
/
+1
*
Fixed macros and includes for MSVC
Miodrag Milanovic
2018-07-03
1
-13
/
+8
*
Updates from clangformat
Clifford Wolf
2018-06-23
1
-15
/
+8
*
Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...
Clifford Wolf
2018-06-22
1
-1
/
+1
*
log_error now trows exception, main is covering catch
Miodrag Milanovic
2018-06-21
1
-0
/
+4
*
Improve log messages, move many messages to verbose mode
Clifford Wolf
2018-06-21
1
-17
/
+1
*
Small gui improvements and open json functionality
Miodrag Milanovic
2018-06-19
1
-0
/
+4
*
Getting rid of users of old IdString API
Clifford Wolf
2018-06-18
1
-2
/
+2
*
Some refactoring of Chip API (prep for chipdb refactoring)
Clifford Wolf
2018-06-16
1
-7
/
+10
*
Add nextpnr namespace
Clifford Wolf
2018-06-12
1
-0
/
+4
*
Add "nextpnr.h"
Clifford Wolf
2018-06-11
1
-1
/
+1
*
Reformat remaining files
David Shah
2018-06-08
1
-1
/
+0
*
Applied clang-format to my own contributions
ZipCPU
2018-06-07
1
-26
/
+33
*
Removed unused set of warnings from log.cc
ZipCPU
2018-06-06
1
-3
/
+2
*
Removed the log_ dependencies from json-parser
ZipCPU
2018-06-05
1
-0
/
+1
*
Added some logging functions, borrowed from Yosys
ZipCPU
2018-06-05
1
-0
/
+96