summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update component version for releaseHEADrelease/0.1.1masterVincent Sanders2023-12-251-1/+1
|
* Assert: Add static assertion macro.Michael Drake2022-03-261-0/+1
| | | | We're not C11 so we can't use static_assert().
* Update component version to 0.1.0 for releaserelease/0.1.0Vincent Sanders2020-05-241-2/+2
| | | | Signed-off-by: Vincent Sanders <vince@kyllikki.org>
* fix endian header guardrelease/0.0.5Vincent Sanders2018-08-261-1/+1
|
* update component version for releaserelease/0.0.4Vincent Sanders2018-08-211-1/+1
|
* Actually install endian.hJohn-Mark Bell2018-01-201-0/+1
|
* 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