| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-19 | Merge pull request #4 from archshift/patch-1 | bunnei | |
| README: Update wiki links | |||
| 2014-05-19 | README: Update wiki links | archshift | |
| 2014-05-19 | apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ↵ | bunnei | |
| magic value in other places) so that I can track how it propagates through the app code | |||
| 2014-05-19 | thread: added declaration for __KernelReschedule to be used by syscall module | bunnei | |
| 2014-05-19 | VFP: disable DBG messages because they spam the console with unimportant ↵ | bunnei | |
| skyeye junk | |||
| 2014-05-19 | Merge pull request #2 from archshift/issue-7-fix | bunnei | |
| Fixes issues with building Citra on OSX | |||
| 2014-05-19 | common_types: Changed BasicRect back to Rect, in the common namespace | archshift | |
| Only Rect is in the namespace for now; the rest of common should be added in the future | |||
| 2014-05-19 | CMakeLists: Fixed GLEW include var name, compile flag vars | archshift | |
| After adding FindGLEW.cmake to externals, the variable call for the GLEW include path needed to be revised. Append flags on OSX, rather than overwrite them. I realized that GCC_COMPILE_FLAGS was changed to CMAKE_CXX_FLAGS mistakenly, so both were changed to a more platform-independent name. | |||
| 2014-05-19 | Improved clarity and whitespace | archshift | |
| Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5. | |||
| 2014-05-19 | CMakeLists: rename HEADS, improved comments | archshift | |
| Changes for clarity of comments, removed redundant compiler flags. | |||
| 2014-05-19 | Indent fixes | archshift | |
| 2014-05-18 | Merge pull request #13 from archshift/master | bunnei | |
| Use runtime arguments to specify boot filename. | |||
| 2014-05-18 | renamed "session" to "handle" | bunnei | |
| 2014-05-18 | - renamed NewHandle to CreateHandle | bunnei | |
| - updated CreateHandle/DeleteHandle to use KernelObject's | |||
| 2014-05-18 | fix warning | bunnei | |
| 2014-05-18 | - updated service(s) to be KernelObject's | bunnei | |
| - various cleanups | |||
| 2014-05-18 | updated Travis-CI image/link in readme for new project repo | bunnei | |
| 2014-05-18 | renamed "UID" to "Handle" where appropriate | bunnei | |
| 2014-05-18 | - moved Handle/Result definitions to kernel.h | bunnei | |
| - added ResetType enum | |||
| 2014-05-18 | - added stub for CreateEvent | bunnei | |
| - changed some stubbed SVCs to return unique handle names for debugging purposes | |||
| 2014-05-17 | added stubbed function for WaitSynchronizationN | bunnei | |
| 2014-05-17 | Indent fixes | archshift | |
| 2014-05-17 | Fixed vfp issues | archshift | |
| 2014-05-17 | ignore thumbemu 0xDEADCODE debugging catch on MCR | bunnei | |
| 2014-05-17 | changed a comment | bunnei | |
| 2014-05-17 | cleanups to SVC CreateThread | bunnei | |
| 2014-05-17 | Merge branch 'master' into threading | bunnei | |
| 2014-05-17 | updated how we call ARM core to make things much faster | bunnei | |
| 2014-05-16 | Updated cmakelists | archshift | |
| 2014-05-16 | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift | |
| 2014-05-16 | Added FindGLEW to cmake-modules | archshift | |
| 2014-05-17 | - added enum ThreadProcessorId | bunnei | |
| - reorganized some kernel thread functions - added placeholder __KernelWaitThread_Synchronization function | |||
| 2014-05-17 | added MIN, MAX, and CLAMP macros to common_funcs | bunnei | |
| 2014-05-16 | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | |
| - added KERNEL_DEFAULT_STACK_SIZE definition (0x4000) | |||
| 2014-05-16 | added stubbed GetProcSemaphore - does nothing but avoids an exception | bunnei | |
| 2014-05-16 | add kernel.* and thread.* to VS filters | bunnei | |
| 2014-05-16 | updated APT_U::GetLockHandle to return a valid handle | bunnei | |
| 2014-05-16 | Merge master into threading to add support for VFP | bunnei | |
| 2014-05-16 | Merge pull request #17 from bunnei/arm-vfp | bunnei | |
| ARM VFP support - integrated from SkyEye | |||
| 2014-05-16 | same fix as last commit - just for vfpsingle.cpp | bunnei | |
| 2014-05-16 | another VFP fix for GCC | bunnei | |
| 2014-05-16 | fixed VFP DBG log for GCC | bunnei | |
| 2014-05-16 | fixed typo in CMakeLists.txt | bunnei | |
| 2014-05-16 | - reenabled MCR and MRC functions now that VFP is attached | bunnei | |
| - removed HLE::CallMCR function (was pointless) | |||
| 2014-05-16 | - removed unused stubbed out code | bunnei | |
| - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's | |||
| 2014-05-16 | added maverick.cpp to ARM core from skyeye | bunnei | |
| 2014-05-16 | fixed includes | bunnei | |
| 2014-05-16 | enabled CP_ACCESS_ALLOWED | bunnei | |
| 2014-05-16 | fixed include path | bunnei | |
| 2014-05-16 | removed undefined function ARMul_ConsolePrint | bunnei | |
