summaryrefslogtreecommitdiffstats
path: root/src/macros.h
Commit message (Expand)AuthorAgeFilesLines
* Remove more lint, mostly C-style casts.Elliott Hughes2012-03-261-4/+4
* Fix copyright headers.Elliott Hughes2012-01-301-12/+15
* Fix definition GCC_VERSIONBrian Carlstrom2012-01-251-1/+1
* Remove various bits of lint.Elliott Hughes2012-01-241-6/+4
* Add a macro GCC_VERSION and use it to control code paths.Shih-wei Liao2012-01-131-0/+4
* Add TEMP_FAILURE_RETRY for the Mac build.Elliott Hughes2011-12-161-0/+10
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-6/+3
* Various tidy ups, add LIKELY/UNLIKELY macros.Ian Rogers2011-10-121-0/+3
* Add packing to class Thread.Elliott Hughes2011-09-161-0/+2
* More of the thread infrastructure.Elliott Hughes2011-09-131-0/+3
* Add an instruction abstraction and visitor.Carl Shapiro2011-06-241-0/+2
* Add a macro for sizing anonymous or locally defined arrays.Carl Shapiro2011-06-221-1/+41
* Add the implementation for the ARM assembler.Carl Shapiro2011-06-211-0/+19
* Shorten the namespace and re-normalize include guards.Carl Shapiro2011-06-211-3/+3
* Add basic assembler interface and an x86 backend.Carl Shapiro2011-06-211-0/+22
* Add implementations of sizeof and offsetof for class types.Carl Shapiro2011-06-211-0/+7
* Fix the include guard style.Carl Shapiro2011-06-201-3/+3
* Add a minimal logging interface and implementation.Carl Shapiro2011-06-201-0/+33