summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.0.3Daniel Silverstone2016-11-191-1/+1
|
* Ensure length is correctly initialised in tests.release/0.0.2Vincent Sanders2015-05-011-1/+1
|
* fix up unistd operations for amigaos 3 and win32 targetsVincent Sanders2015-04-021-0/+1
|
* need _GNU_SOURCE to be defined to get useful unistd on some platformsVincent Sanders2015-04-021-1/+1
|
* need _BSD_SOURCE to be defined to get useful unistd on some platformsVincent Sanders2015-04-021-1/+2
|
* Added pread and pwrite wrappers.Vincent Sanders2015-04-021-1/+8
| | | | | | | | This adds wrappers for the pread and pwrite standard calls with fixed semantics across all supported platforms. The main variation (so far) is some platforms not having the calls at all and AmigaOS not allowing seeks beyond existing extents.
* fix for INCLUDEDIRAdrien Destugues2015-03-221-1/+1
|
* cope with HOST/BUILD change in buildsystemVincent Sanders2014-12-191-1/+1
|
* Make use of buildsystem REQUIRED_LIBS to add -lrt when requiredVincent Sanders2014-11-271-0/+9
|
* move to using POSIX monotonic clock if availableVincent Sanders2014-11-261-0/+1
|
* Fix error enum to not conflict and add monotonic time implementationVincent Sanders2014-11-261-0/+1
|
* Add missing pkg-config and make installableVincent Sanders2014-11-191-1/+2
|
* Initial nsutils library with base64 implementation an testsVincent Sanders2014-11-181-0/+36