summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove -lgcov from profiling tests (#679)3.7-maintChris Burr2020-10-102-5/+5
* Prepare for v3.7.12v3.7.12Joel Rosdahl2020-10-011-0/+1
* Make “-fstack-usage” test work when $COMPILER is a masquerading ccacheJoel Rosdahl2020-10-011-1/+1
* Update NEWSJoel Rosdahl2020-10-011-0/+25
* Handle missing .gcno file gracefullyJoel Rosdahl2020-10-012-12/+23
* Fix test errors with GCC 4.4Joel Rosdahl2020-09-023-9/+9
* Ignore Clang error about setting _FILE_OFFSET_BITSJoel Rosdahl2020-09-021-0/+9
* Set _FILE_OFFSET_BITS to 64Joel Rosdahl2020-09-021-1/+5
* Fix debug_prefix_map failure with old objdump versionsJoel Rosdahl2020-09-011-3/+1
* doc: Improve wording in “Sharing a cache on NFS”Joel Rosdahl2020-07-251-5/+7
* Improve documentation about sharing a cache on NFS (#604)Deepak Yadav2020-07-251-0/+5
* Update NEWSv3.7.11Joel Rosdahl2020-07-211-0/+23
* Use apostrophes and citation marks in NEWS.adoc consistentlyJoel Rosdahl2020-07-211-8/+8
* Allow (require) argument to -Werror for NVCCJoel Rosdahl2020-07-212-2/+16
* Support NVCC’s “--Werror” optionJoel Rosdahl2020-07-211-0/+1
* Handle all Intel “-xCODE” compiler options correctlyJoel Rosdahl2020-07-211-3/+7
* Handle Intel compiler option “-xHost” correctlyJoel Rosdahl2020-07-211-0/+7
* Add knowledge about -fprofile-{correction,reorder-functions,values}Joel Rosdahl2020-07-211-1/+4
* Skip “Directory is not hashed if using -gz[=zlib]” tests for GCC 6Joel Rosdahl2020-07-061-2/+4
* Update authorsJoel Rosdahl2020-06-222-1/+3
* Update NEWSv3.7.10Joel Rosdahl2020-06-221-0/+34
* Remove win32 GetFileNameFromHandle compatibility functionJoel Rosdahl2020-06-222-87/+6
* Fix indentationJoel Rosdahl2020-06-221-2/+2
* Fix typosJoel Rosdahl2020-06-222-2/+2
* Allow the config file to be a symlinkJoel Rosdahl2020-06-171-3/+12
* Only try to hard link object files to/from the cacheJoel Rosdahl2020-05-292-12/+51
* Add missing O_TRUNC when opening destination fileJoel Rosdahl2020-05-291-1/+1
* Register temporary compiler stdout/stderr files as pendingJoel Rosdahl2020-05-281-0/+6
* Create parent directories if hard linking fails with ENOENTJoel Rosdahl2020-05-281-0/+4
* Copy directly from cache to destination file instead of via tmp fileJoel Rosdahl2020-05-223-19/+42
* Support clang options for compiling with sampled profiles (#589)Olle Liljenzin2020-05-082-4/+42
* Improve handling of profiling optionsJoel Rosdahl2020-05-017-139/+463
* Fix #559 partially (setting base_dir and cache_dir_levels) (#576)Alexander Lanin2020-04-061-3/+3
* Prepare for v3.7.9v3.7.9Joel Rosdahl2020-03-292-0/+23
* Remove incorrect result check in `format`Joel Rosdahl2020-03-241-3/+0
* Clean up backported commits slightlyJoel Rosdahl2020-03-243-6/+5
* Fix comparison with the “cu” languageJoel Rosdahl2020-03-241-1/+1
* Remove .ic extension and cuda/cuda-output languagesJoel Rosdahl2020-03-242-6/+6
* test/suites/nvcc.bash: Test -x cu and -dc optionsAlexander Korsunsky2020-03-241-1/+21
* When compiling CUDA code, recognize -dc as compilation only argumentAlexander Korsunsky2020-03-241-2/+13
* Add cu language as an alias to cudaAlexander Korsunsky2020-03-241-0/+1
* Improve name of tmp file in x_unlinkJoel Rosdahl2020-03-221-1/+1
* Disable hard link mode when the output object file is /dev/nullJoel Rosdahl2020-03-221-1/+7
* Prepare for v3.7.8v3.7.8Joel Rosdahl2020-03-162-1/+45
* win32: Log epoch timestamp if localtime_r failsJoel Rosdahl2020-03-141-6/+5
* doc: Clarify include_file_ctime sloppiness in the Performance sectionJoel Rosdahl2020-03-141-8/+8
* Use tmp_unlink to remove temporary file in use_relative_paths_in_depfileJoel Rosdahl2020-03-101-1/+1
* Rewrite the Windows version of the lockfile routinesJoel Rosdahl2020-03-082-83/+110
* Cap time to sleep to 10 ms when failing to acquire a lockJoel Rosdahl2020-02-261-2/+3
* Fix conf_set_unknown_option unit test failure on WindowsJoel Rosdahl2020-02-233-8/+4