summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* doc: updated README filesNikos Mavrogiannopoulos2016-05-171-7/+2
| | | | | | | | | This makes the names a bit more reasonable, drops the very generic INSTALL file, and also allows the github repository to print the correct README file. README -> INSTALL.md README-alpha.md -> README.md
* Makefile.am: include renamed files into distributionNikos Mavrogiannopoulos2016-05-141-5/+3
|
* .gitlab-ci.yml: added code coverage runNikos Mavrogiannopoulos2016-04-291-0/+3
| | | | | This enhances a test to print the code coverage of the test suite, which in turn is being used/reported by gitlab CI interface.
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-121-0/+2
| | | | | | | Configure with: ./configure --enable-code-coverage Show coverage output with: make && make check && make code-coverage-capture
* Makefile: made abi-checks self-containedNikos Mavrogiannopoulos2016-03-111-2/+21
| | | | | | That is, they no longer assume a given directory structure to exist outside git. It now includes a static dump of the symbols in 3.4.0 for x86_64 and we compare with it.
* README.md -> README-alpha.mdNikos Mavrogiannopoulos2016-01-141-1/+1
|
* README: auto-generated from README-install.mdNikos Mavrogiannopoulos2016-01-141-0/+4
|
* symbols.last: don't include internal symbols into exported listNikos Mavrogiannopoulos2016-01-071-1/+1
|
* build: allow installing man(1) even with --disable-docAlon Bar-Lev2015-12-181-0/+4
| | | | | | | | | | | | Currently these man pages are installed only if --enable-doc is provided, while these are not actually docs, do not require any special dependency, nor consume large space. This adds --enable-manpages to enable/disable manpages installation, and install the man(1) regardless of --disable-doc. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* build: fix make distclean by including src/gl only onceNikos Mavrogiannopoulos2015-12-151-1/+1
|
* before dist ensure that included libopts matches autogenNikos Mavrogiannopoulos2015-08-101-0/+5
|
* README-alpha is README.md on repositoryNikos Mavrogiannopoulos2015-03-061-1/+4
| | | | It contains information for developers.
* Revert "auto-generate README from README.md"Nikos Mavrogiannopoulos2015-03-061-4/+0
| | | | This reverts commit aff4b2151b42c6a59e490c3714d3e1e64d2921dd.
* auto-generate README from README.mdNikos Mavrogiannopoulos2015-03-061-0/+4
|
* build documentation lastNikos Mavrogiannopoulos2015-03-041-3/+6
| | | | That allows the examples to depend on libgnu_gpl.la
* Added configure option --disable-toolsLuke Dashjr2015-01-161-1/+6
|
* Updated abi-compliance-checker for 3.4 APINikos Mavrogiannopoulos2014-12-311-1/+1
|
* updated export symbols list (due to ABI breakage)Nikos Mavrogiannopoulos2014-12-311-1/+1
|
* run abi-compliance-checker prior to releaseNikos Mavrogiannopoulos2014-09-251-0/+1
|
* check for sed in configure.ac and use the output variable in MakefilesNikos Mavrogiannopoulos2014-07-271-4/+4
|
* doc updateNikos Mavrogiannopoulos2014-03-191-5/+5
|
* Added symbol check prior to release (after discussion with Andreas Metzler)Nikos Mavrogiannopoulos2014-03-061-0/+8
|
* Prior to release verify that the exported functions in the .map file match ↵Nikos Mavrogiannopoulos2014-01-261-0/+1
| | | | the headers.
* Avoided gnu-ism in MakefilesNikos Mavrogiannopoulos2013-12-121-1/+0
|
* handle centrally more variablesNikos Mavrogiannopoulos2013-11-241-1/+3
|
* generate ChangeLog after doc/ is checked.Nikos Mavrogiannopoulos2013-11-171-2/+2
|
* Added a gnulib with GPL components for use by applications.Nikos Mavrogiannopoulos2013-11-161-1/+1
|
* stribute the autogen'erated files as .bak and enable them only if local ↵Nikos Mavrogiannopoulos2013-11-091-1/+3
| | | | libopts is being used.
* make sure that .def files will be re-read on the compiling system.Nikos Mavrogiannopoulos2013-11-061-0/+1
|
* make sure that the .info files are as new as the pdfs and html.Nikos Mavrogiannopoulos2013-07-231-1/+1
|
* Added configure option to disable the build of tests.Nikos Mavrogiannopoulos2013-03-071-0/+2
|
* Add option to disable generation of any documentation for GnuTLS.Jaak Ristioja2013-02-101-1/+5
|
* Prevent libdane pkgconfig stuff from being installed if libdane support is ↵Jaak Ristioja2013-02-101-2/+6
| | | | disabled.
* last changes for release.gnutls_3_1_4Nikos Mavrogiannopoulos2012-11-101-0/+1
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-1/+1
|
* doc/manpages is handled the same as doc/Nikos Mavrogiannopoulos2012-09-181-0/+1
|
* compare-makefile is only executed during make dist.Nikos Mavrogiannopoulos2012-09-181-0/+1
|
* updatesNikos Mavrogiannopoulos2012-08-151-1/+1
|
* corrected version replacement in .texi.Nikos Mavrogiannopoulos2012-03-011-1/+1
|
* replace @VERSION@ in the program documentation.Nikos Mavrogiannopoulos2012-02-261-0/+1
|
* account args-std.def in make distNikos Mavrogiannopoulos2012-02-211-0/+1
|
* Optimizations in command line argument handling. Patch by Bruce Korb.Nikos Mavrogiannopoulos2012-02-191-1/+1
|
* do not generate .texi on make dist.Nikos Mavrogiannopoulos2012-02-111-2/+0
|
* corrected move of filesNikos Mavrogiannopoulos2012-02-111-1/+1
|
* corrected subdirs for liboptsNikos Mavrogiannopoulos2012-02-101-4/+0
|
* replacing the version is not enough. Regenerate all files depending on .dep ↵Nikos Mavrogiannopoulos2012-01-311-0/+10
| | | | on dist-hook.
* No need for .def.in files.Nikos Mavrogiannopoulos2012-01-311-1/+2
| | | | | The @VERSION@ is now being replaced on dist-hook. Also corrected the dist-hook for ChangeLog.
* Fix make dist.Simon Josefsson2012-01-241-1/+7
|
* Move libopts/ to src/libopts/. Drop gaa remains.Simon Josefsson2012-01-241-8/+2
|
* gnutls-cli, gnutls-cli-debug and srptool use libopts.Nikos Mavrogiannopoulos2012-01-211-1/+7
|