summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)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
* 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
* 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
* 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
* 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
* Include zstd compression support.Wayne Davison2020-05-251-1/+13
* 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 tran...Wayne Davison2020-05-231-2/+2
* Add optional use of the openssl crypto lib for MD5.Wayne Davison2020-05-231-7/+21