base: Name segments after their index
[gem5.git] / src / python /
2019-09-30 Bobby R. Brucemisc: Added line wrapping functionality for Sim-Object...
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Don't output index in vectors of length 1
2019-09-19 Gabe Blackpython: Don't try to bind a stat group to the NULL...
2019-09-10 Chun-Chen TK Hsustats: Ignore non-Group objects in stat hierarchy
2019-09-07 Gabe Blackpython: Make the dot writer handle unconnected Port...
2019-09-02 Andreas Sandbergstats: Add support for listing available formats
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for partial stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-12 Giacomo Travaglinipython: FdtState using interrupt-cells
2019-06-19 Nikos Nikolerispython: Add support for exporting static class methods...
2019-06-18 Tiago Muckmisc: dot_writer fixup
2019-06-17 Nikos Nikolerispython: Fix AddrRange legacy ParamValue wrapper
2019-06-10 Nikos Nikolerispython: Fix cxx_ini_parse for ScopedEnum
2019-06-10 Nikos Nikolerispython: Add binding for the new AddrRange c++ constructor
2019-06-10 Nikos Nikolerisbase: Extend AddrRange to support more flexible addressing
2019-05-20 Tiago Muckmisc: Added dot_writer for Ruby's network topology
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-27 Gabe Blackpython: Get rid of the VectorPort constructor.
2019-04-27 Gabe Blackpython: Replace the Master/Slave Ports with Request...
2019-04-24 Gabe Blackpython: Generalize the Port.splice function.
2019-04-24 Gabe Blackpython: Generalize the dot_writer to handle non Master...
2019-04-24 Gabe Blackpython: Make Port roles a more generic concept.
2019-04-23 Ciro Santillipython: fix tracing after Python 3 refactor
2019-03-26 Isaac Sánchez Barrerabase,python: Fix to allow multiple --debug-ignore values.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackpython: Switch to the new getPort mechanism to connect...
2019-03-19 Gabe Blacksim: Add a getPort function to SimObject.
2019-03-18 Gabe Blackpython: Change || to && for MessageBuffers in connectPorts.
2019-03-18 Gabe Blackpython: Improve how templated SimObject classes are...
2019-03-15 Gabe Blackpython: Simplify connectPorts() around EtherObject...
2019-03-14 Gabe Blackpython: Teach cxxMethod how to set return_value_policy.
2019-03-14 Gabe Blackpython: Teach PyBindMethod how to set return_value_policy.
2019-03-14 Daniel R. Carvalhopython: Fix unknown params and proxy multiplication
2019-03-01 Andreas Sandbergpython: Fix issue when Self proxy resolves to a another...
2019-02-26 Andreas Sandbergscons: Marshal Python sources using the same Python...
2019-02-25 Gabe Blacksystemc: Add m5.systemc and m5.tlm python modules.
2019-02-25 Andreas Sandbergpython: Stop using basestring to test for strings
2019-02-25 Andreas Sandbergpython: Add Python 3 workarounds for long
2019-02-25 Andreas Sandbergpython: Fix params/proxy import loop
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-22 Andreas Sandbergpython: Add fallbacks for packages that have been renamed
2019-02-22 Andreas Sandbergpython: Fix param -> int conversion issues
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-22 Andreas Sandbergpython: Add missing operators to NumericParamValue
2019-02-20 Andreas Sandbergpython: Fix Param initialization issue in Python 3
2019-02-20 Andreas Sandbergpython: Use __name__ instead of func_name for Py3 compat
2019-02-20 Andreas Sandbergpython: Add __bool__ helpers in addition to __nonzero__
2019-02-20 Gabe Blackconfig: Make parameter conversion handle integers in...
2019-02-13 Andreas Sandbergpython: Remove uses of tuple unpacking in function...
2019-02-13 Andreas Sandbergpython: Replace deprecated repr syntax
2019-02-13 Andreas Sandbergpython: Switch from using compare to key in list sort
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Add missing defines import
2019-02-12 Andreas Sandbergpython: Replace DictMixin with Mapping / MutableMapping
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Andreas Sandbergpython: Update use of exec to work with Python 3
2019-02-12 Andreas Sandbergpython: Switch to using open instead of file
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2019-01-31 Andreas Sandbergpython: Remove getCode() type workaround
2019-01-25 Nicholas Lindsaypython: Always throw TypeError on slave-slave connections
2019-01-17 Nikos Nikolerispython: Add support for scoped enums
2019-01-14 Gabe Blackconfig: De-nest the code in Port.splice().
2019-01-14 Gabe Blackconfig: Fix an error message in Port.splice().
2018-11-16 Srikant Bharadwajsim: Fix data type of ticks per second before passing...
2018-11-12 Gabe Blacksim: Push the global frequency management code into...
2018-10-19 Ciro Santillipython: Add utility function to override config parameters
2018-10-17 Gabe Blackpython: Stop conditionally excluding code from pyobject.cc
2018-06-28 Andreas Sandbergpython: Fix call bug in @cxxMethod when override is...
2018-06-28 Andreas Sandbergpython: Fixup incorrect syntax in PyBind argument handler
2018-06-26 Nikos Nikolerispython: Add support for multiplying proxies to compatib...
2018-06-21 Andreas Sandbergsim: Use the canonical way of iterating over a dictionary
2018-06-15 Gabe Blacksim: Add a SimObject python field which overrides the...
2018-06-08 Gabe Blacksim: Rename the SimObject cxx_bases field to cxx_extra_...
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-01-29 Glenn Bergmansarm: DT autogeneration - Device Tree generation methods
2018-01-29 Glenn Bergmansext: DT autogeneration - Add PyFtd to m5 space
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-13 Gabe Blackconfig: Add an Energy param type.
2017-11-13 Gabe Blackconfig: Export the "Current" param type from m5.params.
2017-11-13 Gabe Blackutil: Add a "toEnergy" function to the convert module.
2017-11-13 Gabe Blackconfig: Simplify the definitions of the Voltage and...
2017-11-13 Gabe Blackutil: Simplify/consolidate the python conversion module.
2017-09-26 Gabe Blackutil: Make dot_writer ignore NULL simobjects.
2017-09-26 Gabe Blacksim: Add a get_config_as_dict to the NullSimObject...
2017-09-26 Gabe Blacksim: Don't add the NULL SimObject as a child of other...
2017-09-26 Gabe Blacksim: Give the NullSimObject singleton a _name.
2017-09-26 Gabe Blacksim: Add a NullSimObject.descendants function.
2017-09-26 Gabe Blacksim: Add a clear_parent function to NullSimObject.
2017-09-26 Gabe Blacksim: Check the SimObjectVector.has_parent function...
2017-09-26 Gabe Blacksim: Only consider non-NULL elements in SimObjectVector...
2017-09-26 Gabe Blacksim: Add a set_parent to NullSimObject which does nothing.
2017-08-30 Andreas Sandbergpython: Make GlobalExitEvent.getCode() return an int
2017-05-31 Nikos Nikolerispython: Fix unproxing of VectorParams
2017-05-24 Andreas Sandbergpython: Fix PyEvent reference counting bug
2017-05-22 Andreas Sandbergpython: Prevent Python wrappers from deleting SimObjects
2017-05-22 Andreas Sandbergpython: Fix weird memory issue in wrapped AddrRange...
2017-05-19 Andreas Sandbergpython: Remove unused readline import
next