index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Common.vcxproj
Age
Commit message (
Expand
)
Author
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-24
Remove the 32-bit config platform from the VS solution and projects
Lioncash
2014-06-22
Common: Add a PCAP writer module
Pierre Bourdon
2014-05-11
fixmeup rename
Tillmann Karras
2014-05-06
Add a std::make_unique implementation
Tillmann Karras
2014-04-09
Remove dumb CodeBlock duplication in the emitters.
Ryan Houdek
2014-03-25
Common: Add a generic class for accessing bitfields in a fast and endianness-...
Tony Wasserka
2014-03-07
Fix MAC address reading on Windows.
Matthew Parlane
2014-03-06
Implement workaround for Windows versions which do not support XSAVE.
Shawn Hoffman
2014-03-05
Allow VS builds to be speedy again.
Shawn Hoffman
2014-02-23
Revert "Merge pull request #83 from lioncash/remove-console"
Pierre Bourdon
2014-02-16
Remove the embedded Console from the possible logging options.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre
2013-12-31
Convert all vcxproj files to UNIX line endings
Jasper St. Pierre
2013-10-31
Merge remote-tracking branch 'shuffle2/vc12'
comex
2013-10-27
Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.
Ryan Houdek
2013-10-26
Update to VS2013 and a slew of build-related updates. Notes:
Shawn Hoffman
2013-10-03
Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack.
comex
2013-08-23
Merge branch 'master' into wii-network
Matthew Parlane
2013-08-16
Missed some VS build options.
Matthew Parlane
2013-08-16
Fix polarssl on Windows.
Matthew Parlane
2013-08-14
Move VideoBackendBase from Common to VideoCommon
Pierre Bourdon
2013-03-27
Merge branch 'master' into wii-network
skidau
2013-02-27
Fix "Common" to build with "Unicode" project setting.
Jordan Woyak
2013-02-26
ARM Support without GLSL
Ryan Houdek
2012-05-16
Merge branch 'master' into wii-network
Pierre Bourdon
2012-03-18
fix Common lib re-linking all the time
Shawn Hoffman
2012-02-09
move SettingsHandler to Common lib
Shawn Hoffman
2011-09-05
vs2010: Disable LTCG for realz
Shawn Hoffman
2011-08-21
make_scmrev.h.js needs to compare the full file instead of just the HEAD hash.
Shawn Hoffman
2011-03-05
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...
Jordan Woyak
2011-02-21
revert r7212 (express users must modify a single line, instead)
Shawn Hoffman
2011-02-20
Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...
Shawn Hoffman
2011-02-08
vs2010:
Shawn Hoffman
2011-02-02
Remove PluginSpecs.h. Merge the few needed enums from that file into Common....
Glenn Rice
2011-02-01
vs2010: Enable LTCG only for release builds.
Shawn Hoffman
2011-01-31
vs2010:
Shawn Hoffman
2011-01-31
fix windows (vs2010) build
Shawn Hoffman
2011-01-31
Fix *BSD build.
Soren Jorvang
2011-01-31
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...
Jordan Woyak
2011-01-27
Replaced Common::Thread with a partial implementation of std::thread. (rvalue...
Jordan Woyak
2011-01-27
Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs ex...
Jordan Woyak
2011-01-27
Various minor fixes to allow building with clang on OS X.
Soren Jorvang
2011-01-27
Committing Visual Studio 2010 solution/project files. (not switching from 200...
Jordan Woyak