summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make sure to install gperf for analyzeAnders F Björklund2018-08-181-1/+2
* | | Update NEWSJoel Rosdahl2018-08-141-6/+7
* | | Add a Vagrantfile for testing on FreeBSDAnders F Björklund2018-08-142-0/+35
* | | Compiler "cc" might still be the same as "clang"Anders F Björklund2018-08-142-3/+3
* | | Add FreeBSD compatibility to test suitesAnders F Björklund2018-08-142-0/+11
* | | Add patch for X/Open, from FreeBSD portsAnders F Björklund2018-08-141-2/+2
* | | Avoid some shellcheck excludes that do make senseAnders F Björklund2018-08-114-8/+10
* | | Add target to run shellcheck on test bash scriptsAnders F Björklund2018-08-112-0/+16
* | | Add missing delimiter when hashing “-MF”Joel Rosdahl2018-08-101-0/+1
* | | Improve printing of “stats zeroed” statisticsJoel Rosdahl2018-08-104-51/+63
* | | Update NEWSJoel Rosdahl2018-08-081-0/+7
* | | Merge branch '3.4-maint'Joel Rosdahl2018-08-082-2/+3
|\ \ \ | |/ /
| * | Remove debug logJoel Rosdahl2018-06-071-1/+1
| * | Improve logging related to hashing of the CWDJoel Rosdahl2018-06-071-1/+2
* | | Add configure option to disable man pagesAnders F Björklund2018-08-082-3/+11
* | | Improve installation instructionsJoel Rosdahl2018-06-072-6/+7
| |/ |/|
* | Merge branch '3.4-maint'Joel Rosdahl2018-05-074-2/+33
|\ \ | |/
| * Update NEWSJoel Rosdahl2018-05-071-0/+11
| * Avoid TOCTOU issue when deciding if config is validTomasz Miąsko2018-05-073-2/+22
* | Fix code styleJoel Rosdahl2018-05-074-5/+6
* | hashutil: fix memory-leak/double freeHavard Graff2018-05-071-1/+1
* | Fix some casting warningsHavard Graff2018-05-075-7/+7
* | Update NEWSJoel Rosdahl2018-05-071-0/+3
* | Add the sanitize blacklist contents to the hashAnders F Björklund2018-05-073-0/+78
* | Update NEWSJoel Rosdahl2018-04-231-0/+3
* | Simplify logicJoel Rosdahl2018-04-231-4/+2
* | Print the time when stats last updatedAnders F Björklund2018-04-231-0/+13
* | Merge branch '3.4-maint'Joel Rosdahl2018-04-239-29/+96
|\ \ | |/
| * Use double when calculating cache thresholdsJoel Rosdahl2018-04-232-11/+10
| * Add a 32-bit build target, using multilib (-m32)Anders F Björklund2018-04-233-2/+14
| * Convert float config to double, add roundingAnders F Björklund2018-04-232-4/+7
| * Upgrade clang to 5.0, for the Travis dockerAnders F Björklund2018-04-232-2/+10
| * Make sure to export ASAN_OPTIONS properlyAnders F Björklund2018-04-231-2/+2
| * Add small helper to run all Travis testsAnders F Björklund2018-04-231-0/+8
| * Make sure to call configure with right pathAnders F Björklund2018-04-231-1/+1
| * Add a travis-build container, for running locallyAnders F Björklund2018-04-232-0/+33
| * Look for -fdebug-prefix-map feature explicitlyAnders F Björklund2018-04-231-1/+2
| * Improve the Travis build matrixAnders F Björklund2018-04-231-11/+14
| * Fix log printing of before/after cleanupAnders F Björklund2018-04-231-4/+4
| * Remove irrelevant variable assignment in wipe_dirJoel Rosdahl2018-04-231-3/+2
| * win32: Fix CCACHE_COMPILERCHECK=mtime test casepeterbudai@hotmail.com2018-03-301-0/+1
* | Merge branch '3.4-maint'Joel Rosdahl2018-03-254-6/+10
|\ \ | |/
| * Prepare for v3.4.2v3.4.2Joel Rosdahl2018-03-253-1/+4
| * direct .i mode: Don't create tmp.cpp_stderr file at allpeterbudai@hotmail.com2018-03-251-5/+6
* | Merge branch '3.4-maint'Joel Rosdahl2018-03-1311-173/+161
|\ \ | |/
| * Clean upJoel Rosdahl2018-03-131-1/+1
| * win32: Silence compiler warningspeterbudai@hotmail.com2018-03-132-0/+3
| * cleanup: Improve robustness when multiple cleanups run concurrentlyJoel Rosdahl2018-03-134-86/+89
| * cleanup: Log size before cleaningJoel Rosdahl2018-03-131-3/+7
| * Add x_try_unlink utility functionJoel Rosdahl2018-03-132-7/+23