summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* More patch-update improvements; configure.ac tweak; Makefile tweaks.Wayne Davison2020-06-291-1/+1
|
* Move the version string out of configure.ac.Wayne Davison2020-06-281-5/+4
|
* Preparing for release of 3.2.2pre1v3.2.2pre1Wayne Davison2020-06-271-1/+1
|
* Setup for 3.2.2dev.Wayne Davison2020-06-231-1/+1
|
* Preparing for release of 3.2.1v3.2.1Wayne Davison2020-06-221-1/+1
|
* Get the g++ version to see if it is really clang.Wayne Davison2020-06-211-1/+3
|
* Preparing for release of 3.2.1pre1v3.2.1pre1Wayne Davison2020-06-211-1/+1
|
* Give more_testing() a default target.Wayne Davison2020-06-211-0/+1
|
* Use an ssse3 target instead of an inline declaration.Wayne Davison2020-06-211-1/+1
|
* Add -fno-slp-vectorize to clang++.Wayne Davison2020-06-211-0/+3
|
* Elide -g from CXXFLAGS before the c++ test.Wayne Davison2020-06-201-2/+3
|
* Change repo to be 3.2.1dev.Wayne Davison2020-06-201-1/+1
|
* Get rid of -g option in CXXFLAGS (at least for now).Wayne Davison2020-06-201-3/+4
|
* More asm improvementsWayne Davison2020-06-201-0/+35
| | | | | | | - Only use the asm code if we're on x86_64. - More changes to decouple asm from simd. - Check if the -Wa,--noexecstack option works. - Support --disable-asm configure option.
* Include more SIMD test code to weed out older compilers.Wayne Davison2020-06-201-3/+11
|
* Use AC_RUN_IFELSE() to make sure we can run the cpp test program.Wayne Davison2020-06-201-5/+11
|
* Simplify some escaping.Wayne Davison2020-06-201-1/+1
|
* Change SIMD test to use a compile check.Wayne Davison2020-06-201-27/+12
|
* A slightly modified g++/clang++ check.Wayne Davison2020-06-191-22/+20
|
* Preparing for release of 3.2.0v3.2.0Wayne Davison2020-06-191-1/+1
|
* Handle a missing c++ too.Wayne Davison2020-06-181-10/+15
|
* Make SIMD enabled by default again (for x86_64)Wayne Davison2020-06-181-5/+5
|
* We need to use nawk or gawk on Solaris, not their weird awk.Wayne Davison2020-06-181-0/+1
|
* Complain if we can't enable simd on non-x86_64.Wayne Davison2020-06-181-0/+4
|
* Fix clang check.Wayne Davison2020-06-181-1/+1
|
* Get rid of useless -e with sed.Wayne Davison2020-06-181-1/+1
|
* x86-64 SIMD build fixes (#20)Chainfire2020-06-181-16/+33
| | | | | | | | | | | | | | | | | | | | * x86-64 SIMD build fixes configure.ac was modified to detect g++ >=5 and clang++ >=7. Additionally some script malfunctions on FreeBSD were corrected. The get_checksum1() code has been modified to fix clang and g++ 10 compilation. This version of the code and configure.ac has been tested on: Ubuntu 16 - gcc 7.3.0, clang 6.0.0 Debian 10 - gcc 5.4.0, 6.4.0, 7.2.0, 8.4.0, 9.2.1, 10.0.1, clang 5.0.2, 6.0.1, 7.0.1, 8.0.0, 9.0.0, 10.0.0 ArchLinux 20200605 - gcc 10.1.0, clang 10.0.0 FreeBSD 12.1 - gcc 9.3.0, clang 8.0.1 It is unknown if it will work on gcc 5.0-5.3, but the script currently allows it.
* Make the g++ check more lenient.Wayne Davison2020-06-181-4/+7
|
* Preparing for release of 3.2.0pre3v3.2.0pre3Wayne Davison2020-06-171-1/+1
|
* Change SIMD back to disabled unless requested.Wayne Davison2020-06-161-9/+4
|
* Have --disable-md2man affect the Makefile.Wayne Davison2020-06-161-0/+2
|
* enh(configure) Promote OpenSSL crypto lib supportbenrubson2020-06-161-3/+12
|
* Fix `md2man --test` on a fresh checkout.Wayne Davison2020-06-161-5/+9
|
* Only complain about lack of g++ on linux for now.Wayne Davison2020-06-161-2/+9
|
* Add configure check for md2man functioning; split long error lines.Wayne Davison2020-06-161-7/+41
|
* Change configure to make new features more likely to get included in a build.Wayne Davison2020-06-161-11/+37
|
* Fix bug in CXXFLAGS tweak.Wayne Davison2020-06-161-5/+2
|
* More spelling fixes from FossiesWayne Davison2020-06-161-1/+1
| | | | https://fossies.org/linux/test/rsync-master.tar.gz/codespell.html
* Preparing for release of 3.2.0pre2v3.2.0pre2Wayne Davison2020-06-151-1/+1
|
* Preparing for release of 3.2.0pre1v3.2.0pre1Wayne Davison2020-06-131-1/+1
|
* Enable SIMD by default (if g++ is around).Wayne Davison2020-06-121-3/+3
|
* Change man page src format from yodl to markdown.Wayne Davison2020-06-081-12/+0
| | | | | | | | | | This removes the yodl dependency, which is sometimes hard to track down. Instead, this uses a python3 script that leverages the cmarkgfm library to turn the source file into html. Then, the script parses the html in order to turn the tag stream into a nroff stream using a simple state machine. While it's doing that it also implements one added format rule that turns an ordinal list that starts at 0 into a description list (since markdown doesn't have an easy description list idiom).
* Give configure's snprintf() test a guaranteed short string at the start.Wayne Davison2020-05-291-1/+1
|
* Switch to using LZ4_compress_default().Wayne Davison2020-05-281-1/+1
|
* Include lz4 compression support.Wayne Davison2020-05-251-1/+13
| | | | Based on a patch that was emailed to me without a valid return address.
* Include zstd compression support.Wayne Davison2020-05-251-1/+13
| | | | Based on a patch by Sebastian A. Siewior. Fixes bug #14338.
* A couple minor configure.ac tweaks.Wayne Davison2020-05-251-4/+2
|
* A few more compression tweaks.Wayne Davison2020-05-241-1/+1
|
* Optional openssl support for MD4 pre-transfer checksums (but, sadly, not ↵Wayne Davison2020-05-231-2/+2
| | | | transfer checksums).
* Add optional use of the openssl crypto lib for MD5.Wayne Davison2020-05-231-7/+21
|