aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_funcs.h
Commit message (Collapse)AuthorAge
* Stop defining GCC always_inline attributes as __forceinlineGravatar archshift2015-08-11
| | | | | __forceinline is a MSVC extension, which may confuse some people working on the codebase. Furthermore, the C++ standard dictates that all names which contain adjacent underscores are reserved.
* don´t define snprintf on Visual Studio 2015Gravatar Apology112015-07-12
| | | Visual Studio 2015 defines this in stdio now
* Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-09
| | | | | | | 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 macroGravatar Yuri Kunde Schlesner2015-05-08
|
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-07
| | | | | | | 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.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Remove more unused compatibility definesGravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Move IO-specific compatibility macros to file_util.cppGravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-06
|
* Removed swap code redundancy and moved common swap code to swap.hGravatar archshift2015-03-05
|
* Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-23
|\ | | | | Added information reporting from ThrowFatalError
| * Added information reporting from ThrowFatalErrorGravatar archshift2015-02-22
| | | | | | | | This was RE'd from the errdisp applet.
* | Misc cleanup of common and related functionsGravatar archshift2015-02-19
| |
* | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-19
|/
* ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-16
| | | | the helper macro for padding to common_funcs.h
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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.Gravatar Yuri Kunde Schlesner2015-01-30
|
* Fix merge conflictsGravatar darkf2014-12-29
|\
| * License changeGravatar purpasmart962014-12-20
| |
| * Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Some code cleanup.Gravatar Tony Wasserka2014-12-09
| |
| * Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-09
| |
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
| |
* | Fix MinGW buildGravatar darkf2014-11-28
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | Also replaced C headers with the C++ equivalent ones
* added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-17
|
* fix for issue Linux build #9, not sure why this is broken but its unused ↵Gravatar bunnei2014-04-27
| | | | code I'm just getting rid of it
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08