aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_funcs.h
Commit message (Expand)AuthorAge
* Stop defining GCC always_inline attributes as __forceinlineGravatar archshift2015-08-11
* donĀ“t define snprintf on Visual Studio 2015Gravatar Apology112015-07-12
* 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
* Common: Add BIT macroGravatar Yuri Kunde Schlesner2015-05-08
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-07
* 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 ThrowFatalErrorGravatar archshift2015-02-22
* | 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
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* 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
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
* 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 code...Gravatar bunnei2014-04-27
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08