summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: improved code coverage extraction from lcov outputNikos Mavrogiannopoulos2017-05-241-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Makefile: files-update directive will update the auto-generated files in src/Nikos Mavrogiannopoulos2017-05-101-8/+16
| | | | | | This simplifies the update of files generated by autogen. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Makefile: added phony targets to .PHONY [ci skip]Nikos Mavrogiannopoulos2017-05-101-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Makefile.am: dropped .clcopying from dist files [ci skip]Nikos Mavrogiannopoulos2017-03-291-1/+1
| | | | | | It is no longer being used. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Makefile: improved symbols extractionNikos Mavrogiannopoulos2017-02-181-1/+1
| | | | | | That is, do not include non-function names. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Makefile.am: increased the number of releases to perform ABI checks withNikos Mavrogiannopoulos2017-01-251-3/+11
| | | | | | That is added 3.4.0, 3.4.17 and 3.5.8. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* lib: added unistring sub-libraryNikos Mavrogiannopoulos2016-11-211-1/+1
|
* symbol-check: do not compare against symbols not exported by usNikos Mavrogiannopoulos2016-11-041-1/+1
|
* Makefile.am: improved the files-update outputNikos Mavrogiannopoulos2016-10-061-3/+3
|
* Makefile: abi-check no longer require gnutls headers to be installedNikos Mavrogiannopoulos2016-09-151-1/+3
| | | | | This addresses the issue of requiring gnutls-devel in the CI system to run abi-check.
* Makefile.am: introduced 'make files-update' ruleNikos Mavrogiannopoulos2016-09-141-1/+9
| | | | | | This rule updates the makefiles in doc/ and the kept symbol list. This allows for easier automation of the symbol change 'make dist' breakages.
* Makefile.am: symbol changes were made more elaborateNikos Mavrogiannopoulos2016-09-141-9/+26
| | | | | During make dist, the makefile will report the appropriate symbol change message with instructions and fail.
* Makefile.am: print the symbols.last diff on make distNikos Mavrogiannopoulos2016-09-141-1/+1
| | | | | This allows to manually verify the contents before overriding the old file.
* Makefile.am: added check for position dependent codeNikos Mavrogiannopoulos2016-09-131-0/+7
| | | | | This check will verify that the generated library doesn't contain position dependent code. It depends on elf utilities.
* Makefile: local-code-coverage-output always succeedsNikos Mavrogiannopoulos2016-09-061-1/+1
|
* 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
|