summaryrefslogtreecommitdiffstats
path: root/src/common/common_funcs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove the BIT macroYuri Kunde Schlesner2015-05-091-2/+0
| | | | | | | When the macro was introduced in 326ec51261299e48de97592631c02523da9c8118 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro.
* Common: Add BIT macroYuri Kunde Schlesner2015-05-091-0/+2
|
* Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner2015-05-071-7/+0
| | | | | | | The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
* Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner2015-05-071-0/+21
|
* Common: Remove more unused compatibility definesYuri Kunde Schlesner2015-05-071-45/+0
|
* Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner2015-05-071-8/+0
|
* Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner2015-05-071-7/+3
|
* Removed swap code redundancy and moved common swap code to swap.harchshift2015-03-061-77/+0
|
* Merge pull request #581 from archshift/tfebunnei2015-02-231-2/+0
|\ | | | | Added information reporting from ThrowFatalError
| * Added information reporting from ThrowFatalErrorarchshift2015-02-221-2/+0
| | | | | | | | This was RE'd from the errdisp applet.
* | Misc cleanup of common and related functionsarchshift2015-02-201-23/+0
| |
* | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift2015-02-201-3/+2
|/
* ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart962015-02-171-0/+7
| | | | the helper macro for padding to common_funcs.h
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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 Schlesner2015-01-301-0/+4
|
* Fix merge conflictsdarkf2014-12-301-3/+8
|\
| * License changepurpasmart962014-12-211-2/+2
| |
| * Added missing include in common_funcs.hYuri Kunde Schlesner2014-12-131-0/+1
| |
| * Remove redundant include from common_funcs.hYuri Kunde Schlesner2014-12-131-2/+0
| |
| * Some code cleanup.Tony Wasserka2014-12-091-0/+2
| |
| * Fix some headers to include their dependencies properly.Tony Wasserka2014-12-091-0/+4
| |
| * Change NULLs to nullptrs.Rohit Nirmal2014-12-031-1/+1
| |
* | Fix MinGW builddarkf2014-11-291-4/+4
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-7/+7
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* added MIN, MAX, and CLAMP macros to common_funcsbunnei2014-05-171-0/+5
|
* fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of itbunnei2014-04-281-13/+0
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+245