summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-02Fix build of simpleops-compilerHEADmasterAndrea Canciani1-0/+2
The offsetof() macro is defined in <stddef.h> . Including it fixes the build.
2012-09-20Add autogen.shAndrea Canciani1-0/+10
This is useful when simpleops is used as a submodule in another project.
2012-08-02Add detection of visibility attribute at configuration timeAndrea Canciani3-1/+77
On SunOS the linker does not support the visibility attribute. Reported-by: Uli Schlachter <psychon@znc.in>
2012-08-02Fix #pragma detection on SunCCAndrea Canciani2-14/+3
The correct syntax is: Reported-by: Uli Schlachter <psychon@znc.in>
2012-08-02Fix usage of inline macro defined by autotoolsAndrea Canciani1-0/+2
The "inline" macro defined by autotools gets prefixed with _simpleops_, just like other config.h macros. Reported-by: Uli Schlachter <psychon@znc.in>
2012-08-02Set and report "no" when compilation failsAndrea Canciani1-2/+2
"no" was only reported when both compilations succeeded and comparison of the output failed. Reported-by: Uli Schlachter <psychon@znc.in>
2012-07-31Documentation directoryAndrea Canciani1-0/+1716
2012-07-31First version of the simpleops libraryAndrea Canciani84-0/+5794
The library provides atomic operations, mutexes, TLS and init/fini callbacks in a cross-platform fashion.
2012-07-13Tools to check the consistency of the implementationsAndrea Canciani3-0/+197
The index.html page accepts an argument which is the target header. The headers in the DIFFTABLE section of that header are compared and the results are shown in the browser.
2011-07-01Initial commitAndrea Canciani1-0/+1