summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CMakeLists.txt
AgeCommit message (Expand)Author
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-03-18NetPlay: add a Common/ENetUtil namespacemathieui
2015-03-16Merge pull request #2220 from shuffle2/win-con-listenerLioncash
2015-03-15[windows] Just kill ExtendedTrace.Shawn Hoffman
2015-03-15[windows] Remove ConsoleListener, which was not actually used.Shawn Hoffman
2015-02-25Added TraversalServer.cpp to Core/CommonZiek
2015-02-25Change netplay initial gctime to be determined by the hosts initial timeZiek
2015-02-22Fix VTune static library dependenciesTillmann Karras
2015-01-03CMake: simplify some expressionsTillmann Karras
2014-12-28Merge pull request #1432 from randomstuff/linux-perfMarkus Wick
2014-12-03Common: Add a built-in profilerdegasus
2014-11-24Move the JIT registration logic in its own fileGabriel Corona
2014-11-03Profiling: measure time on POSIX systems using clock_gettimeGabriel Corona
2014-09-25Fix warning in x64CPUDetect.cpp in generic build by not building it.comex
2014-09-08Fix Generic build from AArch64 merge.Ryan Houdek
2014-09-06Beginning of the AArch64 JIT branch.Ryan Houdek
2014-08-14Windows: Use a shared precompiled header for dolphin code under Source/Shawn Hoffman
2014-08-04Common: Introduce the new Gekko disassembler to Common.Lioncash
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-22Common: Add a PCAP writer modulePierre Bourdon
2014-06-07Make it so ARMv7 isn't a generic target.Ryan Houdek
2014-03-07Fix MAC address reading on Windows.Matthew Parlane
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-23Revert "Merge pull request #83 from lioncash/remove-console"Pierre Bourdon
2014-02-16Turns out Console.cpp and ConsoleListener.cpp were being built into the Linux...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-10-27Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.Ryan Houdek
2013-10-17Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...comex
2013-10-03Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack.comex
2013-08-23Merge branch 'master' into wii-networkMatthew Parlane
2013-08-15Support PolarSSL on *nixMatthew Parlane
2013-08-14Move VideoBackendBase from Common to VideoCommonPierre Bourdon
2013-03-27Merge branch 'master' into wii-networkskidau
2013-02-26ARM Support without GLSLRyan Houdek
2012-02-09move SettingsHandler to Common libShawn Hoffman
2011-01-31Fix the rest of the tooltips for linux.Glenn Rice
2011-01-31fix windows (vs2010) buildShawn Hoffman
2011-01-31Fix *BSD build.Soren Jorvang
2011-01-31Linux build fix.Glenn Rice
2011-01-31Fix OS X build.Soren Jorvang
2011-01-28Linux build fix.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
2010-12-22Fix Unix build.Soren Jorvang
2010-12-22Move AES to common libLPFaint99
2010-12-19Build fix for linux. svnrev.h was not found when compiling OCLTextureDecoder...Glenn Rice
2010-11-30Fix some linkage issues with the cmake build. This should fix issue 3596.Glenn Rice
2010-11-20For the cmake write generate the svnrev.h file in the build directory instead...Glenn Rice
2010-11-17Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on ...Glenn Rice