From: <do...@do...> - 2004-06-30 08:48:48
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: Avoid corefiles. Check for large file support (> 2 GB). |
From: <do...@do...> - 2004-06-30 08:51:39
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: check for egrep |
From: <do...@do...> - 2004-11-22 22:51:59
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: Cygwin support. Only generate NATMEM_OFFSET definitions in Direct Addressing mode. Merge sshpty.c support detection code from Basilisk II. |
From: <do...@do...> - 2004-11-24 22:48:07
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: check for <fenv.h> |
From: <do...@do...> - 2004-12-18 23:45:35
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: exp2f/log2f implementations if not existing |
From: <do...@do...> - 2004-12-19 08:19:28
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: enable 64-bit NATMEM_OFFSET |
From: <do...@do...> - 2005-01-19 20:26:08
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: take care when only compiling in SDL audio support with X11 graphics |
From: <do...@do...> - 2005-02-20 18:26:42
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: native NetBSD/ppc support |
From: <do...@do...> - 2005-03-13 12:49:39
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: MMX/SSE/SSE2 optimizations are now converted to full inline assembly code, aka avoid use of (possibly broken) GCC intrinsics. Add some SSE2 optimizations. Translate VSLDOI, MFVSCR, MTVSCR instructions. AltiVec Fractal Carbon now shows more than 1 GFlops performance! |
From: <do...@do...> - 2005-03-19 09:59:33
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: Enable build with gtk2 and default to that UI if found. Otherwise, it's still possible to select GTK1 as --with-gtk=gtk1 or --with-gtk=gtk. |
From: <do...@do...> - 2005-05-12 11:21:13
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.ac Log Message: Enable VidMode extension by default though some Xservers may still be broken. Probably run-time check for the right VidMode version? My tests were done with X.org 6.8.2 (VidMode 2.2) |
From: <do...@do...> - 2005-06-11 16:47:03
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: remove duplicate |
From: <do...@do...> - 2005-06-14 06:33:01
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Support JIT on Mach/ppc platforms. Mach/i386 (Darwin/x86) is to follow. |
From: <do...@do...> - 2005-06-14 06:35:05
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Apple GCC uses __ppc__ as the arch token |
From: <do...@do...> - 2005-06-22 15:37:29
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Enable build of the JIT with GCC 2.9x compilers (e.g. "2.96" from MDK 8.1). |
From: <do...@do...> - 2005-06-22 16:38:16
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Rework sheepshaver_cpu object allocation and get rid of POSIX'ish functions. |
From: <do...@do...> - 2005-07-01 06:16:02
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Check for <stdint.h> ourselves + build with -mdynamic-no-pic on MacOS X. |
From: <do...@do...> - 2005-07-03 22:42:51
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Tweaks to build slirp on MacOS X. Yeah, there is now ethernet there! ;-) |
From: <do...@do...> - 2005-07-06 05:26:05
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Fix detection of GCC versions, avoid AC_EGREP_CPP (J.P. Larocque) |
From: <do...@do...> - 2005-07-10 15:43:39
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Check for CoreFoundation framework, which is not available in Darwin. |
From: <do...@do...> - 2005-07-25 19:46:26
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: force -finline-functions to get inlining really operating with gcc < 3.3.6 on x86 or you may get a _ZN9bit_fieldILi0ELi0EE7extractEj undefined symbol |
From: <do...@do...> - 2005-08-18 22:32:50
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: don't grab in -mdynamic-no-pic when using icc, note that you need at least version 9.0.25 (build 20050809) to have a working binary |
From: <cv...@ce...> - 2005-11-30 00:02:34
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Remaining references to V2.2 changed (XXX needs to be factored out) |
From: <cv...@ce...> - 2005-11-30 21:42:29
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: The JIT works in Darwin/x86 too. |
From: <cv...@ce...> - 2005-12-04 16:27:02
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Better IRIX support: add audio & slirp networking. Fix configure to use -lm when searching for C99 functions (roundf() et al.). |