summaryrefslogtreecommitdiff
path: root/Makefile.gcov
Commit message (Collapse)AuthorAgeFilesLines
* exclude datelib from coverage report as asked by DerickNuno Lopes2015-10-241-1/+1
|
* fix gcov data with some locales (again)Nuno Lopes2014-06-031-1/+1
|
* fix my last commit with some localesNuno Lopes2014-05-261-1/+1
|
* gcov: tentative fix for broken coverage data after fix for opcache coverageNuno Lopes2014-05-181-1/+1
| | | | slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
* fix coverage data for the opcache optimizerNuno Lopes2013-03-311-1/+1
|
* fix race condition in find (it was finding the copied files over and over ↵Nuno Lopes2012-02-201-1/+2
| | | | again, and recursing forever)
* LTP/gcov/lcovMichael Wallner2012-01-231-8/+22
| | | | | | | | | - allow ltp v1.9 - make sure `test`s are catched by `if`s - introduce LCOV_INCLUDE make variable, simple coverage for your extension: ./configure --enable-gcov && make lcov TESTS=~/src/pecl/http/test LCOV_INCLUDE=/http/ coverage takes just a few seconds instead of a few minutes for the full source tree
* - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore)Patrick Allaert2010-06-111-18/+3
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Daniel Convissor wants to test ext/date/lib, so enable code coverage data ↵Nuno Lopes2010-01-251-1/+1
| | | | for him
* - MFH Drop libsqlite even hereMarcus Boerger2008-08-031-1/+1
|
* - MFH Exclude bundled libs from gcov processingMarcus Boerger2008-07-291-0/+3
|
* remove --show-details from lcov's genhtml, as currently we don't separate ↵Nuno Lopes2007-01-041-1/+1
| | | | | | | the coverage data per test, making this option useless # gathering per test coverage data is possible, but way too slow and would require modifications to run-tests.php
* fix lcov processing with gcc 4.1 (some .h files were not copied)Nuno Lopes2006-09-101-1/+4
|
* MFH: Patch from NunoRasmus Lerdorf2006-06-091-0/+3
|
* MFH:Marcus Boerger2006-03-211-1/+1
| | | | | | | - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net # If you need/want this edit your makefile or provide a LTP_GENHTML export # of your need when running buildconf
* Fixed typo in gcov output filenameIlia Alshanetsky2005-12-091-1/+1
|
* Include a legend in the gcov report (suggestion by Tony).Ilia Alshanetsky2005-12-081-1/+1
|
* Final fix for gcov generation.Ilia Alshanetsky2005-12-081-1/+1
|
* Avoid gcov conflicts on non-unique filenamesIlia Alshanetsky2005-12-051-5/+5
|
* Fixed gcov for generated filesIlia Alshanetsky2005-12-041-10/+11
|
* MFHfoobar2005-11-301-2/+11
|
* MFH: - Fix the ccache detectionfoobar2005-11-301-6/+0
|
* MFH: - Added --enable-gcov configure option to enable C-level code coverage.foobar2005-11-291-0/+66