aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkg: add scipts to create packages for various systemsv0.2.2-r10.2.2Michał Łyszczek2018-11-1513-0/+503
|
* makefile: don't build examples on make allMichał Łyszczek2018-11-152-2/+10
|
* version bumpv0.2.2Michał Łyszczek2018-02-097-7/+7
|
* add: test results for aix and hp-uxMichał Łyszczek2018-02-091-10/+20
|
* fix: don't rely on FILENAME_MAX in testsMichał Łyszczek2018-02-072-3/+3
| | | | | FILENAME_MAX is unusable on some systems, ie. on HP-UX it is defined as 14, but you clearly can create files with bigger filename.
* fix: replace intmax_t with (long) long for better compatibilityMichał Łyszczek2018-02-071-5/+11
|
* fix: errors on AIX platformMichał Łyszczek2018-02-073-3/+653
|\
| * fix: add back tap-driver.sh as not all autotools provides oneaix-supportMichał Łyszczek2018-02-073-2/+652
| |
| * fix: rename AC_CONFIG_MACR_DIRS to support older autoconfMichał Łyszczek2018-02-071-1/+1
|/
* fix: wrong variable used to print short timestampMichał Łyszczek2018-02-071-1/+1
|
* fix: timestamp creation on some architecturesMichał Łyszczek2018-02-061-9/+13
|
* support for librb-3.0.0Michał Łyszczek2018-02-061-2/+1
| | | | no_buildbot
* fix: bug in site generationv0.2.1Michał Łyszczek2018-01-291-1/+1
| | | | no_buildbot
* add: missing readme.md file to distMichał Łyszczek2018-01-281-1/+1
| | | | no_buildbot
* version bumpMichał Łyszczek2018-01-287-7/+7
|
* add: missing gen-download-page.sh to extra_distMichał Łyszczek2018-01-281-1/+1
|
* fix: enable analyzer only with --enable-analyzerMichał Łyszczek2018-01-272-0/+15
| | | | enabling it always caused error on some old version of make
* add: make analyze using clang analyzerMichał Łyszczek2018-01-263-0/+15
|
* fix: remove tap-driver.sh from extra_distMichał Łyszczek2018-01-261-1/+1
|
* fix: change test directory from /tmp to ./ to prevent condition race with ↵v0.2.0Michał Łyszczek2018-01-261-1/+1
| | | | parallel tests
* fix: removed debug print from testMichał Łyszczek2018-01-261-1/+0
|
* doc updateMichał Łyszczek2018-01-262-1/+72
|
* version bumpMichał Łyszczek2018-01-267-7/+7
|
* add: gen-download-page scriptMichał Łyszczek2018-01-264-0/+32
|
* update readme and manMichał Łyszczek2018-01-262-18/+81
|
* add: make check to test-compilation scriptMichał Łyszczek2018-01-261-2/+10
|
* add: tests when --disable-colorsMichał Łyszczek2018-01-261-0/+7
|
* add: tests when --disable-monotonic or --disable-realtimeMichał Łyszczek2018-01-263-3/+37
|
* add: tests when --disable-timestampMichał Łyszczek2018-01-261-1/+21
|
* add: disable file tests when --disable-out-fileMichał Łyszczek2018-01-261-0/+4
|
* add: tests when --disable-out-stderrMichał Łyszczek2018-01-261-5/+56
|
* refactor: remove superflous elses in configure.acMichał Łyszczek2018-01-261-36/+1
|
* add: allow to force to use portable snprintfMichał Łyszczek2018-01-265-10/+35
|
* fix: perror test error on some systemsMichał Łyszczek2018-01-251-5/+12
|
* fix: remove non-portable flags from test compilationMichał Łyszczek2018-01-251-1/+0
|
* fix: ftell after fopen(s, "a") not always points to end of fileMichał Łyszczek2018-01-251-3/+10
| | | | | ftell position can either end of begin of file, it implementation specific (check stdio(3))
* removed: tap-driver to rely on autoconf to provide that fileMichał Łyszczek2018-01-254-653/+4
|
* fix: change NAME_MAX to FILENAME_MAX as it is not available on solarisMichał Łyszczek2018-01-251-6/+7
|
* fix: error in reading function pointer in va_arg on solarisMichał Łyszczek2018-01-251-2/+1
|
* fix: add /usr/{include,lib} to search pathMichał Łyszczek2018-01-251-0/+2
|
* fix: remove gcno files on clean + reformatMichał Łyszczek2018-01-242-2/+4
|
* add: autogen scriptMichał Łyszczek2018-01-241-0/+10
|
* fix: distcheck errors when calling distcleanMichał Łyszczek2018-01-2423-2825/+2830
| | | | | I know, I know these links are ugly as my ex, but blame autoconf, for not letting to use common source files with multiple targets.
* change: remove _OPT_ from options after removing it from embedlog.hMichał Łyszczek2018-01-244-32/+33
|
* add: ignores for release filesMichał Łyszczek2018-01-241-13/+15
|
* fix: add missing www makefile to autoconfMichał Łyszczek2018-01-241-1/+2
|
* add: ignoresMichał Łyszczek2018-01-241-0/+2
|
* update: documentationMichał Łyszczek2018-01-244-52/+82
|
* add: generation of websiteMichał Łyszczek2018-01-2313-553/+928
|
* change: shortened option enums, who wants to type so much?Michał Łyszczek2018-01-2310-215/+215
|