summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'baserock/liw/kinnison-ccache-fix' into baserock/build-essentialbaserock/build-essentialLars Wirzenius2014-04-011-1/+1
|\
| * Fix ccache.morph for TOOLCHAIN_TARGETbaserock/liw/kinnison-ccache-fixLars Wirzenius2014-04-011-1/+1
|/
* Add morphology for tarball buildbaserock/samthursfield/build-essential-2-rebasebaserock/samthursfield/build-essential-2Sam Thursfield2013-01-241-0/+14
* Commit files from ccache 3.1.9 tarballSam Thursfield2013-01-2481-8072/+19544
* ccache: add morphRichard Maw2012-03-201-0/+11
* Portability: Don't assume unsetenv has a non-void return typeJoel Rosdahl2012-03-072-4/+4
* Merge branch 'maint'Joel Rosdahl2012-03-070-0/+0
|\
| * Don't crash when stderr is closedJoel Rosdahl2012-03-071-26/+24
* | Portability fixesJoel Rosdahl2012-03-052-4/+4
* | Introduce x_unsetenv for increased portabilityJoel Rosdahl2012-03-055-4/+14
* | Make conf_read_valid_config work on systems that don't export $USERJoel Rosdahl2012-03-051-1/+2
* | Fix indentationJoel Rosdahl2012-03-051-1/+2
* | Fix leftovers of variable-based configurationJoel Rosdahl2012-03-051-4/+4
* | Fix typoJoel Rosdahl2012-03-051-1/+1
* | Minor documentation tweaksJoel Rosdahl2012-03-042-12/+13
* | Make ccache compilable with clangJoel Rosdahl2012-03-021-2/+12
* | Solaris build fixesJoel Rosdahl2012-02-234-6/+8
* | Renamed CCACHE_CONFIG_PATH to CCACHE_CONFIGPATH for consistencyJoel Rosdahl2012-02-223-6/+6
* | Merge branch 'master' into configJoel Rosdahl2012-02-2011-123/+165
|\ \
| * | Minor code style changesJoel Rosdahl2012-02-201-9/+9
| * | Support adjusting the compression level through CCACHE_COMPRESS_LEVELHongli Lai (Phusion)2012-02-204-21/+33
* | | Merge branch 'master' into configJoel Rosdahl2012-02-191-9/+22
|\ \ \ | |/ /
| * | Merge branch 'maint'Joel Rosdahl2012-02-191-14/+22
| |\ \ | | |/
| | * Add -c if missing when compiling a header fileJoel Rosdahl2012-02-012-10/+14
| | * Don't crash when current working directory doesn't existJoel Rosdahl2012-01-161-5/+9
* | | Update manual with new configuration file format and informationJoel Rosdahl2012-02-191-196/+251
* | | Add test for prefix_commandJoel Rosdahl2012-02-131-0/+33
* | | Make format_human_readable_size saner for size < 1000Joel Rosdahl2012-02-132-8/+5
* | | Minor cleanupJoel Rosdahl2012-02-132-30/+31
* | | Merge branch 'master' into configJoel Rosdahl2012-01-141-2/+2
|\ \ \ | |/ /
| * | Merge branch 'maint'Joel Rosdahl2012-01-081-2/+2
| |\ \ | | |/
| | * Prepare for v3.1.7v3.1.7Joel Rosdahl2012-01-081-2/+2
* | | Use booleans for truth valuesJoel Rosdahl2012-01-083-41/+41
* | | Merge branch 'master' into configJoel Rosdahl2012-01-088-38/+75
|\ \ \ | |/ /
| * | while (1) -> while (true)Joel Rosdahl2012-01-084-7/+7
| * | Fixup after merge: Make directory creation failure fatalJoel Rosdahl2012-01-081-9/+4
| * | Merge branch 'maint'Joel Rosdahl2012-01-085-22/+63
| |\ \ | | |/
| | * Update NEWSJoel Rosdahl2012-01-081-0/+34
| | * Also recognize -specs=file in addition to --specs=fileJoel Rosdahl2012-01-081-3/+9
| | * Revert GCC bug compatibility for -MTarg and -MQargJoel Rosdahl2012-01-082-12/+6
| | * Fix minor memory leaksJoel Rosdahl2012-01-073-7/+14
| | * Correct log message when unify mode is enabledJoel Rosdahl2012-01-061-1/+1
| | * Hash environment variables that affect the preprocessor outputJoel Rosdahl2012-01-062-1/+53
| | * Hash mtime or content of GCC plugins specified with -fplugin=Joel Rosdahl2012-01-051-0/+7
| | * Use hash_compiler for explicit --specs= options as wellJoel Rosdahl2012-01-051-6/+4
| | * Refactor code into a hash_compiler functionJoel Rosdahl2012-01-051-20/+32
| | * Improve description on how to fix bad object files in the cacheJoel Rosdahl2011-12-201-4/+9
| | * Make failure to create files in cache fatalJoel Rosdahl2011-12-191-1/+4
| | * Make failure to create cache directories fatalJoel Rosdahl2011-12-191-2/+1
| | * Remove unused print_executed_command functionJoel Rosdahl2011-09-172-8/+0