2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #120 from tmarcero/fix-cmake-windows More... 26 days ago
Merge pull request #122 from RubBra/add-unity-build-flag More... 26 days ago
Merge remote-tracking branch 'accellera-official/main' More... 27 days ago
Fix SYSTEMC_UNITY_BUILD for static builds with custom main() More... 27 days ago
cmake: Fix missing argument from 'file' cmake macro - We had the error: ``` CMake Error at CMakeLists.txt:496 (file): file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with exactly three arguments. ``` Missing some quotes for the path. https://cmake.org/cmake/help/latest/command/file.html#to-cmake-path More... about 1 month ago
Merge pull request #119 from RubBra/add-unity-build-flag More... about 1 month ago
Merge pull request #739 from eactor/cmake_no_h_files More... about 1 month ago
Add SYSTEMC_UNITY_BUILD CMake option and require CMake 3.16+ More... about 1 month ago
no_h_files automake behaviour More... about 2 months ago
Merge pull request #737 from barnasc/accellera-sc_string_view More... about 2 months ago
Merge pull request #736 from barnasc/accellera-install-update More... about 2 months ago
Merge pull request #735 from pah/apple-cmake-python More... about 2 months ago
address dll issue More... about 2 months ago
msvc updates More... 2 months ago
tests: use mklink /J on Windows More... 2 months ago
tests: explicitly find Python interpreter More... 2 months ago
Merge pull request #716 from AndrewGoodrich/issue110 More... 3 months ago
Merge pull request #717 from AndrewGoodrich/sc_oject_cleanup More... 3 months ago
Merge pull request #712 from eactor/woverload_issue More... 3 months ago
Merge pull request #715 from eactor/fixed_orphaned_golden_log More... 3 months ago
Andy Goodrich: remove unused sc_object.h includes. More... 3 months ago
Fixed systemc version issue More... 3 months ago
Merge branch 'main' of https://github.com/accellera-official/systemc into main More... 3 months ago
Updated platform support table More... 3 months ago
Andy Goodrich: add prefix for SC_ID_INVALID_HIERARCHICAL_BIND_ token. More... 3 months ago
Andy Goodrich: use the standard ids.h style of error reporting. More... 3 months ago
Andy Goodrich: improve error messaging. More... 3 months ago
Andy Goodrich: create an error id for IEEE 1666 standards violations. More... 3 months ago
Andy Goodrich: check for illegal hierarchical bind. IEEE 1666 forbids the hierarchical bind of a multi-target socket to a non-multi-target socket, so we check if this object instance is non-multi-target and the socket to be bound is multi-target. More... 3 months ago
added missing bind in pragma More... 4 months ago