Menu

Code2 Commit Log


Commit Date  
[r41] by debug

Cleaning up the CFLAGS/CXXFLAGS/COPTIM/CWARNINGS mess in the
configure script and Makefile.skel files; only CXXFLAGS (and
CXXFLAGSBASE) are used from now on. Also removing some other
unused legacy stuff from the configure script.

2008-03-28 20:40:08 Tree
[r40] by debug

Implementing support for Double state variables. CPU speed is now a state variable, in CPUComponent.

2008-03-28 19:30:57 Tree
[r39] by debug

Fixing ConsoleUI.cc again to work on FreeBSD. (Signal handlers should not be extern "C" and static at the same time, only extern "C".)

2008-03-28 16:24:19 Tree
[r38] by debug

Making everything build using SunStudio (Sun C++ 5.9).

2008-03-28 16:18:15 Tree
[r37] by debug

Updating the Intro section, thank-you note, etc.

2008-03-26 06:01:57 Tree
[r36] by debug

Removing the checks for strlcpy and strtoull from the configure script (not used anymore).

2008-03-25 19:49:44 Tree
[r35] by debug

Fix build on FreeBSD/Alpha 4.9.

2008-03-25 19:24:27 Tree
[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
Older >