Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed swap code redundancy and moved common swap code to swap.h | archshift | 2015-03-06 | 1 | -77/+0 |
| | |||||
* | Merge pull request #581 from archshift/tfe | bunnei | 2015-02-23 | 1 | -2/+0 |
|\ | | | | | Added information reporting from ThrowFatalError | ||||
| * | Added information reporting from ThrowFatalError | archshift | 2015-02-22 | 1 | -2/+0 |
| | | | | | | | | This was RE'd from the errdisp applet. | ||||
* | | Misc cleanup of common and related functions | archshift | 2015-02-20 | 1 | -23/+0 |
| | | |||||
* | | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h | archshift | 2015-02-20 | 1 | -3/+2 |
|/ | |||||
* | ConfigMem: Clean up the Config memory to be more like the shared page and moved | purpasmart96 | 2015-02-17 | 1 | -0/+7 |
| | | | | the helper macro for padding to common_funcs.h | ||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -20/+15 |
| | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
* | Common: Fix SCOPE_EXIT to actually create unique identifiers. | Yuri Kunde Schlesner | 2015-01-30 | 1 | -0/+4 |
| | |||||
* | Fix merge conflicts | darkf | 2014-12-30 | 1 | -3/+8 |
|\ | |||||
| * | License change | purpasmart96 | 2014-12-21 | 1 | -2/+2 |
| | | |||||
| * | Added missing include in common_funcs.h | Yuri Kunde Schlesner | 2014-12-13 | 1 | -0/+1 |
| | | |||||
| * | Remove redundant include from common_funcs.h | Yuri Kunde Schlesner | 2014-12-13 | 1 | -2/+0 |
| | | |||||
| * | Some code cleanup. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | | |||||
| * | Fix some headers to include their dependencies properly. | Tony Wasserka | 2014-12-09 | 1 | -0/+4 |
| | | |||||
| * | Change NULLs to nullptrs. | Rohit Nirmal | 2014-12-03 | 1 | -1/+1 |
| | | |||||
* | | Fix MinGW build | darkf | 2014-11-29 | 1 | -4/+4 |
|/ | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -7/+7 |
| | |||||
* | Common: Move header guards over to pragma once | Lioncash | 2014-08-17 | 1 | -4/+1 |
| | | | | Also replaced C headers with the C++ equivalent ones | ||||
* | added MIN, MAX, and CLAMP macros to common_funcs | bunnei | 2014-05-17 | 1 | -0/+5 |
| | |||||
* | fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it | bunnei | 2014-04-28 | 1 | -13/+0 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+245 |