Histórico de Commits

Autor SHA1 Mensagem Data
  stefan 0be23a925b updated publish action to fix deprecation warnings há 8 meses atrás
  stefan f48d052b32 updated actions to fix deprecation warnings há 8 meses atrás
  stefan 6b26b2a7c6 skipping __pycache__ directory in test runs to prevent error in python 3.12 há 8 meses atrás
  stefan feda44a264 fixed python versions in yaml há 8 meses atrás
  stefan 7aa7e47ae5 removed old python versions from tests - deprecated há 8 meses atrás
  stefan c49c5a931d extended python tests to run on recent python versions, too há 8 meses atrás
  stefan 578fe930b5 extended report tests and added screenshots of doxygen output to docs há 8 meses atrás
  stefan a82346b122 added tests for report tool, added recent python versions to be tested há 8 meses atrás
  stefan d0863f016c added documentation for report tool há 8 meses atrás
  prozessorkern 7068df6e67 added json report format to get an easy to parse interface for documentation frameworks etc. há 8 meses atrás
  prozessorkern 640e05eaa4 changed all report format functions to return strings - file handling is now done outside - if no path is given the result is printed to stdout há 8 meses atrás
  prozessorkern 474fa0f375 added text report format há 8 meses atrás
  prozessorkern f6872b5c82 fixed failing help test há 8 meses atrás
  prozessorkern 8565038d1f code refacturing há 8 meses atrás
  prozessorkern a0c21cc58e Merge branch 'master' into feature/#11-add-report-plugin há 8 meses atrás
  Andrey 78dc5380de Merge pull request #56 from thom-sch/Issue43_UnicodeDecodeError há 1 ano atrás
  Thomas Schneider 3671b3d35d Corrected an UTF-8 issue to run with Python 2.7 há 2 anos atrás
  Thomas Schneider a2af7e8730 Corrected an UTF-8 issue to run with Python 2.7 há 2 anos atrás
  Thomas Schneider 5e948c4ee9 Added support for UTF16 / UTF32 without byte order mark (BOM) há 2 anos atrás
  Thomas Schneider ed2f3edd72 more Comments há 2 anos atrás
  Thomas Schneider 4cb5cc0916 Missing finally return in "checkforUTF8" há 2 anos atrás
  Thomas Schneider 1a0207fcda Detect correct file coding há 2 anos atrás
  Andrey 6a7c461b22 Merge pull request #49 from eolivi/feat_doc_ratio há 2 anos atrás
  Emmanuel Olivi 3932f2adb6 doc: add doc about ratio.comments in Overview section há 2 anos atrás
  Andrey 5d4a0ea648 Merge pull request #48 from eolivi/feat_ratio há 2 anos atrás
  Emmanuel Olivi 9f51b37c2e Correct output for float using format() instead of str(). Update gold files há 2 anos atrás
  Emmanuel Olivi d6466b798b Comment ratio: only keep a 3-digit precision to improve reproducibility between python2 / python3 há 2 anos atrás
  Emmanuel Olivi 2c80d2160c define back the std.code.ratio.comments as lines_comments/(lines_comments+lines_codes) há 2 anos atrás
  Emmanuel Olivi ad2b3589d0 define the std.code.ratio.comments as lines_comments/lines_codes instead of lines_comments/(lines_comments+lines_codes) há 2 anos atrás
  Emmanuel Olivi f7a495841f solve bug on python 2.7 for std.code.ratio.comments há 2 anos atrás