Menu

Code2 Commit Log


Commit Date  
[r34] by debug

Fixing arguments to and return handling of mmap(). (Also noticed by Hollis.)

2008-03-25 19:18:58 Tree
[r33] by debug

Attempting to fix a bug related to the integer types passed to UnitTest::Assert. (Problem noticed by Hollis Blanchard.)

2008-03-25 19:07:59 Tree
[r32] by debug

Make the code compile on FreeBSD/Alpha 4.9 again (sys/types.h _must_ be included before sys/mman.h).

2008-03-25 19:02:20 Tree
[r31] by debug

Beginning on a mainbus (MainbusComponent), which will forward reads and writes to other devices (such as RAM).

2008-03-25 19:01:24 Tree
[r30] by debug

Minor update for nicer Doxygen output.

2008-03-25 05:29:36 Tree
[r29] by debug

Making the counter in the ReferenceCountable class mutable, because const objects also need to be reference countable.

2008-03-25 05:25:16 Tree
[r28] by debug

Adding a useful "todo" make target, which greps for all TODO strings in the source code.

2008-03-24 09:45:41 Tree
[r27] by debug

Mention the mailing lists and IRC channel in the documentation.

2008-03-24 09:22:47 Tree
[r26] by debug

Making the code compile cleanly with GNU C++' -pedantic. The
only module where -pedantic is not used is src/ir/, which needs
to cast e.g. uint8_t* to function pointer (for runtime
generated code).

2008-03-24 07:47:27 Tree
[r25] by debug

Updating the TODO.

2008-03-24 07:45:40 Tree
Older >