summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix ccache.morph for TOOLCHAIN_TARGETbaserock/liw/kinnison-ccache-fixLars Wirzenius2014-04-011-1/+1
| | | | Patch-by: Daniel Silverstone
* 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
| | | | | | Building works like standard autotools, however to transparently substitute ccache for your compiler requires creating symbolic links somewhere and changing PATH.
* 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
|\ | | | | | | | | * maint: Don't crash when stderr is closed
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Minor code style changes Support adjusting the compression level through CCACHE_COMPRESS_LEVEL Conflicts: MANUAL.txt ccache.c
| * | 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * master: Add -c if missing when compiling a header file Don't crash when current working directory doesn't exist Conflicts: ccache.c
| * | Merge branch 'maint'Joel Rosdahl2012-02-191-14/+22
| |\ \ | | |/ | | | | | | | | | | | | * maint: Add -c if missing when compiling a header file Don't crash when current working directory doesn't exist
| | * Add -c if missing when compiling a header fileJoel Rosdahl2012-02-012-10/+14
| | | | | | | | | | | | This is to please g++ 4.1.
| | * 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
|\ \ \ | |/ / | | | | | | | | | * master: Prepare for v3.1.7
| * | Merge branch 'maint'Joel Rosdahl2012-01-081-2/+2
| |\ \ | | |/ | | | | | | | | | * maint: Prepare for v3.1.7
| | * 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: while (1) -> while (true) Fixup after merge: Make directory creation failure fatal Update NEWS Also recognize -specs=file in addition to --specs=file Revert GCC bug compatibility for -MTarg and -MQarg Fix minor memory leaks Correct log message when unify mode is enabled Hash environment variables that affect the preprocessor output Hash mtime or content of GCC plugins specified with -fplugin= Use hash_compiler for explicit --specs= options as well Refactor code into a hash_compiler function Improve description on how to fix bad object files in the cache Make failure to create files in cache fatal Make failure to create cache directories fatal Remove unused print_executed_command function Handle non-writable CCACHE_DIR gracefully Conflicts: manifest.c test/framework.c
| * | 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
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Update NEWS Also recognize -specs=file in addition to --specs=file Revert GCC bug compatibility for -MTarg and -MQarg Fix minor memory leaks Correct log message when unify mode is enabled Hash environment variables that affect the preprocessor output Hash mtime or content of GCC plugins specified with -fplugin= Use hash_compiler for explicit --specs= options as well Refactor code into a hash_compiler function Improve description on how to fix bad object files in the cache Make failure to create files in cache fatal Make failure to create cache directories fatal Remove unused print_executed_command function Handle non-writable CCACHE_DIR gracefully Conflicts: ccache.c test.sh test/test_argument_processing.c
| | * 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
| | | | | | | | | | | | | | | | | | | | | The bug addressed by commit 8c3039d676d71564e98d50f1ca8ba029d1efa46c has been fixed in a recent GCC version. Since ccache currently can't change behavior depending on compiler version, we have to choose the least troublesome behavior.
| | * 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
| | | | | | | | | | | | | | | Previously, such failures were erroneously flagged as "compiler produced stdout".
| | * Make failure to create cache directories fatalJoel Rosdahl2011-12-191-2/+1
| | |
| | * Remove unused print_executed_command functionJoel Rosdahl2011-09-172-8/+0
| | |
| | * Handle non-writable CCACHE_DIR gracefullyJoel Rosdahl2011-09-111-9/+8
| | |