Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/web-gcov

The PHP GCOV system
https://github.com/php/web-gcov

initial brain dump

ca2ac57f04ed5d8d37e4dfcc858aae14953a7953 authored over 17 years ago by Nuno Lopes <[email protected]>
update php 4.4 patch

29d1cef2684f9854422f4d1efa3554486e78e346 authored almost 18 years ago by Nuno Lopes <[email protected]>
lcov is very prone to errors, so don't remove the previous version if we don't have a new one

c969db599f890e23095e75d9cc2f9eea70d09cd6 authored almost 18 years ago by Nuno Lopes <[email protected]>
OMFG, kde mangled the line-endings yesterday... fixing this stupid thing

36ef56d7ace664041024aa775f323f575e59ac4e authored almost 18 years ago by Nuno Lopes <[email protected]>
simplify regex

f054d18727d2b85a1bd221ddcb2bca556a8743e6 authored almost 18 years ago by Nuno Lopes <[email protected]>
remve now useless file

6338fd84bde14680fb93a1789b13a6f8244a8aba authored almost 18 years ago by Nuno Lopes <[email protected]>
make graphs even if the build fails on master

6bc0dd5bb275be963ba4db3e79378686a764db9a authored almost 18 years ago by Nuno Lopes <[email protected]>
add support for multiple errors on the same test (introduced yesterday on php6's run-tests.php)

3866c3c34c9258e6db99871db10cc83c28f1beda authored almost 18 years ago by Nuno Lopes <[email protected]>
fix build, sorry..

33dff1730e4a4b297188c22bea8a2dcabfd28980 authored almost 18 years ago by Nuno Lopes <[email protected]>
update PHP 4.4 gcov patch

e6b7a57ec879bdecb027dcc15e55fafcf5490ba2 authored almost 18 years ago by Nuno Lopes <[email protected]>
fix bug on graph generation where months appeared in a strange order

27d46ad008f6e746c27361f04f7708f5f788c823 authored almost 18 years ago by Nuno Lopes <[email protected]>
allow NULL in some columns of the DB when the build fails

924a37f798b1d4ba70a3bb359cd921611c5ea141 authored almost 18 years ago by Nuno Lopes <[email protected]>
add a simple stats page (not ready for remote builds..)

ea43e94ece2145a67e610dda9b44c2b692982401 authored almost 18 years ago by Nuno Lopes <[email protected]>
add a quick&dirty php highlighter with line numbering, which is very useful to us

# better approaches for the line numbering are welcome

3f63c23de7d76757c7949375917dbb9425614de7 authored almost 18 years ago by Nuno Lopes <[email protected]>
fix a few xss problems on invalid file ids

5a11bd100bff56e52604e618a9c5a8020af71f56 authored almost 18 years ago by Nuno Lopes <[email protected]>
improve gcc regex to handle other sections than .text (like .data)

9cb6455a0d8c6778f987a1e7fe4ad90a4b2581a8 authored almost 18 years ago by Nuno Lopes <[email protected]>
add htmlspecialchars() everywhere, in addvance to remote build support

add the lxr message only when not in PHP_HEAD

7ec9de207933bacfed70ec779709fe11c70489b9 authored almost 18 years ago by Nuno Lopes <[email protected]>
add a bold message to the first page when the build fails (as it has now..)

cbbf61eca0db4d50ee8105e815ccf3939c1aa010 authored almost 18 years ago by Nuno Lopes <[email protected]>
fix stats that are inserted into the DB (this is a regression added in my last few commits)

7f53ce820ce47159f45e6595386c57908e98cd4f authored almost 18 years ago by Nuno Lopes <[email protected]>
ooops..

82f823f76d96ce268bea50be579d9d717bb52506 authored almost 18 years ago by Nuno Lopes <[email protected]>
fix make_cvs_link() for Zend directory

36bcf592dc1e7a5ae59595da2b46b8da74458313 authored about 18 years ago by Nuno Lopes <[email protected]>
dont link to lxr if using the stub function '(top level)'

eccd8d9cd5b7076d43116bb61ac46e03c19dbe16 authored about 18 years ago by Nuno Lopes <[email protected]>
set is_master to false by default

c689b8453059986b5f682b1a8b23672093a5d7a6 authored about 18 years ago by Nuno Lopes <[email protected]>
finalize the cron job upgrading and their correspodnent web page viewer

b4f0be6b4d7dd1a3e8e73d5386a2563a76b75c40 authored about 18 years ago by Nuno Lopes <[email protected]>
migrate the system data to the new structure

a7009f2922958ed8281ad5bd17739afeff427d60 authored about 18 years ago by Nuno Lopes <[email protected]>
separate the content and the templating code (take #1)

add a section to list skipped tests
#note this breaks temporarly the remote building (which was a...

7886c46369ee7a85c534230e01848a36b7b329e9 authored about 18 years ago by Nuno Lopes <[email protected]>
take #2: fetch the function names from link time errors correctly

270bc59687dd5cbd634e13552b53d1647fd17a02 authored about 18 years ago by Nuno Lopes <[email protected]>
highly improved gcc regex to catch gcc warns/errors plus all link-time warns/errors

#still needs a little tweak to catch the function names on link-time time warnings

5639f6490f397c05b2efa42954fe71e878843484 authored about 18 years ago by Nuno Lopes <[email protected]>
use the average instead of the max value when plotting the graphs

214f42f701559058ded4a0bfa5c76a5b73af250e authored about 18 years ago by Nuno Lopes <[email protected]>
add yearly graphs

9aa6b1c0398e5020e80748c21431a98901d26bb3 authored about 18 years ago by Nuno Lopes <[email protected]>
remove the build_date as it is highly redundant

4972cf41a4e2ae2a87b5855c9dc80aa2fed50e6c authored about 18 years ago by Nuno Lopes <[email protected]>
finally merge the SOC06 branch in the mainline. it was already in production, but I hadn't merge it yet

e27cbe54688e140aef0b32f360a12eec998c48fe authored about 18 years ago by Nuno Lopes <[email protected]>
sync patch with latest cvs, so that it applies cleanly. sync also the run_tests.php script with the php 5.2 branch

229594064b589830f6563b36740aa53f7425812e authored over 18 years ago by Nuno Lopes <[email protected]>
- Fix sidebar sub-links

570f8310fa17e03a6655cf7623281dbe0f910094 authored over 18 years ago by Marcus Boerger <[email protected]>
- Fix link target

cc1ed7d1fe5a9b16b03db17c83922a86f407b96f authored over 18 years ago by Marcus Boerger <[email protected]>
minor typo (#37657)

dd8d70ee53360492135be27f8fcbf47bd0968414 authored over 18 years ago by Nuno Lopes <[email protected]>
- Speling

e0a4dc344cbcaa45dd00fc0a95a3c4d2cc8cdc39 authored over 18 years ago by Marcus Boerger <[email protected]>
update index

2d2517e0d6adf4a7a3b3ce057cd5770893aa3edd authored over 18 years ago by Marcus Boerger <[email protected]>
- Actually this is supposed to be version 1.11

58822e0ad331f13da0b939e96895fd0275d94f2e authored over 18 years ago by Marcus Boerger <[email protected]>
- Improve sidebar by integrating sub item

9b70789e54a642a78438669b613a3a230791e1f3 authored over 18 years ago by Marcus Boerger <[email protected]>
- Fix headline

fc4c40083495d85b4127604ecb2390b8860468ce authored over 18 years ago by Marcus Boerger <[email protected]>
- Add build scripts

65350fc4508458ecd304feff8ea658fc660be949 authored over 18 years ago by Marcus Boerger <[email protected]>
- Remove file that doesn't belong in CVS

b616a4631dde826adaea579161ec2bee7cb7e243 authored over 18 years ago by Marcus Boerger <[email protected]>
- Add "How to help"

- Add links to necessary tools
- Add tools as we require special versions

6bbdb2e972bf0e3e0867299eba1820f5ce3462f9 authored over 18 years ago by Marcus Boerger <[email protected]>
- Update header

3f7bf861f1c23c4b0f68d63b01964b6ec92a3ad4 authored over 18 years ago by Marcus Boerger <[email protected]>
- Check in stuff for PHP_5_2

6a3b660ec7cc70c71f1c9f44566ac5fa9189992a authored over 18 years ago by Marcus Boerger <[email protected]>
- Add PHP_5_2

cbaa5959482f9adca633eb0b60127de8cd254b17 authored over 18 years ago by Marcus Boerger <[email protected]>
- Update php 4.4 gcov patch

b28c2ac0648e771ff3db4fe9ce287868b9c2a8e7 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Change to use LTP's genhtml 1.11

dbcebe216ecb3a05c468af8900dcd07b7f5ef46d authored almost 19 years ago by Marcus Boerger <[email protected]>
- Provide patched version of genhtml tool that generates the outer html

stuff for seamless intergation with the rest of gcov.php.net

3d160b250485a17a61bbc142c41d018e4d19f720 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Rephrase intro

6dfa911bfc3bfb0c71e8e3c66a4b0d62c629be54 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Publish PHP_4_4 gcov patch

2f000d456ef0a89891682a197333c9ff12799c0e authored almost 19 years ago by Marcus Boerger <[email protected]>
- file times as times not dates

0e9403588c60600ed1fce9252342840729e67f69 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Add cvsignore

60f91b2a94c4d5b508a86de3c899cb2ce5df084d authored almost 19 years ago by Marcus Boerger <[email protected]>
- Fix syntax

e04cea5a2531b49d44ef099b3edc731cbdb3cda7 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Add .htaccess to cvs

58bb8e0d555bb8f5ac22a28709bb9a5602f1d6e6 authored almost 19 years ago by Marcus Boerger <[email protected]>
- Add temp dirs to cvsignore

7691154bd05c6ec8d0ff4b2d8a8472ee46a0d32b authored almost 19 years ago by Marcus Boerger <[email protected]>
- Use correct file to determine date of run-tests output

a7f29c9483d7baf6cfd4dc359f088a1b2c604872 authored almost 19 years ago by Marcus Boerger <[email protected]>
Standard project directories initialized by cvs2svn.

2006178dbb0c1c8dfa838ae32c43b0a2ca9f0ef8 authored almost 19 years ago by SVN Migration <[email protected]>
Initial commit

d1677ec0ee1d6955a5a51bcf582d5360a4d1dd24 authored almost 19 years ago by Marcus Boerger <[email protected]>