Wilson Snyder
|
c30b9d04a8
|
Change unused vars to standard void syntax. No functional change intended.
|
2024-01-20 08:57:22 -05:00 |
|
Chih-Mao Chen
|
98252634fc
|
Include systemc instead of systemc.h in model header files (#4622) (#4623)
This may require that SystemC programs add:
using namespace sc_core;
using namespace sc_dt;
|
2023-10-26 14:36:18 -04:00 |
|
Eyck Jentzsch
|
df86e39845
|
Fix systemc namespace issues (#4126) (#4127)
* replaces use of "systemc.h" with <systemc> to avoid default namespace import
|
2023-04-17 06:57:29 -03:00 |
|
Wilson Snyder
|
c303ba7f0a
|
Prefer std:: in examples
|
2022-11-27 08:32:34 -05:00 |
|
Wilson Snyder
|
f25a9a4c80
|
examples: Use SC_ZERO_TIME in tracing (#3646)
|
2022-09-28 19:11:00 -04:00 |
|
Wilson Snyder
|
d85b909054
|
Internals: Use std:: for mem and str functions.
|
2022-09-14 21:10:19 -04:00 |
|
Wilson Snyder
|
e02f97854c
|
Deprecate 'vluint64_t' and similar types (#3255).
|
2022-03-27 15:27:40 -04:00 |
|
Wilson Snyder
|
caa9c99837
|
Commentary
|
2021-03-07 08:28:13 -05:00 |
|
Wilson Snyder
|
f57c72e5db
|
clang-format
|
2021-01-03 12:01:14 -05:00 |
|
Wilson Snyder
|
7eeb930c72
|
examples: Use unique_ptr
|
2021-01-03 11:54:43 -05:00 |
|
Wilson Snyder
|
069eb97eca
|
SystemC 2.3.0 or newer (SYSTEMC_VERSION >= 20111121) is now required.
|
2020-08-29 10:45:47 -04:00 |
|
Wilson Snyder
|
c0127599df
|
C++11: Use nullptr. No functional change.
|
2020-08-16 11:44:05 -04:00 |
|
Wilson Snyder
|
6ce878cb0d
|
Fix some clang-tidy warnings
|
2020-06-01 23:16:17 -04:00 |
|
Wilson Snyder
|
5c966ec510
|
clang-format many files. No functional change.
Use nodist/clang_formatter to reformat files that are now clean.
|
2020-04-13 22:52:23 -04:00 |
|
Wilson Snyder
|
608d5a87d1
|
tests: Avoid assuming a timescale.
|
2020-04-07 20:55:47 -04:00 |
|
Wilson Snyder
|
1ce360ed5b
|
Add SPDX license identifiers. No functional change.
|
2020-03-21 11:24:24 -04:00 |
|
Wilson Snyder
|
30a33a6104
|
Add support for and , #2126.
|
2020-03-01 21:39:23 -05:00 |
|
Wilson Snyder
|
99b2ab7540
|
Rename examples in prep for CMake.
|
2019-10-06 10:32:49 -04:00 |
|