Age | Commit message (Expand) | Author |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-27 | python: Get rid of the VectorPort constructor. | Gabe Black |
2019-04-27 | python: Replace the Master/Slave Ports with Request/Response ports. | Gabe Black |
2019-04-24 | python: Generalize the Port.splice function. | Gabe Black |
2019-04-24 | python: Generalize the dot_writer to handle non Master/Slave roles. | Gabe Black |
2019-04-24 | python: Make Port roles a more generic concept. | Gabe Black |
2019-04-23 | python: fix tracing after Python 3 refactor | Ciro Santilli |
2019-03-26 | base,python: Fix to allow multiple --debug-ignore values. | Isaac Sánchez Barrera |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-19 | python: Switch to the new getPort mechanism to connect ports. | Gabe Black |
2019-03-19 | sim: Add a getPort function to SimObject. | Gabe Black |
2019-03-18 | python: Change || to && for MessageBuffers in connectPorts. | Gabe Black |
2019-03-18 | python: Improve how templated SimObject classes are handled. | Gabe Black |
2019-03-15 | python: Simplify connectPorts() around EtherObject/EtherDevice. | Gabe Black |
2019-03-14 | python: Teach cxxMethod how to set return_value_policy. | Gabe Black |
2019-03-14 | python: Teach PyBindMethod how to set return_value_policy. | Gabe Black |
2019-03-14 | python: Fix unknown params and proxy multiplication | Daniel R. Carvalho |
2019-03-01 | python: Fix issue when Self proxy resolves to a another proxy | Andreas Sandberg |
2019-02-26 | scons: Marshal Python sources using the same Python as gem5 | Andreas Sandberg |
2019-02-25 | systemc: Add m5.systemc and m5.tlm python modules. | Gabe Black |
2019-02-25 | python: Stop using basestring to test for strings | Andreas Sandberg |
2019-02-25 | python: Add Python 3 workarounds for long | Andreas Sandberg |
2019-02-25 | python: Fix params/proxy import loop | Andreas Sandberg |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
2019-02-22 | python: Add fallbacks for packages that have been renamed | Andreas Sandberg |
2019-02-22 | python: Fix param -> int conversion issues | Andreas Sandberg |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-22 | python: Add missing operators to NumericParamValue | Andreas Sandberg |
2019-02-20 | python: Fix Param initialization issue in Python 3 | Andreas Sandberg |
2019-02-20 | python: Use __name__ instead of func_name for Py3 compat | Andreas Sandberg |
2019-02-20 | python: Add __bool__ helpers in addition to __nonzero__ | Andreas Sandberg |
2019-02-20 | config: Make parameter conversion handle integers in other bases. | Gabe Black |
2019-02-13 | python: Remove uses of tuple unpacking in function params | Andreas Sandberg |
2019-02-13 | python: Replace deprecated repr syntax | Andreas Sandberg |
2019-02-13 | python: Switch from using compare to key in list sort | Andreas Sandberg |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Add missing defines import | Andreas Sandberg |
2019-02-12 | python: Replace DictMixin with Mapping / MutableMapping | Andreas Sandberg |
2019-02-12 | python: Replace orderdict with collections.OrderedDict | Andreas Sandberg |
2019-02-12 | python: Update use of exec to work with Python 3 | Andreas Sandberg |
2019-02-12 | python: Switch to using open instead of file | Andreas Sandberg |
2019-02-12 | python: Make exception handling Python 3 safe | Andreas Sandberg |
2019-01-31 | python: Remove getCode() type workaround | Andreas Sandberg |
2019-01-25 | python: Always throw TypeError on slave-slave connections | Nicholas Lindsay |
2019-01-17 | python: Add support for scoped enums | Nikos Nikoleris |
2019-01-14 | config: De-nest the code in Port.splice(). | Gabe Black |
2019-01-14 | config: Fix an error message in Port.splice(). | Gabe Black |
2018-11-16 | sim: Fix data type of ticks per second before passing it to C++ | Srikant Bharadwaj |
2018-11-12 | sim: Push the global frequency management code into C++. | Gabe Black |
2018-10-19 | python: Add utility function to override config parameters | Ciro Santilli |