Age | Commit message (Expand) | Author |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2017-12-12 | tests: Turn fbtest into a gtest and move it to src/base. | Gabe Black |
2017-12-12 | tests: Move the cprintftest unit test into src/base. | Gabe Black |
2017-12-12 | tests: Convert the cprintf unit test into a gtest. | Gabe Black |
2017-12-12 | tests: Move the trietest unit test into base. | Gabe Black |
2017-12-12 | tests: Plumb dumps of the test trie into the gtest macros. | Gabe Black |
2017-12-12 | tests: Convert the trie unit test into a gtest. | Gabe Black |
2017-12-06 | base: Split out the pixel class in framebuffer.(cc|hh). | Gabe Black |
2017-12-06 | tests: Fix the source file for the cprintftime test. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-12-04 | tests: Remove trietest's dependence on cprintf. | Gabe Black |
2017-12-04 | tests: Add a ptr helper function trietest. | Gabe Black |
2017-12-04 | tests: Get rid of the bitvectest unit test. | Gabe Black |
2017-11-28 | tests: Move the bituniontest to be alongside the bitunion header. | Gabe Black |
2017-11-28 | tests: Reimplement the bituniontest as a googletest. | Gabe Black |
2017-11-27 | tests: Build the input file into the initest unit test. | Gabe Black |
2017-11-27 | scons: Switch from "guards" to "tags" on source files. | Gabe Black |
2017-11-22 | tests: Resurrect initest input file(s). | Gabe Black |
2017-11-22 | tests: Fix the stats unit test. | Gabe Black |
2017-11-19 | tests: Fix compilation of cprinftest. | Gabe Black |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-02-10 | misc: Update #!env calls for python to explicit version | Jason Lowe-Power |
2017-01-27 | python: Move native wrappers to the _m5 namespace | Andreas Sandberg |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-08-07 | base: Rewrite the CircleBuf to fix bugs and add serialization | Andreas Sandberg |
2015-05-23 | base: Redesign internal frame buffer handling | Andreas Sandberg |
2015-01-07 | test: Add a unittest for the BitUnion types. | Gabe Black |
2014-01-30 | unittest: Fix build errors | Ola Jeppsson |
2013-09-04 | arch: Resurrect the NOISA build target and rename it NULL | Andreas Hansson |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-09-19 | AddrRange: Simplify Range by removing stream input/output | Andreas Hansson |
2012-09-19 | AddrRange: Remove unused range_multimap | Andreas Hansson |
2012-06-05 | stats: Add stats unittest for total calculations. | Ali Saidi |
2012-05-10 | stats: fix compilation of unit test. | Ali Saidi |
2012-04-14 | sim: A trie data structure specifically to speed up paging lookups. | Gabe Black |
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
2011-04-15 | unittest: Make unit tests capable of using swig and python, convert stattest | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-18 | Unit tests: Convert the refcnttest unit test to use the new EXPECT macros. | Gabe Black |
2011-01-18 | Unit tests: Define a header file for common unit testing functions/macros. | Gabe Black |
2011-01-10 | stats: Add a histogram statistic type | Nathan Binkert |
2011-01-10 | stats: fix stat test from curTick change | Nathan Binkert |
2011-01-10 | RefCount: Add a unit test for reference counting pointers. | Gabe Black |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-11-19 | SCons: Support building without an ISA | Ali Saidi |
2010-07-21 | stats: cleanup a few small problems in stats | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |