summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2016-04-14Merge pull request #1666 from MerryMage/barrierbunnei
2016-04-14Merge pull request #1665 from lioncash/filebunnei
2016-04-14Thread: Make Barrier reusableMerryMage
2016-04-14common/thread: Correct code styleMerryMage
2016-04-13emitter: Add CALL that can be fixed up.bunnei
2016-04-13emitter: Support arbitrary FixupBranch targets.bunnei
2016-04-13file_util: In-class initialize data membersLioncash
2016-04-13file_util: const qualify IOFile's Tell and GetSize functionsLioncash
2016-04-13file_util: Don't expose IOFile internals through the APILioncash
2016-04-13file_util: Check for is_trivially_copyableLioncash
2016-04-13file_util: Make IOFile data members privateLioncash
2016-04-12FileUtil: Missing #include, Add const to IOFile methodsMerryMage
2016-04-08cecd:u: stub GetCecStateAbbreviated (#1648)mailwl
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei