]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2010-08-01  Joel RosdahlPlug some minor memory leaks
2010-08-01  Joel Rosdahltestfw: Add some utility functions
2010-07-25  Joel RosdahlUpdate recommendations for combining ccache with other...
2010-07-21  Joel RosdahlIntroduce x_rename(), which unlink()s destination if...
2010-07-20  Joel RosdahlAlways update a stats file in a subdirectory to reduce...
2010-07-20  Joel RosdahlAdd hash_from_int function
2010-07-20  Joel RosdahlCode formatting cleanup
2010-07-20  Joel Rosdahltest framework: Restore CWD to be able to wipe temporar...
2010-07-20  Ramirowin32: Add a space between filename and error string...
2010-07-20  Ramirowin32: _localtime32() should only be used with mingw-w64
2010-07-19  Joel RosdahlIgnore .nfs* files when cleaning up
2010-07-19  Joel RosdahlExtract common exit code in cleanup.c's traverse_fn()
2010-07-18  Joel RosdahlAdd comments about which files declarations in ccache...
2010-07-18  Joel RosdahlPut feature macro configuration stuff in a separate...
2010-07-17  Joel RosdahlRemove now unused x_asprintf()
2010-07-17  Joel RosdahlUse format() instead of x_asprintf()
2010-07-17  Joel RosdahlVerify that test (suite) names are valid C identifiers
2010-07-17  Joel RosdahlAdd a function that formats a string in a handier way...
2010-07-17  Joel RosdahlOnly pass dependency arguments to the preprocessor
2010-07-17  Joel RosdahlRefactor cc_process_args to free stripped_args correctl...
2010-07-17  Joel RosdahlAdd suite for testing the processing of compiler arguments
2010-07-17  Joel RosdahlAdd cct_create_file function
2010-07-17  Joel RosdahlRun each test case in a separate directory for isolation
2010-07-17  Joel RosdahlAllow argument to args_free() to be NULL
2010-07-17  Joel RosdahlPrint nicer progress messages for verbose tests
2010-07-17  Joel RosdahlImplement args_extend function
2010-07-17  Joel RosdahlFix off-by-one error in args_to_string
2010-07-17  Joel RosdahlLet configure figure out which test suites to include
2010-07-17  Joel RosdahlGet rid of the ARGS typedef; use struct args explicitly
2010-07-17  Joel RosdahlUse strcmp == 0 instead of !strcmp
2010-07-17  Joel RosdahlRemove redundant continue
2010-07-17  Joel RosdahlPrint correct singular/plural forms in test framework...
2010-07-17  Joel RosdahlCorrect number of failed suites
2010-07-17  Joel RosdahlPortability: Don't use make variable $^
2010-07-17  Joel RosdahlAvoid using intptr_t on non-win32 systems since it...
2010-07-16  Joel RosdahlMerge remote branch 'polla/master'
2010-07-16  Joel RosdahlLink test/main with local zlib if needed
2010-07-16  Joel RosdahlCorrectly find suites.h in out-of-source builds
2010-07-16  Ramiro PollaUse _localtime32() instead of localtime() on Windows
2010-07-16  Ramiro PollaDo not misuse long to cast a pointer
2010-07-16  Ramiro PollaWin32 support
2010-07-16  Ramiro PollaImplement is_full_path() helper function
2010-07-16  Joel RosdahlPortability: Don't use the $(var:%=%) construction
2010-07-16  Joel RosdahlCompensate for false increase in first TEST expansion
2010-07-16  Joel RosdahlFix negation errors in CHECK_*_EQ macros
2010-07-16  Joel RosdahlCorrectly find ccache.h from test_util.c
2010-07-16  Joel RosdahlUse tcgetattr() instead of ioctl() for portability
2010-07-16  Joel RosdahlCorrectly find getopt_long.h from subdir source file
2010-07-16  Joel RosdahlFix creation of test/suites.h in out-of-source builds
2010-07-16  Joel RosdahlNo need for distcheck to run test since installcheck...
2010-07-16  Joel RosdahlFix out-of-source builds by adding -I$(srcdir)
2010-07-16  Joel RosdahlLet installcheck run unit tests as well
2010-07-16  Joel RosdahlMerge branch 'unittest'
2010-07-16  Joel RosdahlUse semicolon as the CCACHE_EXTRAFILES path separator...
2010-07-16  Ramiro PollaAllow testsuite to run on Windows
2010-07-16  Ramiro PollaUse a temporary file for sed_in_place()
2010-07-16  Ramiro PollaAdd a define for path delimiter
2010-07-16  Ramiro PollaClear exit_functions after the exit functions have...
2010-07-16  Ramiro PollaImplement compare_executable_name() helper function
2010-07-16  Ramiro PollaImplement is_absolute_path() helper function
2010-07-16  Ramiro PollaClose manifest files after reading/writing them
2010-07-16  Ramiro Pollax_strdup() path in find_executable_in_path() instead...
2010-07-16  Ramiro PollaClose file opened with gzdopen()
2010-07-16  Ramiro PollaIntroduce and use x_fmmap() and x_munmap()
2010-07-16  Ramiro PollaUnlink destination file before renames
2010-07-16  Joel RosdahlRegenerate test/suites.h on Makefile updates
2010-07-16  Joel RosdahlAdd CHECK macros for ARGS
2010-07-16  Joel RosdahlImprove CHECK_{STR,UNS,INT}_EQ macros
2010-07-15  Joel RosdahlLet basedir("foo") return "."
2010-07-15  Joel RosdahlAdd framework for tests written in C
2010-07-15  Ramiro PollaInclude getopt.h when getopt_long() is provided by...
2010-07-15  Ramiro PollaRun stat() before open() on some files to allow bailing...
2010-07-15  Joel RosdahlSplit the main function into a separate compilation...
2010-07-15  Joel RosdahlSimplify getopt_long() usage
2010-07-15  Joel RosdahlAdd args_init_from_string function
2010-07-15  Joel RosdahlAdd stats_get_pending() function
2010-07-15  Joel RosdahlInclude all dependency files in .deps to make it work...
2010-07-15  Joel RosdahlMerge branch 'maint'
2010-07-15  Joel RosdahlPut dates in NEWS.txt on separate rows to get better... v3.0.1
2010-07-15  Joel RosdahlCorrectly determine ccache version when building in...
2010-07-15  Joel RosdahlUpdate NEWS for version 3.0.1
2010-07-14  Joel RosdahlDisable developer mode on the build farm since it may...
2010-07-14  Joel RosdahlClean up long-lived temporary files with an exit function
2010-07-14  Joel RosdahlMake stats_flush an exit function
2010-07-14  Joel RosdahlAdd exit functions functionality
2010-07-14  Joel RosdahlLet stats_update() update counters in memory and stats_...
2010-07-14  Joel RosdahlCall fatal() instead of exit(1) where appropriate
2010-07-14  Joel RosdahlRename process_args to cc_process_args and let it retur...
2010-07-14  Joel RosdahlGet rid of configure-dev; dev mode is given by dev...
2010-07-13  Joel RosdahlRefactor process_args to take orig_args as struct ARGS
2010-06-27  Ramiro PollaDon't overwrite a file that is currently opened
2010-06-25  Ramiro PollaSplit find_executable_in_path() out of find_executable()
2010-06-25  Ramiro PollaCompile getopt_long() conditionally
2010-06-25  Ramiro Polla#include sys/wait.h under proper ifdef.
2010-06-25  Ramiro PollaOpen files in binary mode
2010-06-25  Ramiro PollaSimplify basename()
2010-06-24  Joel RosdahlCorrectly update "called for link" when linking a singl...
2010-06-20  Joel RosdahlEscape plus characters properly in manual.txt v3.0
2010-06-20  Joel RosdahlEscape plus characters properly in NEWS.txt
2010-06-20  Joel RosdahlPrepare for ccache 3.0
next