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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
Age
Commit message (
Expand
)
Author
2014-07-06
Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. ...
Lioncash
2014-07-05
Common: Make DoContainer within PointerWrap private.
Lioncash
2014-06-26
Merge pull request #443 from magumagu/loadstore-cleanup
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-25
Merge pull request #513 from lioncash/vs-x64
Lioncash
2014-06-24
Remove the 32-bit config platform from the VS solution and projects
Lioncash
2014-06-24
Merge pull request #531 from LPFaint99/memcard
Lioncash
2014-06-24
Store ini sections in a std::list (rather than vector) to prevent unexpected ...
Jordan Woyak
2014-06-23
GCI Folder: correctly identify region of sysmenu
LPFaint99
2014-06-22
Common: Add a PCAP writer module
Pierre Bourdon
2014-06-22
Merge pull request #500 from lioncash/ini
Pierre Bourdon
2014-06-20
JIT: Clean up float loads and stores.
magumagu
2014-06-16
Use only section-based ini reading.
Lioncash
2014-06-15
Try to fix android build.
magumagu
2014-06-15
Don't set DAZ on x86 in non-IEEE mode.
magumagu
2014-06-11
BitField: Add an explicit getter function for retrieving the BitField value.
Tony Wasserka
2014-06-11
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-06-07
Make it so ARMv7 isn't a generic target.
Ryan Houdek
2014-06-06
Merge pull request #457 from Tilka/jcc
Ryan Houdek
2014-06-05
Use std::string in LogContainer's constructor.
Lioncash
2014-06-03
x64Emitter: J_CC: use 32 bit offset automatically
Tillmann Karras
2014-06-02
Merge pull request #455 from lioncash/arm-cpudetect-fix
Ryan Houdek
2014-06-02
Stringify ArmCPUDetect.cpp.
Lioncash
2014-06-01
Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo.
Ryan Houdek
2014-06-01
Make MemoryUtil.cpp use the correct x86_64 define.
Ryan Houdek
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-05-28
Get rid of the temporary buffer in IniFile's Load function.
Lioncash
2014-05-28
When reading an ini file, if there is an error, check if it is simply because...
Rachel Bryk
2014-05-28
Merge pull request #430 from shuffle2/xsave-workaround-fix
Pierre Bourdon
2014-05-28
Merge pull request #392 from RachelBryk/error-check-ini-file
Pierre Bourdon
2014-05-28
msvc C initializers return int...fix EnableXSaveWorkaround when rax doesn't i...
Shawn Hoffman
2014-05-27
Redo commit 932945d4808e37ba0ca1a953571187f445e24f41
Shawn Hoffman
2014-05-23
Check for errors when reading lines from ini files.
Rachel Bryk
2014-05-17
Move bn.h and ec.h into the correct filter section
Lioncash
2014-05-14
Use size_t in std::string operations in IniFile.cpp, not int
Lioncash
2014-05-11
Merge pull request #351 from Tilka/make_unique
shuffle2
2014-05-11
fixmeup rename
Tillmann Karras
2014-05-10
Revert "x64FPURoundMode: always set x87 precision"
Shawn Hoffman
2014-05-06
Add a std::make_unique implementation
Tillmann Karras
2014-05-01
x64FPURoundMode: always set x87 precision
Tillmann Karras
2014-05-01
x64FPURoundMode: use fesetround() instead of asm
Tillmann Karras
2014-04-30
JitBackpatch: fix NOP padding
Tillmann Karras
2014-04-27
Merge pull request #304 from Tilka/nop
Pierre Bourdon
2014-04-25
Fix Fastmem on CPUs without MOVBE
Tillmann Karras
2014-04-24
Add remaining possible uses of MOVBE
Tillmann Karras
2014-04-23
Optimize NOPs
Tillmann Karras
2014-04-17
Atomic: support clang 3.4+
Tillmann Karras
2014-04-14
Merge pull request #271 from delroth/threading-stuff
Pierre Bourdon
2014-04-14
Common::Event: Add a faster Windows specific implementation based on the conc...
Pierre Bourdon
2014-04-14
Common::Event: Implement in terms of Common::Flag to get rid of a volatile an...
Pierre Bourdon
[next]