base: Move SatCounter to base directory
[gem5.git] / src / python /
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
2017-05-16 Andreas Sandbergpython: Add a helper function to create Python events
2017-05-15 Brandon Potterstyle: fix line lengths and include ordering
2017-05-09 Gabe Blackmisc: Add the --listener-loopback-only command line...
2017-05-09 Gabe Blackmisc: Expose the listener loopbackOnly function to...
2017-05-09 Andreas Sandbergpython: Fix debug flag listing regression
2017-05-02 Andreas Sandbergpython: Remove SWIG
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-03-21 Andreas Sandbergpython: Automatically disable listeners in batch setups
2017-02-27 Andreas Sandbergbase: Refactor logging to make log level selection...
2017-02-27 Andreas Sandbergpython: Add a generalized mechanism to configure stats
2017-02-10 Jason Lowe-Powermisc: Add Python.h header to pyevents.hh
2017-02-07 Andreas Sandbergstyle: Force Python.h to be included before main header
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergpython: Don't use Swig to cast stats
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-12-19 Andreas Sandbergpython: Export periodicStatDump
next