summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2011-06-23Tag Dolphin 3.03.0NeoBrainX
2011-06-17On linux don't check to see if the xdg-screensaver program is present at buil...Glenn Rice
2011-05-19Fix the cmake build for natty to find the glib libraries properly. Yuck!Glenn Rice
2011-04-06Linux build fix.Glenn Rice
2011-03-14Move translation po files to an external svn repository. The location is htt...Glenn Rice
2011-03-05Fix the Host_GetKeyState deadlock caused by Billiard's latest changes.Glenn Rice
2011-03-05Make OpenMP optional on linux. For now it is on by default, but you can disa...Glenn Rice
2011-03-05Build fix of linux build fix.Glenn Rice
2011-03-05Linux build fix.Glenn Rice
2011-02-11Add Portuguese translations thanks to Zilaan.Glenn Rice
2011-02-08A bit more cmake osx worknakeee
2011-02-07Small fix for cmake on osx, more work left to be donenakeee
2011-02-03Removed the Lua script console and Externals/Lua. The script console was inco...Jordan Woyak
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-29Core and DSPCore now have mutual dependencies, which breaks theSoren Jorvang
2011-01-15Clean up nowx and stop cocoaApp busy-waiting in the main loop.Soren Jorvang
2011-01-11Fix the cmake version check for gtk.Glenn Rice
2011-01-11Add the last few languages added to the windows build.Glenn Rice
2011-01-09Some more work on CMake on Windows:NeoBrainX
2011-01-08Go back to using FindGtk for the cmake build. The module is fixed with later...Glenn Rice
2011-01-08Added some languages:Glenn Rice
2011-01-08Add profiling (via oprofile) to the cmake build.Glenn Rice
2011-01-07Make the gui more accurately reflect connected wiimotes. Also connect and di...Glenn Rice
2011-01-05Add internationalization support. There aren't really any translations yet o...Glenn Rice
2011-01-03Fix a mistake... :PGlenn Rice
2010-12-31Remove wiiuse, and use our own code. Works on linux and windows. On OSX it ...Glenn Rice
2010-12-19Build fix for linux. svnrev.h was not found when compiling OCLTextureDecoder...Glenn Rice
2010-12-17Fix another part of issue 3716 missed in the last revision.Glenn Rice
2010-12-15Make sure a few more directories exist when needed. Most package builders (i...Glenn Rice
2010-12-13Added a FASTLOG option for the cmake build to enable all logs.Glenn Rice
2010-12-12Rename wii wc24 system files to lower case as on the wii itself. These files...Glenn Rice
2010-12-11Fix a linkage issue on newer linux distributions created in revision 6544.Glenn Rice
2010-12-10Make the cmake check_lib macro more versatile. It first tries pkg-config, an...Glenn Rice
2010-12-05CLRun is now used everywhere but OS X.Soren Jorvang
2010-12-04Reestablish *BSD build using CMake.Soren Jorvang
2010-11-25Inhibit the screensaver while the emulator is running on linux. Fixes issue ...Glenn Rice
2010-11-21Check if CLOCK_MONOTONIC is supported before using clock_gettime.Glenn Rice
2010-11-20For the cmake write generate the svnrev.h file in the build directory instead...Glenn Rice
2010-11-18Fix for issue 3507. Compile with old GLEW versions, support user-specified CF...Christian Morales Vega
2010-11-18Encode framedumps in AVI format on linux as on windows. This adds the additi...Glenn Rice
2010-11-17Make it possible to build even if the source no longer contains svn versionin...Glenn Rice
2010-11-17Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on ...Glenn Rice
2010-11-16Build fix. Remove some obsolete code. Fix some compiler warnings.Glenn Rice
2010-11-16Fix the no gui cmake build.Glenn Rice
2010-11-16Linux cmake build fix. I fixed the scons build as well, so this might fix th...Glenn Rice
2010-11-14On linux encode frame dumps in MPG format instead of writing raw frames. To ...Glenn Rice
2010-11-14Linux needs the -fvisibility=hidden flags. The font selection of the debugge...Glenn Rice
2010-11-14Allow building on OS X with static wx libs.Soren Jorvang
2010-11-13Change the cmake check_lib routine to use REQUIRED/OPTIONAL instead of TRUE/F...Glenn Rice
2010-11-13Simplify OpenCL compile-time detection on OS X.Soren Jorvang