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
/
sim
/
serialize.cc
Age
Commit message (
Expand
)
Author
2015-12-04
sim: Get rid of the non-const serialize() method
Andreas Sandberg
2015-10-12
misc: Remove redundant compiler-specific defines
Andreas Hansson
2015-09-02
sim: tag-based checkpoint versioning
Curtis Dunham
2015-09-02
sim: support checkpointing std::set<std::string>'s
Curtis Dunham
2015-09-02
sim: make warning for absent optional parameters optional
Curtis Dunham
2015-09-01
sim: Remove broken AutoSerialize support from the event queue
Andreas Sandberg
2015-07-07
base: Add serialization support to Pixels and FrameBuffer
Andreas Sandberg
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2014-10-16
config: Add a --without-python option to build process
Andrew Bardsley
2014-09-20
base: Clean up redundant string functions and use C++11
Andreas Hansson
2013-11-25
sim: simulate with multiple threads and event queues
Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2012-11-16
sim: have a curTick per eventq
Nilay Vaish
2012-07-09
Fix: Address a few benign memory leaks
Andreas Hansson
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2011-04-15
includes: sort all includes
Nathan Binkert
2011-02-11
Serialization: Allow serialization of stl lists
Ali Saidi
2011-01-20
checkpointing: fix bug from curTick accessor conversion.
Steve Reinhardt
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-08-23
Compiler: Fixes for GCC 4.5.
Ali Saidi
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-07-05
checkpointing: another small overload fix
Steve Reinhardt
2010-07-05
checkpointing: minor cleanup.
Steve Reinhardt
2010-07-05
checkpointing: fix minor bug
Steve Reinhardt
2010-01-19
util: do checkpoint aggregation more cleanly, fix last changeset.
Lisa Hsu
2010-01-18
util: make a generic checkpoint aggregator that can aggregate different cpts...
Lisa Hsu
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-06-04
style: cleanup style
Nathan Binkert
2009-03-05
serialize: Allow floats and doubles to be serialized
Nathan Binkert
2008-11-10
clean: Move some stuff from the hh file to the cc file.
Nathan Binkert
2008-10-02
Output: Verify output files are open after opening them.
Ali Saidi
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2007-08-02
Serialize: This shouldn't have been commited, I got a little bit carried away...
Ali Saidi
2007-08-02
Serialization: Provide array serialization methods that work on std::vector
Ali Saidi
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-02-17
Get rid of the Statistics and Statreset ParamContexts, and
Nathan Binkert
2007-01-30
Make SPARC checkpointing work
Ali Saidi
2006-09-30
Merge ktlim@zamp:./local/clean/o3-merge/m5
Kevin Lim
2006-07-07
Take the name of the checkpoint directory in when calling checkpoint() or res...
Kevin Lim
2006-06-29
Add in support for quiescing the system, taking checkpoints, restoring from c...
Kevin Lim
2006-06-17
Add myself to list of authors
Nathan Binkert
2006-06-13
Move SimObject creation and Port connection loops
Steve Reinhardt
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt