]> git.ipfire.org Git - thirdparty/ccache.git/log
thirdparty/ccache.git
7 years agoFix code style
Joel Rosdahl [Thu, 11 Jan 2018 21:33:50 +0000 (22:33 +0100)] 
Fix code style

7 years agoFix compilation with MinGW32
Orgad Shaneh [Wed, 24 May 2017 12:31:23 +0000 (15:31 +0300)] 
Fix compilation with MinGW32

7 years agoAdd link to a good log post on how to get help from maintainers
Joel Rosdahl [Thu, 11 Jan 2018 20:44:27 +0000 (21:44 +0100)] 
Add link to a good log post on how to get help from maintainers

7 years agoMerge branch '3.3-maint'
Joel Rosdahl [Thu, 11 Jan 2018 20:08:01 +0000 (21:08 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Update NEWS
  Don't skip compiler argument following AFFECTS_CPP without TAKES_ARG
  Clean up
  Clean up redundant expression
  -fdebug-prefix-map is supported in clang 3.8 and newer
  Fix leaked file descriptor
  Clang emits warnings for unused linker arguments, respect that!
  doc: Improve markup
  Add some fallthrough comments to work around GCC compiler warnings

7 years agoUpdate NEWS
Joel Rosdahl [Thu, 11 Jan 2018 19:59:57 +0000 (20:59 +0100)] 
Update NEWS

7 years agoDon't skip compiler argument following AFFECTS_CPP without TAKES_ARG
Joel Rosdahl [Thu, 11 Jan 2018 19:51:38 +0000 (20:51 +0100)] 
Don't skip compiler argument following AFFECTS_CPP without TAKES_ARG

Bug found by Mike Gelfand.

Fixes #203.

7 years agoClean up
Joel Rosdahl [Thu, 11 Jan 2018 13:41:51 +0000 (14:41 +0100)] 
Clean up

7 years agoClean up redundant expression
orbitcowboy [Mon, 8 Jan 2018 12:46:40 +0000 (13:46 +0100)] 
Clean up redundant expression

7 years ago-fdebug-prefix-map is supported in clang 3.8 and newer
Tom Hughes [Tue, 12 Dec 2017 16:52:04 +0000 (08:52 -0800)] 
-fdebug-prefix-map is supported in clang 3.8 and newer

It's not documented until newer versions of clang, but support was
added in 3.8: https://reviews.llvm.org/rL250094

7 years agoFix leaked file descriptor
Andreas Huber [Thu, 7 Dec 2017 13:35:43 +0000 (14:35 +0100)] 
Fix leaked file descriptor

7 years agoClang emits warnings for unused linker arguments, respect that!
Edward Z. Yang [Fri, 30 Jun 2017 14:35:29 +0000 (07:35 -0700)] 
Clang emits warnings for unused linker arguments, respect that!

If ccache concludes the invocation with/without linker arguments
is the same as before, then it may show/fail to show a warning
when it should.  I know we're not supposed to rely on the
is clang check, but this solves it in normal cases.

Fixes #189.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
7 years agodoc: Improve markup
Joel Rosdahl [Thu, 11 Jan 2018 08:01:07 +0000 (09:01 +0100)] 
doc: Improve markup

7 years agoAdd some fallthrough comments to work around GCC compiler warnings
Geert Bosch [Fri, 23 Jun 2017 20:45:33 +0000 (16:45 -0400)] 
Add some fallthrough comments to work around GCC compiler warnings

7 years agoSimplify is_precompiled_header a bit
Orgad Shaneh [Sun, 18 Jun 2017 09:28:04 +0000 (12:28 +0300)] 
Simplify is_precompiled_header a bit

Avoid repeating calls to get_extension

7 years agoMerge branch '3.3-maint'
Joel Rosdahl [Wed, 10 Jan 2018 20:10:45 +0000 (21:10 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Document how automatic cleanup works
  Make ccache -c/--cleanup not take limit_multiple into account
  test: Fix printing of failure reason with glob characters
  Fix grammar in cleanup_* function names
  test: Unset all CCACHE variables in environment
  cleanup: Improve logging
  test: Check more cases of path normalization
  Don't overwrite cached .d file with a version with absolute paths
  test: Fix verbose printing of test case name with space
  Update NEWS
  Don't use cache when building precompiled header with changed deps
  Always use include DEFAULT_SLOPPINESS when overriding CCACHE_SLOPPINESS

7 years agoRename HACKING.txt to CONTRIBUTING.md and improve text
Joel Rosdahl [Sun, 31 Dec 2017 13:25:40 +0000 (14:25 +0100)] 
Rename HACKING.txt to CONTRIBUTING.md and improve text

7 years agoDocument how automatic cleanup works
Joel Rosdahl [Sat, 6 Jan 2018 15:25:34 +0000 (16:25 +0100)] 
Document how automatic cleanup works

7 years agoMake ccache -c/--cleanup not take limit_multiple into account
Joel Rosdahl [Sat, 6 Jan 2018 14:41:13 +0000 (15:41 +0100)] 
Make ccache -c/--cleanup not take limit_multiple into account

Now "ccache -c/--cleanup" will trim the cache to the configured max
limits instead of 80% (limit_multiple) of the max limits. This feels
like a more intuitive behavior, and it also makes it behave like
documented.

7 years agotest: Fix printing of failure reason with glob characters
Joel Rosdahl [Sat, 6 Jan 2018 14:08:29 +0000 (15:08 +0100)] 
test: Fix printing of failure reason with glob characters

7 years agoFix grammar in cleanup_* function names
Joel Rosdahl [Sat, 6 Jan 2018 13:30:50 +0000 (14:30 +0100)] 
Fix grammar in cleanup_* function names

7 years agotest: Unset all CCACHE variables in environment
Joel Rosdahl [Sat, 6 Jan 2018 13:00:54 +0000 (14:00 +0100)] 
test: Unset all CCACHE variables in environment

Gotta catch 'em all.

As suggested by Radu Rendec.

7 years agocleanup: Improve logging
Joel Rosdahl [Thu, 4 Jan 2018 21:55:58 +0000 (22:55 +0100)] 
cleanup: Improve logging

7 years agotest: Check more cases of path normalization
Joel Rosdahl [Thu, 4 Jan 2018 20:09:10 +0000 (21:09 +0100)] 
test: Check more cases of path normalization

7 years agoDon't overwrite cached .d file with a version with absolute paths
Joel Rosdahl [Sat, 30 Dec 2017 19:49:25 +0000 (20:49 +0100)] 
Don't overwrite cached .d file with a version with absolute paths

The .d file has already been put in the cache by to_cache (and
potentially converted to relative paths using
use_relative_paths_in_depfile).

This fixes what seems to be a mistake in 38301c0d.

7 years agotest: Fix verbose printing of test case name with space
Joel Rosdahl [Thu, 28 Dec 2017 18:16:20 +0000 (19:16 +0100)] 
test: Fix verbose printing of test case name with space

8 years agoUpdate NEWS
Joel Rosdahl [Wed, 19 Jul 2017 20:45:25 +0000 (22:45 +0200)] 
Update NEWS

8 years agoDon't use cache when building precompiled header with changed deps
Tor Arne Vestbø [Thu, 15 Jun 2017 12:40:16 +0000 (14:40 +0200)] 
Don't use cache when building precompiled header with changed deps

If one of the included files in a precompiled header is touched,
changing only its mtime, clang will produce a fatal error when the
precompiled header is then used:

    file 'foo.h' has been modified since the precompiled header 'foo.pch' was built

We need to take this into account when producing precompiled headers,
so that we don't pick out stale objects from the cache. This works
fine for direct mode, but in preprocess mode we don't have enough
information to decide if the object is still valid, so we skip the
cache entirely in that mode.

8 years agoAlways use include DEFAULT_SLOPPINESS when overriding CCACHE_SLOPPINESS
Tor Arne Vestbø [Thu, 15 Jun 2017 09:52:34 +0000 (11:52 +0200)] 
Always use include DEFAULT_SLOPPINESS when overriding CCACHE_SLOPPINESS

Otherwise the tests will have problems with backdated files.

8 years agoUpdate NEWS
Joel Rosdahl [Wed, 19 Jul 2017 20:04:44 +0000 (22:04 +0200)] 
Update NEWS

8 years agoGet rid of global variable and improve name
Joel Rosdahl [Wed, 19 Jul 2017 20:04:34 +0000 (22:04 +0200)] 
Get rid of global variable and improve name

8 years agoEnable the unifier option, also in direct mode
Anders F Björklund [Tue, 28 Mar 2017 05:29:47 +0000 (07:29 +0200)] 
Enable the unifier option, also in direct mode

8 years agoAdd debugging option of printing unify output
Anders F Björklund [Tue, 28 Mar 2017 05:21:34 +0000 (07:21 +0200)] 
Add debugging option of printing unify output

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Wed, 21 Jun 2017 20:15:09 +0000 (22:15 +0200)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Fix detection of missing argument to -opt/--options-file

8 years agoFix detection of missing argument to -opt/--options-file
Joel Rosdahl [Wed, 21 Jun 2017 20:14:35 +0000 (22:14 +0200)] 
Fix detection of missing argument to -opt/--options-file

Closes #171.

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Thu, 15 Jun 2017 18:32:18 +0000 (20:32 +0200)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Update log message and docs when using SLOPPY_FILE_STAT_MATCHES
  Tweak comment
  Add comment about why SLOPPY_INCLUDE_FILE_[CM]TIME compares using >=t

8 years agoUpdate log message and docs when using SLOPPY_FILE_STAT_MATCHES
Tor Arne Vestbø [Thu, 15 Jun 2017 12:50:00 +0000 (14:50 +0200)] 
Update log message and docs when using SLOPPY_FILE_STAT_MATCHES

The size is no longer part of this check.

8 years agoTweak comment
Joel Rosdahl [Thu, 15 Jun 2017 18:24:38 +0000 (20:24 +0200)] 
Tweak comment

8 years agoAdd comment about why SLOPPY_INCLUDE_FILE_[CM]TIME compares using >=t
Tor Arne Vestbø [Thu, 15 Jun 2017 12:49:28 +0000 (14:49 +0200)] 
Add comment about why SLOPPY_INCLUDE_FILE_[CM]TIME compares using >=t

8 years agoTweak comment
Joel Rosdahl [Thu, 15 Jun 2017 18:24:38 +0000 (20:24 +0200)] 
Tweak comment

8 years agoAdd comment about why SLOPPY_INCLUDE_FILE_[CM]TIME compares using >=t
Tor Arne Vestbø [Thu, 15 Jun 2017 12:49:28 +0000 (14:49 +0200)] 
Add comment about why SLOPPY_INCLUDE_FILE_[CM]TIME compares using >=t

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Sat, 25 Mar 2017 20:24:57 +0000 (21:24 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Update NEWS
  Add test for directory in ignore_headers_in_manifest
  Fix DIR_DELIM_CH for win32 and non-win32 platforms, values were mixed up
  Update NEWS
  Tweak source code format
  Support using multiple -fdebug-prefix-map
  Fixed the check for empty object file vs diagnostics
  Removed time_of_compilation check wrt SLOPPY_FILE_STAT_MATCHES
  Revert "Better parsing of g* Options, and only use last argument"
  Test that the order of debug options is kept

8 years agoUpdate NEWS
Joel Rosdahl [Sat, 25 Mar 2017 20:24:17 +0000 (21:24 +0100)] 
Update NEWS

8 years agoAdd test for directory in ignore_headers_in_manifest
Joel Rosdahl [Sat, 25 Mar 2017 20:23:06 +0000 (21:23 +0100)] 
Add test for directory in ignore_headers_in_manifest

I should have added this test in a61d0f24 – that would have prevented
issue #165.

8 years agoFix DIR_DELIM_CH for win32 and non-win32 platforms, values were mixed up
Oded Shimon [Sun, 19 Mar 2017 08:56:20 +0000 (10:56 +0200)] 
Fix DIR_DELIM_CH for win32 and non-win32 platforms, values were mixed up

8 years agoUpdate NEWS
Joel Rosdahl [Sat, 25 Mar 2017 19:41:05 +0000 (20:41 +0100)] 
Update NEWS

8 years agoTweak source code format
Joel Rosdahl [Sat, 25 Mar 2017 19:39:48 +0000 (20:39 +0100)] 
Tweak source code format

8 years agoAdd docker target for running test with Docker
Anders F Björklund [Fri, 24 Mar 2017 17:44:38 +0000 (18:44 +0100)] 
Add docker target for running test with Docker

Add standard container definition for running the tests,
to make things easier for developers on other platforms.

8 years agoSupport using multiple -fdebug-prefix-map
Anders F Björklund [Fri, 17 Mar 2017 19:21:09 +0000 (20:21 +0100)] 
Support using multiple -fdebug-prefix-map

Previously only the last one was actually being applied to the hash.
Note that the compiler will actually only *use* one of all the paths.

Closes #163.

8 years agoFixed the check for empty object file vs diagnostics
Alexey Tourbin [Sat, 18 Feb 2017 13:29:53 +0000 (16:29 +0300)] 
Fixed the check for empty object file vs diagnostics

The test for diagnostic file currently interferes with the check for
empty object file.  Since the check for diagnostic file is much more
similar to the check for dependency file, I put it there.

8 years agoRemoved time_of_compilation check wrt SLOPPY_FILE_STAT_MATCHES
Alexey Tourbin [Wed, 15 Feb 2017 00:25:49 +0000 (03:25 +0300)] 
Removed time_of_compilation check wrt SLOPPY_FILE_STAT_MATCHES

The whole code seems to be a thinko.  For a hit, neither ctime
nor mtime should be greater than or equal to time_of_compilation.
The code only seems to work because time_of_compilation is 0
at this stage (i.e. has not been initialized).

While at it, I also introduce an optimization: when sizes do
not match, it's a good chance to bail out early; there is no
point in further hashing the file.

8 years agoUpdate NEWS
Joel Rosdahl [Sat, 25 Mar 2017 16:21:03 +0000 (17:21 +0100)] 
Update NEWS

8 years agoGroup related compiler_is_* functions
Joel Rosdahl [Sat, 25 Mar 2017 16:19:51 +0000 (17:19 +0100)] 
Group related compiler_is_* functions

8 years agoTweak long comment
Joel Rosdahl [Sat, 25 Mar 2017 16:19:42 +0000 (17:19 +0100)] 
Tweak long comment

8 years agoSkip bogus pump output in the preprocessed stdout
Anders Björklund [Sun, 30 Oct 2016 21:38:13 +0000 (22:38 +0100)] 
Skip bogus pump output in the preprocessed stdout

When using the distcc-pump wrapper, filter out the progress
information ('_' x 9) from the preprocessed source code...

8 years agoAllow the pump wrapper from distcc to use stdout
Anders Björklund [Sun, 30 Oct 2016 21:22:27 +0000 (22:22 +0100)] 
Allow the pump wrapper from distcc to use stdout

The shell wrapper for "distcc-pump" outputs some useless progress
information to stdout. Let it do that without failing the compile.

8 years agoRevert "Better parsing of g* Options, and only use last argument"
Joel Rosdahl [Sat, 25 Mar 2017 15:59:22 +0000 (16:59 +0100)] 
Revert "Better parsing of g* Options, and only use last argument"

This reverts commit 21e2652c62762e5c9a017ea1523f6cfb3f1bcf7d.

The feature introduced in #92 changes the order of debug options,
leading to bugs like #149. It would be possible to add more logic to
handle special cases like -gsplit-dwarf, but for now I'll just back out
the patch and keep ccache ignorant about debug options.

Fixes #149

8 years agoTest that the order of debug options is kept
Joel Rosdahl [Sat, 25 Mar 2017 15:34:58 +0000 (16:34 +0100)] 
Test that the order of debug options is kept

8 years agoMake sure to use right compiler for scan-build
Anders Björklund [Fri, 4 Nov 2016 06:26:07 +0000 (07:26 +0100)] 
Make sure to use right compiler for scan-build

8 years agoRun the Clang static analyzer test with Travis
Anders Björklund [Thu, 3 Nov 2016 20:22:51 +0000 (21:22 +0100)] 
Run the Clang static analyzer test with Travis

Need to install the "clang" package, in order to get "scan-build".
Apparently the default binary (from llvm.org) doesn't include it ?

8 years agoRemove warnings created by Clang static analyzer
Anders Björklund [Thu, 3 Nov 2016 20:19:14 +0000 (21:19 +0100)] 
Remove warnings created by Clang static analyzer

ccache.c:1233:7: warning: Null pointer passed as an argument to a 'nonnull' parameter
ccache.c:1274:7: warning: Null pointer passed as an argument to a 'nonnull' parameter
ccache.c:1291:7: warning: Null pointer passed as an argument to a 'nonnull' parameter
ccache.c:1893:2: warning: Use of memory after it is freed

8 years agoAdd target for Clang static analyzer (scan-build)
Anders Björklund [Thu, 3 Nov 2016 20:10:16 +0000 (21:10 +0100)] 
Add target for Clang static analyzer (scan-build)

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Fri, 17 Feb 2017 21:27:14 +0000 (22:27 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Prepare for v3.3.4
  Update NEWS

8 years agoPrepare for v3.3.4 v3.3.4
Joel Rosdahl [Fri, 17 Feb 2017 21:22:39 +0000 (22:22 +0100)] 
Prepare for v3.3.4

8 years agoUpdate NEWS
Joel Rosdahl [Fri, 17 Feb 2017 21:16:08 +0000 (22:16 +0100)] 
Update NEWS

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Sun, 12 Feb 2017 14:00:43 +0000 (15:00 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Run test for undefined behaviour with Travis
  Undefined: avoid shift warning in manifest
  Undefined: avoid shift warning in murmurhash
  Undefined: avoid null warning in tmp_unlink
  Include feature_macros earlier in configure.ac
  Document the different cache statistics counters
  Use correct statistics counter for -optf/--options-file failure
  Update NEWS
  Include names of include files in the hash again

8 years agoRun test for undefined behaviour with Travis
Anders Björklund [Sun, 13 Nov 2016 15:53:31 +0000 (16:53 +0100)] 
Run test for undefined behaviour with Travis

8 years agoUndefined: avoid shift warning in manifest
Anders Björklund [Sun, 13 Nov 2016 15:52:55 +0000 (16:52 +0100)] 
Undefined: avoid shift warning in manifest

manifest.c:264:46: runtime error: left shift of 72057594037927935 by 8 places cannot be represented in type 'long int'

8 years agoUndefined: avoid shift warning in murmurhash
Anders Björklund [Sun, 13 Nov 2016 15:51:46 +0000 (16:51 +0100)] 
Undefined: avoid shift warning in murmurhash

murmurhashneutral2.c:18:16: runtime error: left shift of 169 by 24 places cannot be represented in type 'int'

8 years agoUndefined: avoid null warning in tmp_unlink
Anders Björklund [Sun, 13 Nov 2016 15:50:50 +0000 (16:50 +0100)] 
Undefined: avoid null warning in tmp_unlink

util.c:1468:6: runtime error: null pointer passed as argument 1, which is declared to never be null

8 years agoInclude feature_macros earlier in configure.ac
Joel Rosdahl [Sun, 12 Feb 2017 13:43:41 +0000 (14:43 +0100)] 
Include feature_macros earlier in configure.ac

As suggested by Anders Björklund in issue #148.

Potentially fixes build problem with Oracle Studio 12.

8 years agoDocument the different cache statistics counters
Joel Rosdahl [Thu, 9 Feb 2017 21:33:36 +0000 (22:33 +0100)] 
Document the different cache statistics counters

Closes #142.

8 years agoUse correct statistics counter for -optf/--options-file failure
Joel Rosdahl [Thu, 9 Feb 2017 21:21:18 +0000 (22:21 +0100)] 
Use correct statistics counter for -optf/--options-file failure

8 years agoTreat configuration errors as warnings instead of fatal errors
Joel Rosdahl [Wed, 8 Feb 2017 20:42:21 +0000 (21:42 +0100)] 
Treat configuration errors as warnings instead of fatal errors

8 years agoUpdate NEWS
Joel Rosdahl [Wed, 8 Feb 2017 20:09:14 +0000 (21:09 +0100)] 
Update NEWS

8 years agoInclude names of include files in the hash again
Joel Rosdahl [Sun, 5 Feb 2017 20:51:28 +0000 (21:51 +0100)] 
Include names of include files in the hash again

This is essentially a revert of 5908e656 and 9cffdc65 (a partial fix of
the problem). The idea of pull request #88 ("preprocessor mode: enable
using identical header in different paths") did not work out well in
practice since it broke handling of dependency files. See the new "-MMD
for different ..." test cases which fail without the revert.

Fixes #134. Reverts #88.

8 years agoTweak code style
Joel Rosdahl [Wed, 9 Nov 2016 21:49:23 +0000 (22:49 +0100)] 
Tweak code style

8 years agoReword stats zero timestamp display string
Joel Rosdahl [Wed, 9 Nov 2016 21:47:43 +0000 (22:47 +0100)] 
Reword stats zero timestamp display string

8 years agoMerge remote-tracking branch 'afbjorklund/zero_timestamp'
Joel Rosdahl [Thu, 3 Nov 2016 21:20:26 +0000 (22:20 +0100)] 
Merge remote-tracking branch 'afbjorklund/zero_timestamp'

* afbjorklund/zero_timestamp:
  Show the time when stats were last zeroed out

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Mon, 31 Oct 2016 22:01:41 +0000 (23:01 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Fix AsciiDoc syntax in manual

8 years agoFix AsciiDoc syntax in manual
Joel Rosdahl [Mon, 31 Oct 2016 21:59:52 +0000 (22:59 +0100)] 
Fix AsciiDoc syntax in manual

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Sun, 30 Oct 2016 21:49:21 +0000 (22:49 +0100)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Tweak manual line width
  MANUAL.txt: fix some AsciiDoc style

8 years agoTweak manual line width
Joel Rosdahl [Sun, 30 Oct 2016 21:41:44 +0000 (22:41 +0100)] 
Tweak manual line width

8 years agoMANUAL.txt: fix some AsciiDoc style
Philippe Proulx [Sun, 30 Oct 2016 06:28:32 +0000 (02:28 -0400)] 
MANUAL.txt: fix some AsciiDoc style

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Wed, 26 Oct 2016 21:34:19 +0000 (23:34 +0200)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Prepare for v3.3.3
  Bail out on usage of .incbin` assembler directives
  Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION
  Compute width of stats messages instead of hardcoding
  Reformat stats_info array

8 years agoPrepare for v3.3.3 v3.3.3
Joel Rosdahl [Wed, 26 Oct 2016 21:31:08 +0000 (23:31 +0200)] 
Prepare for v3.3.3

8 years agoBail out on usage of .incbin` assembler directives
Joel Rosdahl [Wed, 26 Oct 2016 21:25:05 +0000 (23:25 +0200)] 
Bail out on usage of .incbin` assembler directives

Fixes #136.

8 years agoRename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION
Joel Rosdahl [Wed, 26 Oct 2016 21:04:51 +0000 (23:04 +0200)] 
Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION

8 years agoCompute width of stats messages instead of hardcoding
Joel Rosdahl [Wed, 26 Oct 2016 20:58:51 +0000 (22:58 +0200)] 
Compute width of stats messages instead of hardcoding

8 years agoReformat stats_info array
Joel Rosdahl [Wed, 26 Oct 2016 20:55:35 +0000 (22:55 +0200)] 
Reformat stats_info array

8 years agoFix AsciiDoc syntax for run_second_cpp manual entry
Joel Rosdahl [Mon, 24 Oct 2016 20:58:50 +0000 (22:58 +0200)] 
Fix AsciiDoc syntax for run_second_cpp manual entry

8 years agoShow the time when stats were last zeroed out 140/head
Anders Björklund [Wed, 20 Jul 2016 08:26:25 +0000 (10:26 +0200)] 
Show the time when stats were last zeroed out

Closes #97.

8 years agoUpdate NEWS
Joel Rosdahl [Tue, 18 Oct 2016 21:16:40 +0000 (23:16 +0200)] 
Update NEWS

8 years agoFix minor memory leaks
Joel Rosdahl [Tue, 18 Oct 2016 21:15:57 +0000 (23:15 +0200)] 
Fix minor memory leaks

8 years agoFix coding style
Joel Rosdahl [Tue, 18 Oct 2016 21:13:53 +0000 (23:13 +0200)] 
Fix coding style

8 years agoSupport caching of .su file generated by GCC flag -fstack-usage
Per Nordlow [Wed, 28 Sep 2016 16:12:01 +0000 (18:12 +0200)] 
Support caching of .su file generated by GCC flag -fstack-usage

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Wed, 28 Sep 2016 20:50:02 +0000 (22:50 +0200)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Improve regression test for -Wp, with multiple arguments

8 years agoImprove regression test for -Wp, with multiple arguments
Joel Rosdahl [Wed, 28 Sep 2016 20:49:16 +0000 (22:49 +0200)] 
Improve regression test for -Wp, with multiple arguments

8 years agoMerge branch '3.3-maint'
Joel Rosdahl [Wed, 28 Sep 2016 20:45:02 +0000 (22:45 +0200)] 
Merge branch '3.3-maint'

* 3.3-maint:
  Correct NEWS.txt syntax

8 years agoCorrect NEWS.txt syntax v3.3.2
Joel Rosdahl [Wed, 28 Sep 2016 20:44:20 +0000 (22:44 +0200)] 
Correct NEWS.txt syntax

8 years agoFix NEWS.txt syntax
Joel Rosdahl [Wed, 28 Sep 2016 20:37:51 +0000 (22:37 +0200)] 
Fix NEWS.txt syntax