Age | Commit message (Expand) | Author |
2019-12-18 | python: fix "fatal" usage in fdthelper | Adrian Herrera |
2019-12-12 | python: Convert terminal escape sequences to strings. | Gabe Black |
2019-11-27 | base, python: Allow dirname selection for the interpreter | Giacomo Travaglini |
2019-11-20 | base,tests: Expanded GTests for addr_range.hh | Brandon Potter |
2019-09-30 | misc: Added line wrapping functionality for Sim-Object desc | Bobby R. Bruce |
2019-09-26 | stats: Add a preDumpStats() callback to Stats::Group | Andreas Sandberg |
2019-09-26 | stats: Don't output index in vectors of length 1 | Andreas Sandberg |
2019-09-19 | python: Don't try to bind a stat group to the NULL simobject. | Gabe Black |
2019-09-10 | stats: Ignore non-Group objects in stat hierarchy | Chun-Chen TK Hsu |
2019-09-07 | python: Make the dot writer handle unconnected Port vector elements. | Gabe Black |
2019-09-02 | stats: Add support for listing available formats | Andreas Sandberg |
2019-08-29 | stats: Add beta support for HDF5 stat dumps | Andreas Sandberg |
2019-08-29 | stats: Add support for partial stat dumps | Andreas Sandberg |
2019-08-29 | stats: Add support for hierarchical stats | Andreas Sandberg |
2019-08-12 | python: FdtState using interrupt-cells | Giacomo Travaglini |
2019-06-19 | python: Add support for exporting static class methods from c++ | Nikos Nikoleris |
2019-06-18 | misc: dot_writer fixup | Tiago Muck |
2019-06-17 | python: Fix AddrRange legacy ParamValue wrapper | Nikos Nikoleris |
2019-06-10 | python: Fix cxx_ini_parse for ScopedEnum | Nikos Nikoleris |
2019-06-10 | python: Add binding for the new AddrRange c++ constructor | Nikos Nikoleris |
2019-06-10 | base: Extend AddrRange to support more flexible addressing | Nikos Nikoleris |
2019-05-20 | misc: Added dot_writer for Ruby's network topology | Tiago Muck |
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 |