summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* don“t define snprintf on Visual Studio 2015Gravatar Apology112015-07-121-2/+4
* Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-281-7/+0
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-4/+0
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-091-2/+0
* Common: Add BIT macroGravatar Yuri Kunde Schlesner2015-05-081-0/+2
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-071-7/+0
* Common: Move alignment macros to common_funcs.hGravatar Yuri Kunde Schlesner2015-05-071-0/+21
* Common: Remove more unused compatibility definesGravatar Yuri Kunde Schlesner2015-05-071-45/+0
* Common: Move IO-specific compatibility macros to file_util.cppGravatar Yuri Kunde Schlesner2015-05-071-8/+0
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-061-7/+3
* Removed swap code redundancy and moved common swap code to swap.hGravatar archshift2015-03-051-77/+0
* Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-231-2/+0
|\
| * Added information reporting from ThrowFatalErrorGravatar archshift2015-02-221-2/+0
* | Misc cleanup of common and related functionsGravatar archshift2015-02-191-23/+0
* | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-191-3/+2
|/
* ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-161-0/+7
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-20/+15
* Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2015-01-301-0/+4
* Fix merge conflictsGravatar darkf2014-12-291-3/+8
|\
| * License changeGravatar purpasmart962014-12-201-2/+2
| * Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-0/+1
| * Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-2/+0
| * Some code cleanup.Gravatar Tony Wasserka2014-12-091-0/+2
| * Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-091-0/+4
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-1/+1
* | Fix MinGW buildGravatar darkf2014-11-281-4/+4
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-7/+7
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-4/+1
* added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-171-0/+5
* fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei2014-04-271-13/+0
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+245