Commit graph

53 commits

Author SHA1 Message Date
Daniel Salzman
3aeebb0f69 Include README.md in distribution package 2020-05-25 12:29:19 +02:00
Daniel Salzman
a71174f4f2 doc: added EPUB target into Makefile 2020-02-19 15:18:32 +01:00
Daniel Salzman
5a319cd5ae configure: add the distro directory to dist tarball 2018-08-06 14:07:27 +02:00
Daniel Salzman
81096e5b6a tests: another build cleanup 2018-03-13 15:43:13 +01:00
Daniel Salzman
9bddf37934 zscanner: move to libzscanner 2018-03-12 13:37:09 +01:00
Daniel Salzman
2faf8f9991 dnssec: move to libdnssec 2018-03-12 13:31:30 +01:00
Daniel Salzman
4a76305b37 tests: move zscanner tests and libtap + improvements 2018-03-09 13:20:31 +01:00
Daniel Salzman
de8f2ff2d3 python: add Makefile to distribute the scripts 2016-12-29 15:52:21 +01:00
Daniel Salzman
a065b6c8a2 Makefile: add contrib to coverage directories 2016-08-02 15:38:24 +02:00
Jan Vcelak
20c6145db0 build: manual recursive targets for check-compile
AM_EXTRA_RECURSIVE_TARGETS works since automake 1.13. (CentOS 6 has 1.11.)
2016-02-19 14:04:54 +01:00
Jan Vcelak
9c541a9305 build: remove needless DISTCHECK_CONFIGURE_FLAGS 2015-08-25 17:23:49 +02:00
Ondřej Surý
98eec01ab0 Revert "Makefile: don't install bash completition"
This reverts commit 9411e87587.
2015-08-25 15:20:23 +02:00
Daniel Salzman
9411e87587 Makefile: don't install bash completition 2015-08-21 13:24:16 +02:00
Jan Vcelak
4a79d01021 configure: add --with-bash-completions=auto flag 2015-06-15 11:28:32 +02:00
Ondřej Surý
31406d0b27 Don't run clean target in parallel as running 'make -j8 clean check' would have some interesting results if check was ran in parallel with clean 2015-05-20 13:25:04 +02:00
Ondřej Surý
c677994812 Generate man pages directly from sphinx instead of using local copies 2015-04-28 15:59:51 +02:00
Ondřej Surý
a30cdb0d73 Make {install-,}singlehtml makeable from root dir 2015-04-28 15:38:34 +02:00
Daniel Salzman
b0908725ac Merge branch 'master' into new_config 2015-04-09 09:23:57 +02:00
Daniel Salzman
528b2232b1 Remove flex/bison based configuration 2015-04-09 09:21:43 +02:00
Jan Vcelak
50fdbdc6d8 move utilities for fuzzy testing outside tests 2015-04-02 14:06:49 +02:00
Daniel Salzman
77573ced1c patches: remove (obsolete) 2015-03-02 10:53:42 +01:00
Ondřej Surý
09fa7d921c Move dnssec into src/ 2015-02-11 13:00:35 +01:00
Ondřej Surý
b5dc2dff6e Fix missing backslash in coverage dirs 2015-02-11 09:49:22 +01:00
Jan Vcelak
291676ae51 Merge branch 'master' into libdnssec
* master: (161 commits)
2014-12-14 21:22:40 +01:00
Daniel Salzman
5b6bfb37a3 Coverage: update new directory structure 2014-11-11 23:26:51 +01:00
Jan Vcelak
eeaf44a79e [dnssec] enable code coverage 2014-10-02 16:01:12 +02:00
Jan Vcelak
4e06995ddc Merge branch 'master' into libdnssec
* master:
  Makefile: cleanup code coverage execution
  tests: update .gitignore
  zscanner: fix empty file processing
  tests: disable knot_dname_to_str_alloc() with incomplete dname
  fix warning: _BSD_SOURCE is deprecated
  dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of protobuf-c 1.0.0
  OS X: fix unit tests compilation
  configure: add cflag to fail on implicit declaration
2014-10-02 16:00:30 +02:00
Jan Vcelak
a4a2a87f60 Makefile: cleanup code coverage execution 2014-10-02 15:53:06 +02:00
Jan Vcelak
aeeaedefc1 Merge branch 'master' into libdnssec
* master: (619 commits)
2014-08-04 14:08:42 +02:00
Daniel Salzman
31392b44e9 Makefile: improve code coverage usage 2014-04-29 14:27:44 +02:00
Daniel Salzman
198a909bcf configure: remove Ragel detection
Previous logic was too complicated and confusing. Currently, there are
just two pregenerated source files which are selected on the basis of
the --disable-fastparser configure option.

Pregenerated files can be updated using scripts/update-parser.sh script.
2014-04-24 12:15:50 +02:00
Jan Vcelak
3cd620592a make dist: do not package scanner.c 2014-04-15 12:44:30 +02:00
Jan Vcelak
f518de201a configure: fix --disable-code-coverage 2014-04-15 12:44:30 +02:00
Jan Vcelak
bab91d9ac8 disable ragel in make distcheck 2014-04-15 12:44:30 +02:00
Jan Vcelak
5e5b18c12c [dnssec] build zscanner prior to dnssec 2014-04-07 10:03:28 +02:00
Jan Vcelak
18e6243000 Merge branch 'master' into libdnssec 2014-04-06 10:42:47 +02:00
Ondřej Surý
e1b1c850ea Add a little hack to help lcov genhtml find flex and bison source files 2014-03-26 16:34:22 +01:00
Ondřej Surý
f2617425ac Remove non-POSIX recursive variable expansion 2014-03-26 15:43:05 +01:00
Ondřej Surý
2ccd96785e Add support for code coverage testing with gcov 2014-03-26 14:30:47 +01:00
Jan Vcelak
446f4492ff [dnssec] import some base code 2014-03-18 16:30:31 +01:00
Jan Vcelak
cabc314387 build: separate libtap, separate tests 2014-02-25 15:16:24 +01:00
Daniel Salzman
84acb99ca3 automake: copy patches to dist packages 2014-01-22 14:24:41 +01:00
Ondřej Surý
61456ddf98 Finish the migration to C TAP Harness by making make distcheck happy 2013-10-15 22:53:30 +02:00
Ondřej Surý
8a2cec3cff Start using C TAP Harness and convert journal tests to the new system 2013-10-15 14:49:22 +02:00
Ondřej Surý
2c976ec788 Fix make distcheck (up until uninstall check)
Change-Id: I0a963766fa4b4494e7eca53a6edd613632f6cbe1
2013-05-27 21:31:47 +02:00
Jan Vcelak
69b39d4c82 man: move to subdirectory, insert version using autotools 2013-03-29 16:07:09 +01:00
Ondřej Surý
1be4e490fc Conditionally build doc/ dir 2012-06-12 14:17:04 +02:00
Ondřej Surý
05330efe7a Autotoolize documentation build process 2012-06-12 14:17:03 +02:00
Ondřej Surý
62f61d6b51 Merge libknot back to main sources 2011-11-02 22:12:01 +01:00
Ondřej Surý
f38991c895 Autogenerate and install default configuration file 2011-09-01 10:34:48 +02:00