index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
Age
Commit message (
Expand
)
Author
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
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
[next]