summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2019-06-19python: Add support for exporting static class methods from c++Nikos Nikoleris
2019-06-18misc: dot_writer fixupTiago Muck
2019-06-17python: Fix AddrRange legacy ParamValue wrapperNikos Nikoleris
2019-06-10python: Fix cxx_ini_parse for ScopedEnumNikos Nikoleris
2019-06-10python: Add binding for the new AddrRange c++ constructorNikos Nikoleris
2019-06-10base: Extend AddrRange to support more flexible addressingNikos Nikoleris
2019-05-20misc: Added dot_writer for Ruby's network topologyTiago Muck
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-04-27python: Get rid of the VectorPort constructor.Gabe Black
2019-04-27python: Replace the Master/Slave Ports with Request/Response ports.Gabe Black
2019-04-24python: Generalize the Port.splice function.Gabe Black
2019-04-24python: Generalize the dot_writer to handle non Master/Slave roles.Gabe Black
2019-04-24python: Make Port roles a more generic concept.Gabe Black
2019-04-23python: fix tracing after Python 3 refactorCiro Santilli
2019-03-26base,python: Fix to allow multiple --debug-ignore values.Isaac Sánchez Barrera
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2019-03-19python: Switch to the new getPort mechanism to connect ports.Gabe Black
2019-03-19sim: Add a getPort function to SimObject.Gabe Black
2019-03-18python: Change || to && for MessageBuffers in connectPorts.Gabe Black
2019-03-18python: Improve how templated SimObject classes are handled.Gabe Black
2019-03-15python: Simplify connectPorts() around EtherObject/EtherDevice.Gabe Black
2019-03-14python: Teach cxxMethod how to set return_value_policy.Gabe Black
2019-03-14python: Teach PyBindMethod how to set return_value_policy.Gabe Black
2019-03-14python: Fix unknown params and proxy multiplicationDaniel R. Carvalho
2019-03-01python: Fix issue when Self proxy resolves to a another proxyAndreas Sandberg
2019-02-26scons: Marshal Python sources using the same Python as gem5Andreas Sandberg
2019-02-25systemc: Add m5.systemc and m5.tlm python modules.Gabe Black
2019-02-25python: Stop using basestring to test for stringsAndreas Sandberg
2019-02-25python: Add Python 3 workarounds for longAndreas Sandberg
2019-02-25python: Fix params/proxy import loopAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Add fallbacks for packages that have been renamedAndreas Sandberg
2019-02-22python: Fix param -> int conversion issuesAndreas Sandberg
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-22python: Add missing operators to NumericParamValueAndreas Sandberg
2019-02-20python: Fix Param initialization issue in Python 3Andreas Sandberg
2019-02-20python: Use __name__ instead of func_name for Py3 compatAndreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-20config: Make parameter conversion handle integers in other bases.Gabe Black
2019-02-13python: Remove uses of tuple unpacking in function paramsAndreas Sandberg
2019-02-13python: Replace deprecated repr syntaxAndreas Sandberg
2019-02-13python: Switch from using compare to key in list sortAndreas Sandberg
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Add missing defines importAndreas Sandberg
2019-02-12python: Replace DictMixin with Mapping / MutableMappingAndreas Sandberg
2019-02-12python: Replace orderdict with collections.OrderedDictAndreas Sandberg
2019-02-12python: Update use of exec to work with Python 3Andreas Sandberg
2019-02-12python: Switch to using open instead of fileAndreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
2019-01-31python: Remove getCode() type workaroundAndreas Sandberg