Search
lxdream.org :: lxdream/configure :: log
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset1046:9e2c1dd2b537
authornkeynes
dateSat Jun 27 10:42:24 2009 +0000 (14 years ago)
permissions-rwxr-xr-x
last changeBump version number, update po files
file annotate diff log rss
1046:9e2c1dd2b53714 yearsnkeynesBump version number, update po files
1031:a9938ed3bfe814 yearsnkeynesFix silly cut-n-paste error in configure output
1029:7138bbb9537c14 yearsnkeynesAdd -framework Carbon to go with previous change (SetSystemUIMode is tucked away in
1024:c67f2d61ab9714 yearsnkeynesBuild drivers with library dependencies as shared objects (ie plugins)
1015:ad448bedc48a14 yearsnkeynes"MythTV" patch from Wahrhaft, thanks!:
1002:8ad76ddbdc5815 yearsnkeynesAdd configure checks for libnsl and libsocket where needed (ie Solaris)
989:7baf5ecd8e9815 yearsnkeynesAdd SDL audio driver, thanks to Wahrhaft!
987:3bd03f1ce0a715 yearsnkeynesAdd explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
985:52e64faac75215 yearsnkeynesSet the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
984:a01567058a4715 yearsnkeynesCompile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
977:8514fb4bc10115 yearsnkeynesFix Objective-C checking to be a little more circumspec (to whit, not aborting if no
966:0f0320cb365015 yearsnkeynesMake --enable-strict-warn work again
964:f2f3c7612d0615 yearsnkeynesAdd support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
927:17b6b9e245d815 yearsnkeynesAdd return-address-modifying exception return code to mmu TLB lookups (a little bit faster)
924:195577c0445c15 yearsnkeynesCommit configure (missed from previous commit)
913:edc494bde24b15 yearsnkeynesEnable sse-math for all platforms
909:b4a21af8ce8c15 yearsnkeynesAdd --enable-profiled configure option for convenience (and enable fastcall only on fully optimized builds)
906:268ea359f88415 yearsnkeynesChange xlat_get_native_pc to pass in the expected code region - this lets the Mac
902:408568dc97d515 yearsnkeynesAdd -mdynamic-no-pic flag to OS X builds
899:18e0cdea76aa15 yearsnkeynesAdd --enable-optimized flag (on by default).
882:ada7d14a8ad915 yearsnkeynesBump version number up to 0.9 for release prep
866:86cd01c2b2d315 yearsnkeynesMove bundle/system paths into paths.c, install lxdreamrc into the bundle
804:567a684e1e7a15 yearsnkeynesAdd --enable-strict-warn to build with -Wall -Werror
793:7877d947228d15 yearsnkeynesUpdate version number and release notes for 0.8.4
791:fc609d42680615 yearsnkeynesAdd -fno-strict-aliasing when compiling with gcc (otherwise code is slightly buggy)
778:a34b180d92f715 yearsnkeynesAdd bundle proplist and icon
769:f7f62bea4cad15 yearsnkeynesAdd -headerpad_max_install_names linker flag for OS/X builds - ensures bundle
756:38385124df7a15 yearsnkeynesRemove the 'gettext required' bit from configure
746:3a574a68e79315 yearsnkeynesFix make check for out-of-tree build
744:5ab61071891815 yearsnkeynesAbort configuration if gettext isn't found (since the build breaks without it)
734:f8fcc8322b4515 yearsnkeynesFix version number in configure.in
720:b5594d1ac80a15 yearsnkeynesGet OS X cdrom driver to the 'sort of working' stage. Hide most of the IOKit
714:009591ac251e15 yearsnkeynesAdd --with-esd and --with-pulse configure arguments (mainly to be able to disable them when not wanted)
709:18c39a8e504c15 yearsnkeynesCommit OSX CD-ROM driver work-in-progress
704:2c1d6f8e69e715 yearsnkeynesMove with_gtk no default into the apple block, not the 'we have a working objective-c compiler' block.
702:d39fc81e963015 yearsnkeynesAdd a tidy summary at the end of the configure script
700:4650d0c7f6f915 yearsnkeynesBig cleanup of the command-line options
697:479b8c213f6115 yearsnkeynesCommit work-in-progress CoreAudio driver
688:8a13dabbdced15 yearsnkeynesAnd the updated configure from the previous commit
681:1755a126b10915 yearsnkeynesFirst cut of the Cocoa GUI implementation
675:b97020f9af1c15 yearsnkeyneshange 64-bit configuration to use sizeof(void *) rather than the system id
671:a530ea88eebd15 yearsnkeynesPermanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
664:728508bb08df16 yearsnkeynesAdd spanish and italian translations (contributed by segnini75 and ghost22 respectively)
660:d1b2695347c616 yearsnkeynesAdd check for objective-c compiler (for mac) and set the language if found
658:f5926310bfbe16 yearsnkeynesStart removing X11isms from gtkui into drivers
657:c4143facbfcb16 yearsnkeynesAdd support for the pulseaudio sound system
656:031d23fa6d0b16 yearsnkeynesAdd configure-time checks for fbo and shader functions in libGL (so linking
653:3202ff01d48e16 yearsnkeynesMerge lxdream-render branch (643:670) to trunk
643:653b0a70f17316 yearsbhaal22Commit initial ALSA audio driver
635:76c63aac359016 yearsnkeynesCommit render work in progress. Main changes: lxdream-render
614:a2d239d4438a16 yearsnkeynesBug #49: Joystick support work in progress
586:2a3ba82cf24316 yearsnkeynesMerged lxdream-mmu r570:596 to trunk
571:9bc09948d0f216 yearsnkeynesMore MMU work in progess. Much better now... lxdream-mmu
562:e598411b640b16 yearsnkeynesAdd configure and command-line parameters to perform IO tracing lxdream-mmu
542:96c5494e02fd16 yearsnkeynesLink the X GL as well as the framework one - this probably shouldn't work, and yet it seems to be fine...
539:75f3e594d4a716 yearsnkeynesAdd support for the darwin ABI
537:d924be49e19216 yearsnkeynesMove gtk UI into gtkui subdir (prep for non-gtk builds), and protect with
529:06ffbecc726216 yearsnkeynesMake esound optional (only build driver if present)
528:49cb007348aa16 yearsnkeynesChange SH4_TRANSLATOR to use defined constants
526:ba3da45b575416 yearsnkeynesDon't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
.