misc: Merge branch v20.1.0.3 hotfix into develop
[gem5.git] / src / python / pybind11 /
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Daniel R. Carvalhoscons: Separate debug flags from debug-format flags
2021-02-02 Gabe Blackext: Update pybind11 to version 2.6.2.
2021-01-26 Andreas Sandbergbase, python: Add a Temperature type and associated...
2021-01-15 Daniel R. Carvalhobase: Rename Flag status to enabled
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-29 Gabe Blackbase: Expose the ObjectFile class to python.
2020-09-07 Andreas Sandbergpython: Remove unused debug APIs
2020-09-07 Andreas Sandbergpython: Add the ability to check if a debug flag has...
2020-09-07 Andreas Sandbergbase: Cleanup debug flags API
2020-08-28 Andreas Sandbergpython: Add support for introspecting scalar stats
2020-04-29 Nikos Nikolerisbase: Add support for resolving stats within groups...
2020-04-22 Bobby R. Brucebase,misc: Added version to code
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackpython: Delete authors lists from the python directory.
2019-11-27 Giacomo Travaglinibase, python: Allow dirname selection for the interpreter
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
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-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-18 Gabe Blackpython: Change || to && for MessageBuffers in connectPorts.
2019-03-15 Gabe Blackpython: Simplify connectPorts() around EtherObject...
2019-01-31 Andreas Sandbergpython: Remove getCode() type workaround
2018-11-12 Gabe Blacksim: Push the global frequency management code into...
2018-10-17 Gabe Blackpython: Stop conditionally excluding code from pyobject.cc
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-08-30 Andreas Sandbergpython: Make GlobalExitEvent.getCode() return an int
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-09 Gabe Blackmisc: Expose the listener loopbackOnly function to...
2017-05-02 Andreas Sandbergpython: Remove SWIG
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers