aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkg: add scipts to create packages for various systemsv0.2.1-r10.2.1Michał Łyszczek2018-11-1513-0/+503
|
* makefile: don't build examples on make allMichał Łyszczek2018-11-152-2/+10
|
* tst/el-print.c: remove O_NONTHREAD flagMichał Łyszczek2018-11-151-1/+1
|
* 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
|
* Fix missing '\' in cflagsMichał Łyszczek2017-11-281-1/+1
|
* Updated man pagesMichał Łyszczek2017-11-286-51/+6
|
* Shortened EL_OPT_OUTPUT to EL_OPT_OUTMichał Łyszczek2017-11-2712-24/+24
|
* Version bumpv0.1.1Michał Łyszczek2017-11-272-2/+2
|
* Enhanced documentation, added some files to gitignoreMichał Łyszczek2017-11-272-7/+11
|
* Added usage examplesMichał Łyszczek2017-11-278-2/+252
|
* Added readme and missing info filesv0.1.0Michał Łyszczek2017-11-267-2/+100
|
* Removed not really needed autogen.shMichał Łyszczek2017-11-261-1/+0
|
* Fix clang warningsMichał Łyszczek2017-11-269-32/+38
|