summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-1/+0
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fix 'make glimport' and update CONTRIBUTING.mdtmp-update-glimport-and-docsTim Rühsen2019-01-281-14/+5
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Revert "build: remove src/*.bak from distribution"tmp-autogen-bak-revertDaiki Ueno2019-01-081-1/+1
| | | | | | | This reverts commit 9ba397aa841730e4824d2bf8537aa15e711ad9b3, as it turned out to be not practical. See !862 for the discussion. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* build: remove src/*.bak from distributionTim Rühsen2018-12-121-1/+1
| | | | | | | | | | | | | Instead, include the autogen-generated *.c, *.h and the stamp files in the distribution. To prevent the bundled files being linked with incompatible autogen libopts, this adds an extra check in configure. If the detected system libopts version is too old, it will use the included libopts implementation. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de> Signed-off-by: Daiki Ueno <dueno@redhat.com>
* cfg.mk: fix ChangeLog generation on out-of-tree buildsDmitry Eremin-Solenikov2018-11-101-1/+1
| | | | | | | ChangeLog regeneration does not work for out-of-tree build, so let's fix that. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Let ./bootstrap sync from translationproject.orgTim Rühsen2018-06-261-7/+0
| | | | | | | | | | This makes manual updating of the translations obsolete. From now on, builds and tarballs will always have the latest translations included. We should not forget to inform translationproject.org to update the translations before a release. How to do that is described at https://translationproject.org/html/maintainers.html (6. Announcing).
* macosx: include aarch64 asm filesNikos Mavrogiannopoulos2018-06-191-0/+12
| | | | | | Relates #475 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Use $(MAKE) instead of makeTim Rühsen2018-06-141-6/+6
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fix creation of ChangeLog for 'make distcheck'Tim Rühsen2018-06-141-1/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Skip sc_prohibit_always_true_header_testsTim Rühsen2018-06-141-0/+1
| | | | | | | | | We can't simply remove the checks for HAVE_SYS_SOCKET_H. If we do, we have to make checks on real WIN32, which is currently not an option. So we skip sc_prohibit_always_true_header_tests. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fix sc_prohibit_always-defined_macrosTim Rühsen2018-06-141-1/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Add bootstrap + bootstrap.confTim Rühsen2018-06-141-14/+3
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* cfg.mk: update-po rule uses commit -sNikos Mavrogiannopoulos2018-03-041-1/+1
| | | | | | | This makes it produce a commit message which can be sent to the repo (Signed-off-by is mandatory). Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* cfg.mk: do not include reproducer files into syntax checkstmp-fix-memleakNikos Mavrogiannopoulos2017-11-151-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Fix autoreconf invocation to actually run autopointRowan Thorpe2017-09-271-2/+1
| | | | Signed-off-by: Rowan Thorpe <rowan@rowanthorpe.com>
* fuzzer: Initial check in for improved fuzzingTim Rühsen2017-08-161-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* tests: added unit test for gnutls_priority_get_cipher_suite_indexNikos Mavrogiannopoulos2017-04-021-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Simplified the generation of ChangeLog [ci skip]Nikos Mavrogiannopoulos2017-03-291-2/+1
| | | | | | | Removed the dependency on git2cl and utilize git log directly. git2cl seems to provide incorrect output. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* cfg.mk: exclude devel/ subdirectory from syntax checksNikos Mavrogiannopoulos2016-12-311-1/+1
|
* cfg.mk: disable checks for public submodule updates in CINikos Mavrogiannopoulos2016-11-301-0/+1
|
* moved all syntax check exceptions in cfg.mkNikos Mavrogiannopoulos2016-11-291-0/+4
|
* unistring: added property-join-controlNikos Mavrogiannopoulos2016-11-281-1/+1
|
* unistring: added default_ignorable_code_point and not_a_character testsNikos Mavrogiannopoulos2016-11-281-2/+3
|
* unistring: added NFKC normalizationNikos Mavrogiannopoulos2016-11-281-1/+1
|
* unistring: included all possible categories for simplicity and extensibilityNikos Mavrogiannopoulos2016-11-281-1/+1
|
* unistring: include only the required categoriestmp-uninorm-remove-unused-categoriesNikos Mavrogiannopoulos2016-11-211-1/+1
| | | | In addition fix the license text of the included library.
* lib: added unistring sub-libraryNikos Mavrogiannopoulos2016-11-211-1/+8
|
* cfg.mk: fix m4 files removalDmitry Eremin-Solenikov2016-10-271-3/+3
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* .travis.yml: added support for compiling in macosxNikos Mavrogiannopoulos2016-10-211-1/+5
|
* Imported Andy Polyakov's implementation of AES-GCM in aarch64Nikos Mavrogiannopoulos2016-10-031-0/+1
|
* Imported Andy Polyakov's implementation of AES in aarch64Nikos Mavrogiannopoulos2016-10-031-7/+8
|
* Imported Andy Polyakov's implementations for SHA* in aarch64Nikos Mavrogiannopoulos2016-10-031-0/+17
|
* cfg.mk: removed invalid rule in web targetNikos Mavrogiannopoulos2016-09-191-1/+0
|
* cfg.mk: revived 'make release'Nikos Mavrogiannopoulos2016-09-111-45/+11
|
* cfg.mk: no longer save config.rpathNikos Mavrogiannopoulos2016-07-181-2/+0
|
* cfg.mk: reduced the generated changelog sizeNikos Mavrogiannopoulos2016-07-051-1/+1
|
* asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2hNikos Mavrogiannopoulos2016-07-051-7/+7
| | | | | | This improves the performance of AES-GCM significantly by taking advantage of AVX and MOVBE instructions where available. This utilizes Andy Polyakov's code under BSD license.
* cfg.mk: fix order of arguments in gnulib-toolNikos Mavrogiannopoulos2015-08-011-1/+1
|
* do not use the ifdef directive in assembly files, as it isn't portableNikos Mavrogiannopoulos2014-10-251-1/+1
|
* use the GNU-stack note in linux systemsNikos Mavrogiannopoulos2014-10-231-1/+1
|
* update the guile manual along the C oneNikos Mavrogiannopoulos2014-10-131-0/+3
|
* regenerated files.mkNikos Mavrogiannopoulos2014-09-191-1/+1
|
* added configuration option --disable-padlockNikos Mavrogiannopoulos2014-08-291-2/+18
| | | | | That allows keeping hardware acceleration in x86 but without support for padlock.
* doc updateNikos Mavrogiannopoulos2014-03-191-1/+1
|
* corrected indent parametersNikos Mavrogiannopoulos2014-02-101-1/+1
|
* correctly generate asm sourcesNikos Mavrogiannopoulos2013-12-211-8/+8
|
* gnu note for stack only used in ELFNikos Mavrogiannopoulos2013-12-211-3/+0
|
* bootstrap will initialize the submodulesNikos Mavrogiannopoulos2013-12-161-5/+10
|
* Added Mike Hamburg's SSSE3 AES implementation.Nikos Mavrogiannopoulos2013-12-141-37/+13
|
* Added Appro's SSSE3 SHA implementationsNikos Mavrogiannopoulos2013-12-141-108/+67
|