summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h
AgeCommit message (Expand)Author
2015-07-12don“t define snprintf on Visual Studio 2015Apology11
2015-06-28Common: Remove unused ROUND_UP_POW2 macro.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner
2015-05-08Common: Add BIT macroYuri Kunde Schlesner
2015-05-07Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Remove more unused compatibility definesYuri Kunde Schlesner
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-03-05Removed swap code redundancy and moved common swap code to swap.harchshift
2015-02-23Merge pull request #581 from archshift/tfebunnei
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Yuri Kunde Schlesner
2014-12-29Fix merge conflictsdarkf
2014-12-20License changepurpasmart96
2014-12-13Added missing include in common_funcs.hYuri Kunde Schlesner
2014-12-13Remove redundant include from common_funcs.hYuri Kunde Schlesner
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09Fix some headers to include their dependencies properly.Tony Wasserka
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-28Fix MinGW builddarkf
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-08-17Common: Move header guards over to pragma onceLioncash
2014-05-17added MIN, MAX, and CLAMP macros to common_funcsbunnei
2014-04-27fix for issue Linux build #9, not sure why this is broken but its unused code...bunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei