summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-072-2/+34
* Move READ_BUFFER_SIZE to config.h, adding a CCACHE_ prefixJoel Rosdahl2021-07-061-0/+6
* Require CMake 3.10 (#885)Gregor Jasny2021-07-062-31/+19
* Globally define WIN32_LEAN_AND_MEAN (#882)Gregor Jasny2021-07-051-0/+7
* Fix CMake feature detection (#883)Gregor Jasny2021-07-051-5/+5
* Improve parsing of umask valuesJoel Rosdahl2021-06-271-0/+7
* Use single command line arg for /FI (#869)Michael Kruse2021-06-201-1/+1
* Require C++14-compatible compiler to build ccacheJoel Rosdahl2021-06-193-4/+2
* Include config.h via command line instead of via system.hJoel Rosdahl2021-05-302-4/+16
* Upgrade to zstd 1.5.0Joel Rosdahl2021-05-141-1/+1
* Quote CMake variables expansions in `CIBuildType.cmake`Joel Rosdahl2021-05-091-8/+8
* Fix detection of pthread features (#840)Olle Liljenzin2021-04-281-2/+2
* Simplify linker probingJoel Rosdahl2021-03-271-26/+14
* Fix probing of faster linker when cross compilingJoel Rosdahl2021-03-271-6/+7
* Probe for working faster linkerJoel Rosdahl2021-03-271-8/+26
* Fix fast linker selectionJoel Rosdahl2021-03-261-13/+12
* Upgrade to zstd 1.4.9Joel Rosdahl2021-03-071-1/+1
* build: Don't enable ccache when building with MSVC (#813)Nicholas Hutchinson2021-03-071-0/+5
* Support building ccache with xlclang++ on AIX 7.2 (#805)Jon Petrissans2021-02-241-0/+9
* StdAtomic.cmake: Probe atomic increment as well (#800)Sergei Trofimovich2021-02-171-0/+1
* Use full path to env programJoel Rosdahl2021-02-011-1/+1
* Improve comments in UseCcache.cmakeJoel Rosdahl2021-02-011-13/+8
* Improve speed of compiler launcher command in UseCcache.cmakeJoel Rosdahl2021-02-011-1/+7
* Use snake case for CMake variable namesJoel Rosdahl2021-01-301-4/+4
* Disable inode cache on OSes without pthread_mutexattr_setpshared() (#791)Stuart Henderson2021-01-252-0/+4
* Fix fast linker selection for old GCC versions (#788)Alexander Lanin2021-01-251-12/+13
* Blake3 build (#781)Erik Flodin2021-01-191-62/+0
* Faster compile times (#759)Alexander Lanin2021-01-172-0/+101
* Upgrade to zstd 1.4.8Joel Rosdahl2021-01-061-1/+1
* CI: Add VS2019 build jobs (#757)Nicholas Hutchinson2021-01-062-3/+4
* Don’t build with Clang’s -Weverything optionJoel Rosdahl2020-12-091-23/+0
* Improve SIMD detection (#735)Erik Flodin2020-12-071-12/+13
* Fix missing isascii() declaration on FreeBSD (#730)khng3002020-12-071-1/+3
* Reintroduce dev mode and disable problematic build flags in user modeJoel Rosdahl2020-12-067-162/+192
* Remove legacy “cheap and nasty” mkstemp replacementJoel Rosdahl2020-12-062-4/+0
* Link with libatomic when needed (#723)Joel Rosdahl2020-11-122-0/+33
* Fix conditional compilation of robust mutex code in inode cacheJoel Rosdahl2020-11-102-0/+18
* Improve config.h commentsJoel Rosdahl2020-11-091-17/+17
* Say “define” instead of “define to 1” in config.hJoel Rosdahl2020-11-091-34/+34
* Fall back to version "unknown" when Git is not installed (#706)Alexander Lanin2020-11-031-24/+26
* Disable some AVX features on old Apple clang versions (#704)Erik Flodin2020-10-302-5/+6
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-0/+2
* Use BLAKE3 machinery for detecting AVX2 support (#696)Erik Flodin2020-10-221-1/+10
* Don’t print failure to “git describe” to stderrJoel Rosdahl2020-10-061-1/+2
* Simplify source package generationJoel Rosdahl2020-10-014-49/+17
* Make it possible to build from “git archive” source archivesJoel Rosdahl2020-10-013-53/+68
* Add error detection to zstd download (#673)Alexander Lanin2020-09-291-3/+13
* Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-TidyJoel Rosdahl2020-09-212-7/+7
* Introduce Util::parse_{unsigned,signed} functionsJoel Rosdahl2020-09-052-8/+0
* Set _FILE_OFFSET_BITS to 64Joel Rosdahl2020-09-021-0/+5