Age | Commit message (Expand) | Author |
2018-08-10 | base: Replace cppversion == version with >= version | Bradley |
2018-07-26 | base: Fix ucontext compilation error for macOS | Giacomo Travaglini |
2018-06-29 | base: Add a M5_PUBLIC and M5_LOCAL attribute macro | Andreas Sandberg |
2018-06-28 | base: Add an asymmetrical Coroutine class | Giacomo Travaglini |
2018-06-21 | base: Add a class which encapsulates Fibers. | Gabe Black |
2018-06-20 | base: Fix includes in AddrRangeMap header file | Nikos Nikoleris |
2018-06-19 | base: Build caching into the AddrRangeMap class | Gabe Black |
2018-06-19 | base, mem: Disambiguate if an addr range is contained or overlaps | Nikos Nikoleris |
2018-06-14 | base,mem: Support AtomicOpFunctor in the classic memory system | Tuan Ta |
2018-05-17 | base: Add M5 flag for [[nodiscard]] attribute | Nikos Nikoleris |
2018-05-09 | base, dev: Fix port message for vnc and terminal | Andreas Sandberg |
2018-03-30 | base: Make bitunion output functions static/inline. | Gabe Black |
2018-03-28 | base: Add a default output function for bitunion types. | Gabe Black |
2018-03-15 | arm: Fix implicit-fallthrough warnings when building with gcc-7+ | Siddhesh Poyarekar |
2018-03-14 | base: Fix loop range in pngwriter | Chun-Chen Hsu |
2018-02-13 | sim: Make Stats truly non-copy-constructible | Rekai Gonzalez-Alberquilla |
2018-02-05 | base: Update #includes for bitunion.hh. | Gabe Black |
2018-02-02 | base: Fix unused function warning | Nikos Nikoleris |
2018-01-29 | base: Remove the ability to cprintf stringstreams directly. | Gabe Black |
2018-01-29 | base: Delete commented out versions of the format_integer function. | Gabe Black |
2018-01-27 | base: Add an "override" to name() in the HardBreakpoint class. | Gabe Black |
2018-01-27 | base: Get bitunions to compile on clang 3.8. | Gabe Black |
2018-01-20 | base: Hide the BitUnion::__StorageType type. | Gabe Black |
2018-01-20 | arm, base: Generalize and move the BitUnion hash struct. | Gabe Black |
2018-01-20 | base: Enable specializing templates on BitUnion types. | Gabe Black |
2018-01-20 | base: Rework bitunions so they can be more flexible. | Gabe Black |
2018-01-20 | sim, arch, base: Refactor the base remote GDB class. | Gabe Black |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | 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: Move the trietest unit test into base. | Gabe Black |
2017-12-12 | tests: Add an implementation of the Logger interface for use gtests. | Gabe Black |
2017-12-12 | misc: Rework the logging functions. | Gabe Black |
2017-12-06 | base: Split out the pixel class in framebuffer.(cc|hh). | Gabe Black |
2017-12-06 | base: Handle zero fill in cprintf when printing floats. | Gabe Black |
2017-12-04 | base: Rework the trie dump function to accept a different ostream. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-12-04 | misc: Move the ExitLogger class definition into misc.cc | Gabe Black |
2017-12-04 | tests: Remove trietest's dependence on cprintf. | Gabe Black |
2017-11-28 | tests: Move the bituniontest to be alongside the bitunion header. | Gabe Black |
2017-11-15 | arm: Add support for armv8 CRC32 instructions | Giacomo Travaglini |
2017-10-31 | vnc: Default image writer type set to Auto | Giacomo Travaglini |
2017-10-31 | base: Introducing utility for writing raw data in png format | Giacomo Travaglini |
2017-10-30 | base: Fix forcing loopback only binding for listeners. | Gabe Black |
2017-10-20 | base: Function for mirroring bits in variable length word | Giacomo Travaglini |
2017-10-20 | base: Defining make_unique for C++11 | Giacomo Travaglini |
2017-08-02 | base: Give more information when setting up asynchronous IO fails. | Gabe Black |
2017-07-12 | sim, gdb: Refactor some Event subclasses into lambdas | Sean Wilson |