aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/cpu_linux.c
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Fixed incorrect comment formatGravatar murgatroid992015-06-22
|
* Reverted incorrect type changeGravatar murgatroid992015-06-22
|
* Silenced conversion warnings in src/core/supportGravatar murgatroid992015-06-19
|
* Second batch of feedback.Gravatar Nicolas Noble2015-02-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix include pathsGravatar Craig Tiller2015-02-09
|
* undef and endif aren't the same thingGravatar David Klempner2015-02-03
|
* We should ifdef check the define of _GNU_SOURCEGravatar David Klempner2015-02-03
|
* Have cpu_linux.c define _GNU_SOURCE at the beginning of the fileGravatar David Klempner2015-02-03
| | | | | Feature test macros need to be defined before including any other headers.
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Avoid clobbering potential defines that were set up externally.Gravatar nnoble2015-01-12
| | | | | | | Change on 2015/01/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83799744
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
Properly set this up in our build environment. Change on 2014/12/23 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82725899