index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
log.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add log_warning_noprefix() API, Use for Verific warnings and errors
Clifford Wolf
2017-07-27
1
-0
/
+34
|
*
Store command history when terminating with an error
Clifford Wolf
2017-06-20
1
-0
/
+4
|
*
Add "yosys -w" for suppressing warnings
Clifford Wolf
2017-02-12
1
-8
/
+21
|
*
Add log_wire() API
Clifford Wolf
2017-02-11
1
-0
/
+7
|
*
Simplified log_spacer() code
Clifford Wolf
2016-12-23
1
-6
/
+2
|
*
Added "yosys -W regex"
Clifford Wolf
2016-12-22
1
-1
/
+32
|
*
Some minor build fixes for Visual C
Clifford Wolf
2016-10-14
1
-0
/
+2
|
*
Use _Exit(0) on win32, always use _Exit(1) in log_error()
Clifford Wolf
2016-08-16
1
-1
/
+1
|
*
Added log_const() API
Clifford Wolf
2016-08-09
1
-0
/
+18
|
*
Added "read_verilog -dump_rtlil"
Clifford Wolf
2016-07-27
1
-0
/
+7
|
*
Added "yosys -D ALL"
Clifford Wolf
2016-04-24
1
-0
/
+4
|
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-5
/
+15
|
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
|
*
Fixed cstr_buf for std::string with small string optimization
Clifford Wolf
2015-06-11
1
-1
/
+1
|
*
Added log_dump() support for IdStrings
Clifford Wolf
2015-06-08
1
-0
/
+4
|
*
Verific build fixes
Clifford Wolf
2015-05-17
1
-1
/
+1
|
*
YosysJS stuff
Clifford Wolf
2015-02-19
1
-4
/
+15
|
*
More log_id() stuff
Clifford Wolf
2015-01-30
1
-3
/
+7
|
*
Some cleanups in log.cc
Clifford Wolf
2015-01-30
1
-14
/
+16
|
*
Only enable code coverage counters on linux
Clifford Wolf
2015-01-09
1
-1
/
+1
|
*
fixed compiler warning on non-linux archs
Clifford Wolf
2015-01-06
1
-2
/
+4
|
*
Print non-errors to stdout
Clifford Wolf
2015-01-03
1
-0
/
+6
|
*
Added "yosys -X"
Clifford Wolf
2014-12-29
1
-0
/
+95
|
*
Replaced std::unordered_map as implementation for Yosys::dict
Clifford Wolf
2014-12-26
1
-3
/
+3
|
*
Added new_dict (hashmap.h) and re-enabled code coverage counters
Clifford Wolf
2014-12-26
1
-3
/
+3
|
*
Added "yosys -qq" to also quiet warning messages
Clifford Wolf
2014-11-09
1
-2
/
+3
|
*
Added log_warning() API
Clifford Wolf
2014-11-09
1
-2
/
+23
|
*
Use a cache for log_id() memory management
Clifford Wolf
2014-11-08
1
-1
/
+4
|
*
Fixed typo in "log_cmd_error_exception"
Clifford Wolf
2014-11-07
1
-1
/
+1
|
*
Made "cover" a compile-time option (disabled by default)
Clifford Wolf
2014-11-06
1
-1
/
+1
|
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
1
-1
/
+1
|
*
Fixed MXE build
Clifford Wolf
2014-10-15
1
-2
/
+2
|
*
A few indent fixes
Clifford Wolf
2014-10-15
1
-1
/
+1
|
*
Fixed log so it will compile under Visual Studio
William Speirs
2014-10-15
1
-1
/
+24
|
|
|
|
- Included an implementation of gettimeofday
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-2
/
+2
|
*
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
Clifford Wolf
2014-08-23
1
-0
/
+10
|
*
Changed backend-api from FILE to std::ostream
Clifford Wolf
2014-08-23
1
-19
/
+6
|
*
Added log_spacer()
Clifford Wolf
2014-08-16
1
-1
/
+17
|
*
Another build fix by americanrouter (via reddit)
Clifford Wolf
2014-08-11
1
-0
/
+3
|
*
Fixed a va_list corruption in logv_error()
Clifford Wolf
2014-08-02
1
-4
/
+3
|
*
No implicit conversion from IdString to anything else
Clifford Wolf
2014-08-02
1
-1
/
+1
|
*
More bugfixes related to new RTLIL::IdString
Clifford Wolf
2014-08-02
1
-7
/
+10
|
*
Limit size of log_signal buffer to 100 elements
Clifford Wolf
2014-08-02
1
-0
/
+7
|
*
Improvements in new RTLIL::IdString implementation
Clifford Wolf
2014-08-02
1
-5
/
+5
|
*
Preparations for RTLIL::IdString redesign: cleanup of existing code
Clifford Wolf
2014-08-02
1
-2
/
+2
|
*
Added logfile hash to statistics footer
Clifford Wolf
2014-08-01
1
-12
/
+24
|
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
1
-1
/
+5
|
*
Added "kernel/yosys.h" and "kernel/yosys.cc"
Clifford Wolf
2014-07-30
1
-23
/
+1
|
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-3
/
+54
|
*
Added log_cmd_error_expection
Clifford Wolf
2014-07-27
1
-1
/
+1
|
[next]