| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | common_funcs: Provide rotr and rotl for MSVC | 2016-05-27 | 1 | -12/+18 | ||
| |/ | ||||||
| * | swap: Get rid of pointer casting for swapping structs | 2016-05-08 | 1 | -5/+5 | ||
| | | | | | These shouldn't haphazardly convert types | |||||
| * | swap: Get rid of undefined behavior in swapf and swapd | 2016-05-08 | 1 | -14/+18 | ||
| | | | | | This isn't well-defined in C++. | |||||
| * | swap: Remove unused methods | 2016-05-08 | 1 | -28/+0 | ||
| | | | | | | | | Also gets rid of pointer data variants as this prevents the use of the regular swapping routines as unary predicates in std lib functions. They also cast to stricter alignment types, which is undefined behavior. | |||||
| * | Merge pull request #1736 from MerryMage/sdl2-sink | 2016-05-07 | 2 | -1/+3 | ||
| |\ | | | | | AudioCore: SDL2 Sink | |||||
| | * | AudioCore: SDL2 Sink | 2016-05-07 | 2 | -1/+3 | ||
| | | | ||||||
| * | | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 6 | -5/+14 | ||
| |/ | ||||||
| * | Common: Remove section measurement from profiler (#1731) | 2016-04-29 | 5 | -259/+6 | ||
| | | | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | |||||
| * | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | 2016-04-28 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line | |||||
| * | assert: Allow UNREACHABLE_MSG to have just one argument | 2016-04-24 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #1576 from smspillaz/fix-build-errors-03272016 | 2016-04-24 | 1 | -0/+2 | ||
| |\ | | | | | Fix various build errors encountered on Clang 3.9 on OS X | |||||
| | * | assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED | 2016-04-23 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Protect use of std::is_trivially_copyable to compile with GCC 4.9 | 2016-04-23 | 1 | -0/+4 | ||
| |/ | ||||||
| * | Merge pull request #1672 from wwylele/win-driver-fix | 2016-04-19 | 1 | -3/+12 | ||
| |\ | | | | | Fix driver root identification on Windows | |||||
| | * | fix driver root identification on Windows | 2016-04-15 | 1 | -3/+12 | ||
| | | | ||||||
| * | | Merge pull request #1666 from MerryMage/barrier | 2016-04-14 | 1 | -24/+22 | ||
| |\ \ | | | | | | | Thread: Correct Common::Barrier implementation | |||||
| | * | | Thread: Make Barrier reusable | 2016-04-14 | 1 | -5/+5 | ||
| | | | | ||||||
| | * | | common/thread: Correct code style | 2016-04-14 | 1 | -21/+19 | ||
| | |/ | ||||||
| * | | Merge pull request #1665 from lioncash/file | 2016-04-14 | 2 | -47/+22 | ||
| |\ \ | | | | | | | IOFile: Minor API changes | |||||
| | * | | file_util: In-class initialize data members | 2016-04-13 | 2 | -6/+4 | ||
| | | | | ||||||
| | * | | file_util: const qualify IOFile's Tell and GetSize functions | 2016-04-13 | 2 | -8/+8 | ||
| | | | | ||||||
| | * | | file_util: Don't expose IOFile internals through the API | 2016-04-13 | 2 | -30/+4 | ||
| | | | | ||||||
| | * | | file_util: Check for is_trivially_copyable | 2016-04-13 | 1 | -3/+5 | ||
| | | | | | | | | | | | | | Also applies the template checks to ReadArray as well. | |||||
| | * | | file_util: Make IOFile data members private | 2016-04-13 | 1 | -0/+1 | ||
| | |/ | ||||||
| * | | emitter: Add CALL that can be fixed up. | 2016-04-13 | 2 | -0/+13 | ||
| | | | ||||||
| * | | emitter: Support arbitrary FixupBranch targets. | 2016-04-13 | 2 | -0/+17 | ||
| |/ | ||||||
| * | FileUtil: Missing #include, Add const to IOFile methods | 2016-04-12 | 1 | -6/+7 | ||
| | | ||||||
| * | cecd:u: stub GetCecStateAbbreviated (#1648) | 2016-04-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #1435 from mailwl/frd_u | 2016-04-05 | 2 | -0/+2 | ||
| |\ | | | | | frd:u: Initial stub some functions | |||||
| | * | frd:u: Initial stub some functions | 2016-03-27 | 2 | -0/+2 | ||
| | | | ||||||
| * | | Merge pull request #1643 from MerryMage/make_unique | 2016-04-05 | 2 | -18/+0 | ||
| |\ \ | | | | | | | Common: Remove Common::make_unique, use std::make_unique | |||||
| | * | | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 2 | -18/+0 | ||
| | | | | ||||||
| * | | | Merge pull request #1620 from LFsWang/path | 2016-04-04 | 3 | -26/+43 | ||
| |\ \ \ | | | | | | | | | Fix filename&path encode problem on Windows | |||||
| | * | | | remove debug code | 2016-03-31 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | fix unicode url problem on windows | 2016-03-31 | 1 | -6/+18 | ||
| | | | | | ||||||
| | * | | | Fix encode problem On Windows | 2016-03-31 | 3 | -21/+26 | ||
| | | |/ | |/| | ||||||
| * | | | Merge pull request #1616 from exhalatio/dlp_dummy | 2016-04-03 | 2 | -0/+2 | ||
| |\ \ \ | | | | | | | | | Dummy implementation dlp:SRVR Service. | |||||
| | * | | | Dummy implementation dlp:SRVR Service. | 2016-04-03 | 2 | -0/+2 | ||
| | | |/ | |/| | ||||||
| * | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | 2016-03-31 | 2 | -0/+2 | ||
| | |/ |/| | ||||||
| * | | remove unnecessary const | 2016-03-26 | 1 | -2/+2 | ||
| | | | ||||||
| * | | implement accel and gyro backend | 2016-03-22 | 1 | -0/+48 | ||
| |/ | ||||||
| * | vector_math: Add missing member in Vec4's SetZero function | 2016-03-18 | 1 | -1/+4 | ||
| | | ||||||
| * | Reorganize the ndm service path for dummy implement function | 2016-03-15 | 2 | -0/+2 | ||
| | | | | | | | SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||||
| * | Merge pull request #1509 from lioncash/noncopy | 2016-03-13 | 1 | -3/+3 | ||
| |\ | | | | | common: Minor changes to NonCopyable | |||||
| | * | common_types: Make NonCopyable constructor constexpr | 2016-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| | * | common_types: Specify const in deleted copy constructor/assignment operator | 2016-03-12 | 1 | -2/+2 | ||
| | | | ||||||
| * | | PICA: Align vertex attributes | 2016-03-13 | 2 | -0/+23 | ||
| |/ | ||||||
| * | Merge pull request #1476 from lioncash/emit | 2016-03-10 | 1 | -59/+54 | ||
| |\ | | | | | emitter: constexpr/misc changes | |||||
| | * | emitter: templatize ImmPtr | 2016-03-09 | 1 | -2/+6 | ||
| | | | ||||||
| | * | emitter: constexpr-ify helper functions | 2016-03-09 | 1 | -19/+17 | ||
| | | | ||||||