summaryrefslogtreecommitdiff
path: root/src/plot.h
Commit message (Collapse)AuthorAgeFilesLines
* freebsd uses single underscore byte ordering macroVincent Sanders2018-09-071-2/+2
|
* fix dumb typoVincent Sanders2018-09-071-1/+1
|
* fix compile on freebsdVincent Sanders2018-09-071-0/+10
|
* use the darwin specific macros for endian checkingVincent Sanders2016-09-041-1/+1
| | | | | This is necessary to avoid issues around having the correct macros defined in the darwin environment.
* use correct macro to detect mac os xVincent Sanders2016-09-041-2/+2
|
* cope with mac os X having the endian header somewhere elseVincent Sanders2016-09-041-1/+7
|
* Make endianess detection more robustVincent Sanders2016-09-041-0/+49
| | | | | | | | This moves the byte order detection into the internal plot header and makes teh detection much more robust searching for more macros in common use. This should fix compilation on big endian openBSD systems Thanks to Anthony J. Bentley for a patch used as inspiration for this change
* Move private headers out of include/ and into src/Michael Drake2014-07-191-0/+129
To match our other libraries.