summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename USE_LIBZSTD_FROM_INTERNET to ZSTD_FROM_INTERNETJoel Rosdahl2020-06-231-1/+1
|
* Build InodeCache.cpp only when inode cache is supportedJoel Rosdahl2020-06-231-0/+4
|
* Fix location of secondary configurationJoel Rosdahl2020-06-181-1/+1
| | | | Regression in #573 (f2341b2b).
* Replace BLAKE2b with BLAKE3 (#519)Erik Johansson2020-06-181-6/+3
|
* Clean up CMake configurationJoel Rosdahl2020-06-171-41/+34
|
* Don’t update author list when generating documentationJoel Rosdahl2020-06-171-4/+0
| | | | | | | | | | | | | | | | Motivation: 1. The copyright notice in each source file refers to doc/AUTHORS.adoc for the list of contributors. If we only update AUTHORS.adoc when generating documention then AUTHORS.adoc will become more and more out of date until somebody remembers to commit the changes. 2. The list is based on commit authors, but authors may sometimes need an entry in .mailmap so there’s manual work involved to sanity check the list. It can also happen that some commits or authors may need to be excluded. Therefore I prefer to keep AUTHORS.adoc manually updated at release time (or occasionally more often) with the help of a script just like before.
* Switch to CMake (#573)Alexander Lanin2020-06-141-0/+141
Co-authored-by: Cristian Adam <cristian.adam@gmail.com> Co-authored-by: Joel Rosdahl <joel@rosdahl.net>