summaryrefslogtreecommitdiff
path: root/src/sim/serialize.cc
AgeCommit message (Expand)Author
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-06-04style: cleanup styleNathan Binkert
2009-03-05serialize: Allow floats and doubles to be serializedNathan Binkert
2008-11-10clean: Move some stuff from the hh file to the cc file.Nathan Binkert
2008-10-02Output: Verify output files are open after opening them.Ali Saidi
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-08-02Serialize: This shouldn't have been commited, I got a little bit carried away...Ali Saidi
2007-08-02Serialization: Provide array serialization methods that work on std::vectorAli Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-01-30Make SPARC checkpointing workAli Saidi
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-07-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt