summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_util: Remove unused paths.Gravatar bunnei2016-12-213-87/+3
* Fixed GPLv2 license text in the start.Gravatar Vamsi Krishna2016-12-191-1/+1
* Merge pull request #2316 from endrift/macos-gccGravatar bunnei2016-12-161-0/+11
|\
| * Common: Fix gcc build on macOSGravatar Jeffrey Pfau2016-12-131-0/+11
* | VideoCore: Convert x64 shader JIT to use Xbyak for assemblyGravatar Yuri Kunde Schlesner2016-12-143-1/+234
|/
* Support mingw cross-compileGravatar Jannik Vogel2016-12-055-5/+6
* Merge pull request #2228 from freiro/winver_fixGravatar Yuri Kunde Schlesner2016-11-301-3/+0
|\
| * WINVER definition moved to CMake and cleanupGravatar freiro2016-11-301-3/+0
* | Set client SDK version to Service APIsGravatar mailwl2016-11-301-3/+2
|/
* Build: Fixed a few warnings.Gravatar Subv2016-11-291-4/+4
* Merge pull request #2168 from mailwl/micGravatar Sebastian Valle2016-11-272-0/+2
|\
| * MIC_U: Stub service funcionsGravatar mailwl2016-11-252-0/+2
* | Move to AppData/Roaming/Citra/Gravatar freiro2016-11-261-1/+1
* | Removed /user/ from pathGravatar freiro2016-11-261-2/+1
* | Switch to AppData/RoamingGravatar freiro2016-11-242-4/+4
* | Return by value and other fixesGravatar freiro2016-11-192-14/+8
* | Win32 move default user folder location to AppDataGravatar freiro2016-11-192-0/+24
|/
* Merge pull request #2172 from jroweboy/fix-mingwGravatar bunnei2016-11-151-2/+3
|\
| * Add mingw compile supportGravatar James Rowe2016-11-131-2/+3
* | Round the rectangle size to prevent float to int casting issuesGravatar James Rowe2016-11-123-8/+9
* | Add default hotkey to swap primary screens.Gravatar James Rowe2016-11-054-7/+10
* | Rework frame layouts to use a max rectangle instead of hardcoded calculationsGravatar James Rowe2016-11-052-250/+100
* | LargeFrameLayout + SwappedGravatar SonofUgly2016-11-051-50/+36
* | Support additional screen layouts.Gravatar James Rowe2016-11-055-73/+382
|/
* common: use system bswap* functions on more BSDsGravatar Jan Beich2016-10-271-2/+5
* common: use system CPUID routine on DragonFly as wellGravatar Jan Beich2016-10-271-2/+2
* common: some FreeBSD headers are incomplete to avoid namespace pollutionGravatar Jan Beich2016-10-271-1/+3
* common: convert to standard stat()/fstat() interfacesGravatar Anthony J. Bentley2016-10-271-15/+10
* common: stat64 is non-standard, hide on a random UnixGravatar Jan Beich2016-10-271-1/+1
* common: only FreeBSD has thread affinity compatible with LinuxGravatar Jan Beich2016-10-271-1/+5
* common: define routines to set thread name on more BSDsGravatar Jan Beich2016-10-271-2/+4
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-202-2/+2
* Merge pull request #2024 from JamePeng/update-boss-codeGravatar bunnei2016-10-072-0/+2
|\
| * Update the stub code of BOSSGravatar JamePeng2016-10-022-0/+2
* | Common: Remove dangerous Vec[234] array constructorsGravatar Yuri Kunde Schlesner2016-09-291-3/+0
|/
* Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner2016-09-213-1/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-2110-11/+11
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-2132-54/+13
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-1815-61/+32
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-1851-3389/+4172
* microprofile: Double buffer size to 16MB.Gravatar bunnei2016-09-151-1/+1
* Common: readdir_r() is deprecated, switch to readdir().Gravatar Emmanuel Gil Peyrot2016-09-131-6/+2
* Protection against a resize of size 0Gravatar Alexandre LittleWhite Laurent2016-07-231-4/+3
* Remove superfluous std::move in return std::move(local_var)Gravatar scurest2016-06-251-1/+1
* Fix recursive scanning of directoriesGravatar Yuri Kunde Schlesner2016-06-192-17/+12
* Merge pull request #1789 from wwylele/input-refactorGravatar bunnei2016-06-104-23/+232
|\
| * fixup! fixup! Refactor input systemGravatar wwylele2016-05-152-7/+7
| * fixup! Refactor input systemGravatar wwylele2016-05-152-20/+24
| * implement circle pad modifierGravatar wwylele2016-05-152-4/+22
| * Refactor input subsystemGravatar wwylele2016-05-154-23/+210