summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-11-15Merge pull request #2172 from jroweboy/fix-mingwbunnei
2016-11-13Add mingw compile supportJames Rowe
2016-11-12Round the rectangle size to prevent float to int casting issuesJames Rowe
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsJames Rowe
2016-11-05LargeFrameLayout + SwappedSonofUgly
2016-11-05Support additional screen layouts.James Rowe
2016-10-27common: use system bswap* functions on more BSDsJan Beich
2016-10-27common: use system CPUID routine on DragonFly as wellJan Beich
2016-10-27common: some FreeBSD headers are incomplete to avoid namespace pollutionJan Beich
2016-10-27common: convert to standard stat()/fstat() interfacesAnthony J. Bentley
2016-10-27common: stat64 is non-standard, hide on a random UnixJan Beich
2016-10-27common: only FreeBSD has thread affinity compatible with LinuxJan Beich
2016-10-27common: define routines to set thread name on more BSDsJan Beich
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-07Merge pull request #2024 from JamePeng/update-boss-codebunnei
2016-10-02Update the stub code of BOSSJamePeng
2016-09-29Common: Remove dangerous Vec[234] array constructorsYuri Kunde Schlesner
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-15microprofile: Double buffer size to 16MB.bunnei
2016-09-13Common: readdir_r() is deprecated, switch to readdir().Emmanuel Gil Peyrot
2016-07-23Protection against a resize of size 0Alexandre LittleWhite Laurent
2016-06-25Remove superfluous std::move in return std::move(local_var)scurest
2016-06-19Fix recursive scanning of directoriesYuri Kunde Schlesner
2016-06-10Merge pull request #1789 from wwylele/input-refactorbunnei
2016-05-30Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei
2016-05-27common_funcs: Provide rotr and rotl for MSVCMerryMage
2016-05-21Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot
2016-05-15fixup! fixup! Refactor input systemwwylele
2016-05-15fixup! Refactor input systemwwylele
2016-05-15implement circle pad modifierwwylele
2016-05-15Refactor input subsystemwwylele
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
2016-05-08swap: Remove unused methodsLioncash
2016-05-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei
2016-05-07AudioCore: SDL2 SinkMerryMage
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
2016-04-24assert: Allow UNREACHABLE_MSG to have just one argumentSam Spilsbury
2016-04-24Merge pull request #1576 from smspillaz/fix-build-errors-03272016bunnei
2016-04-23Protect use of std::is_trivially_copyable to compile with GCC 4.9LittleWhite
2016-04-23assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTEDSam Spilsbury
2016-04-19Merge pull request #1672 from wwylele/win-driver-fixbunnei
2016-04-15fix driver root identification on Windowswwylele