summaryrefslogtreecommitdiff
path: root/test.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove test.sh's dependency on PerlJoel Rosdahl2010-02-231-2/+10
* Merge CCACHE_HASH_COMPILER/CCACHE_NOHASH_SIZE_MTIME into CCACHE_COMPILERCHECKJoel Rosdahl2010-02-221-4/+4
* Quote statistics key in failed test output for readabilityJoel Rosdahl2010-02-221-1/+1
* Handle missing or empty object file from compiler properlyJoel Rosdahl2010-02-221-0/+27
* Don't remove the test directory upon test failure to ease troubleshootingJoel Rosdahl2010-02-211-1/+1
* Force new hash sumsJoel Rosdahl2010-02-211-8/+2
* Clear out env so "make test" always worksOwen Mann2010-02-201-1/+5
* Use "perl -pi -e" instead of "sed -i" to increase portabilityJoel Rosdahl2010-02-171-2/+2
* Update copyright noticesJoel Rosdahl2010-02-171-3/+19
* Remove stderr file from the preprocessor when we get a preprocessed cache hitJoel Rosdahl2010-02-121-0/+6
* Let compressed files get different hash sums than uncompressedJoel Rosdahl2010-01-061-0/+35
* CCACHE_NOCOMPRESS needs to be set in order to use hard linksJoel Rosdahl2010-01-061-0/+3
* Unify comments when hashing source code to increase hit rateJoel Rosdahl2010-01-051-0/+41
* Improve handling of unnormalized CCACHE_BASEDIR pathJoel Rosdahl2010-01-051-0/+14
* Implement installcheck make targetJoel Rosdahl2010-01-051-1/+3
* Reenable .ii testsJoel Rosdahl2010-01-051-12/+9
* Also store preprocessor standard error output in .stderr fileJoel Rosdahl2010-01-051-1/+33
* Don't create empty stderr files in the cacheJoel Rosdahl2010-01-051-1/+28
* Make it possible to specify test suites to run on the command lineJoel Rosdahl2010-01-051-49/+63
* Fix statistics and cache cleanup for files generated by direct modeJoel Rosdahl2010-01-051-10/+12
* Handle missing dependency file in cache correctlyJoel Rosdahl2010-01-051-0/+26
* Rewrite include directory option arguments into relative to get better hit rateJoel Rosdahl2010-01-051-5/+34
* Add support for -Wp,-MD and -Wp,-MMD flagsJoel Rosdahl2010-01-051-0/+42
* Rewrite absolute paths under CCACHE_BASEDIR to relativeJoel Rosdahl2010-01-051-8/+111
* Let direct mode create dependency file tooJoel Rosdahl2010-01-051-7/+103
* First working version of the direct modeJoel Rosdahl2010-01-051-28/+136
* Export variables in test.sh to make tests work properlyJoel Rosdahl2010-01-051-4/+16
* Fix tab usageJoel Rosdahl2010-01-051-9/+9
* Remove trailing whitespaceJoel Rosdahl2010-01-051-15/+15
* unset CCACHE_DISABLE so ccache on build farm with lcov is OKAndrew Tridgell2007-02-281-0/+3
* - attempt to make ccache work with cygwin by using O_BINARY (thanksAndrew Tridgell2004-09-061-9/+12
* make sure we hash the cpp extension to ensure we don't mistake a .iAndrew Tridgell2003-09-251-1/+10
* added support for direct compilation of .i and .ii filesAndrew Tridgell2003-09-251-0/+19
* use $CC to choose the compilerAndrew Tridgell2003-03-291-1/+6
* fixed export syntax for solarisAndrew Tridgell2003-03-281-1/+2
* take account of the fact that unify implies hashing the filenameAndrew Tridgell2003-03-281-5/+8
* compilers treat zero length files differentlyAndrew Tridgell2003-03-281-1/+1
* -Wall isn't portable, but running -O twice isAndrew Tridgell2003-03-281-6/+6
* some compilers will overwrite /dev/zero - this makes sure the testAndrew Tridgell2003-03-281-1/+3
* made the test suite a little more portableAndrew Tridgell2003-03-281-5/+7
* improved test suiteAndrew Tridgell2003-02-171-32/+84
* added a simple test suiteAndrew Tridgell2003-02-161-0/+191