summaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#1945] fix building docs from tarballAndrei Pavel2024-08-221-4/+1
| | | | | | | | | | | | | - Move tools/* EXTRA_DISTs inside tools/Makefile.am because that's where they belong. - Add check-messages.py to EXTRA_DIST in tools/Makefile.am to allow someone who downloads the tarball to regenerate the entire message documentation just like before. - Add debug-messages.rst and kea-messages.rst to the tarball so that they are not forced to use check-messages.py to regenerate message documentation. - Add singlehtml to all rule. It is the only type of docs that are not built by default.
* [#3080] SECURITY.md addedTomek Mrugalski2023-10-231-1/+1
| | | | - This is the general format expected by Github
* [#2832] address review commentsAndrei Pavel2023-05-161-0/+2
|
* [#2832] add libyang-cpp and sysrepo-cpp flags to distcheckAndrei Pavel2023-05-161-0/+6
|
* [#2071] propagate all flags from configure to distcheckRazvan Becheriu2022-08-101-3/+24
|
* [#2081] remove docbook and docgen mentions (extra)Andrei Pavel2021-09-201-2/+0
|
* [#1991] distcheck "fix"Tomek Mrugalski2021-07-261-4/+0
| | | | - It's not a proper fix, but good enough for this release
* [#1676] Reverted make variable quotingKea-1.9.4Francis Dupont2021-01-261-12/+12
|
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
|
* [#1574] make all shell scripts POSIX compliantAndrei Pavel2020-12-141-12/+12
| | | | | | | | | | | | * solve all shellcheck warnings * shebang in all scripts * set -eu everywhere * make scripts callable from everywhere * quote variables to prevent globbing and word splitting * add missing copyrights * remove unused variables * use $() instead of backticks `` ... and so on
* [#1143] CoC is now included in the tarballTomek Mrugalski2020-07-211-1/+1
|
* [#1055] platforms.rst added to dist_doc_DATATomek Mrugalski2020-03-201-1/+1
|
* fixed building sphinx docs on ubuntu 18.04Michal Nowikowski2019-07-301-9/+2
|
* [#734,!422] contributors guide renamed to CONTRIBUTING.mdTomek Mrugalski2019-07-221-1/+1
|
* [667-remove-obsolete-compatcheck-dir] Removed compatcheck more than obsolete ↵Francis Dupont2019-07-041-1/+1
| | | | directory
* [538-kea-should-not-store-anything-in-var-kea-lsb-violation] Addressed ↵Francis Dupont2019-06-181-1/+2
| | | | comments (and grep reports)
* [!342] Makefile.am updatedTomek Mrugalski2019-05-271-1/+2
| | | | | - now builds correctly on clean tree - now API file is regenerated
* various improvementsMichal Nowikowski2019-05-271-0/+11
| | | | | | - improved several fragments of the first 3 chapters in ARM - added target to top level Makefile for generating PDF docs - improved formating of ChangeLog
* [#633] Contributors guide is now part of the tarballTomek Mrugalski2019-05-271-1/+1
|
* [498-pkg-config-usage-in-kea-libs-is-wrong] Got rid of dns++.pcFrancis Dupont2019-03-111-3/+0
|
* hammer: added checking vagrant version, removed hammer from EXTRA_DISTMichal Nowikowski2019-03-051-3/+0
|
* [340-make-perfdhcp-build-optional] Removed spurious aFrancis Dupont2019-02-051-1/+1
|
* [340-make-perfdhcp-build-optional] Made perfdhcp optional (default=no)Francis Dupont2019-02-051-0/+4
|
* [#372,!181] hammer: improved docs, added hammer.py to EXTRA_DISTMichal Nowikowski2019-01-311-0/+3
|
* [#293,!45] Add coroutine.hpp back to the kea sourcesTomek Mrugalski2018-11-281-0/+4
|
* [#10,!3] Build order changed.Tomek Mrugalski2019-10-291-1/+3
|
* [65-libyang-config-build_rebased] Rebased on last masterFrancis Dupont2018-09-251-0/+4
|\
| * [65-libyang-config-build] Updated configure and top MakefileFrancis Dupont2018-09-161-0/+4
| |
* | [#137,!42] Kea version moved to separate header.Tomek Mrugalski2018-09-211-1/+1
|/
* [5524] Transmit premium config to distcheckFrancis Dupont2018-02-091-1/+10
|
* [github43] Wrapped a line that was too longTomek Mrugalski2018-01-311-1/+3
|
* [github43] Merge branch 'makefile-am' of https://github.com/andreipavelQ/kea ↵Tomek Mrugalski2018-01-301-20/+33
|\ | | | | | | | | | | | | into github43 # Conflicts: # Makefile.am
| * Merge remote-tracking branch 'isc-kea/master' into HEADRazvan Becheriu2017-12-121-0/+8
| |\
| * | Placed directory source as first argument in findAndrei Pavel2017-01-101-1/+1
| | |
| * | Code coverage reporting minor changesAndrei Pavel2016-12-231-15/+17
| | |
| * | Various changes to Makefile.amAndrei Pavel2016-12-141-8/+16
| | | | | | | | | | | | | | | | | | report-cpp-coverage wasn't working because of a syntax error Added coverage target to .NOTPARALLEL to run unit tests and only then build reports. Fixed cppcheck.
* | | [master] Merged trac5400 (premium build)Francis Dupont2018-01-171-1/+1
|\ \ \
| * | | [5400] Checkpoint (80% done)Francis Dupont2017-12-111-1/+1
| | |/ | |/|
* / | [5389] Addressed warnings, moved to boost coroutinesFrancis Dupont2017-10-231-4/+0
|/ /
* / [5210] Added kea-shell and log4cplus to distcheck (tentative)Francis Dupont2017-09-291-0/+8
|/
* [5027] Glue added in configure.ac/Makefile.am for premium content.Tomek Mrugalski2016-11-021-1/+2
|
* [master] Fixed bare make distcheckFrancis Dupont2015-10-161-2/+0
|
* [master] Fixed Makefile.amFrancis Dupont2015-10-161-1/+1
|
* [master] Removed remaining references to system_messages.pyFrancis Dupont2015-10-161-1/+0
|
* [master] Finished merge of trac3516 (trac3516)Francis Dupont2015-10-161-1/+1
|\
| * [3516] added/updated MakefilesFrancis Dupont2015-02-281-1/+1
| |
* | [master] Finished merge of trac4009 (use Boost Asio vs. ext/asio)Francis Dupont2015-09-241-308/+4
|\ \
| * | [4009] Extra cleanup + Restore coroutine licenseFrancis Dupont2015-09-071-308/+0
| | |
| * | [4009] Added --with-boost-libs for Fedora 22 where it can be requiredFrancis Dupont2015-09-071-0/+4
| | |
* | | Merge branch 'trac3483'Jeremy C. Reed2015-09-081-21/+3
|\ \ \ | |/ / |/| |