Skip to content

Releases: wlandau/autometric

strncpy() attempt 2

14 Nov 22:06
36e98ae
Compare
Choose a tag to compare

autometric 0.1.2

  • Plot the last PID by default.
  • Speed up log_phase_set().
  • Do not overwrite null character in strncpy().

strncpy()

31 Oct 19:32
abc5d1f
Compare
Choose a tag to compare

autometric 0.1.1

  • Do not overwrite null character in strncpy().

log phases

30 Oct 18:56
73d31bf
Compare
Choose a tag to compare

autometric 0.1.0

  • Adjust default ylim in log_plot().
  • Add log_phase_get(), log_phase_set(), and log_phase_reset() (#2, #3, @koefoeden).
  • Allow some log files to be empty in log_read().

CRAN fixes

07 Oct 12:34
fb699ff
Compare
Choose a tag to compare

autometric 0.0.5

  • Check the validity of the file path in log_print() and log_start() (#1, @shikokuchuo).
  • Document the return value of log_print().
  • Make copyright attribution more obvious in the built package:
    1. Move NOTICE to LICENSE.note so comments on the license and copyright are included in the built package.
    2. Attribute the ps and psutil copyright holders in the Authors@R field of the DESCRIPTION file.

Bug fixes

04 Oct 16:08
b821dec
Compare
Choose a tag to compare

autometric 0.0.4

  • Add manual GitHub Actions workflow rhub.yaml generated by the rhub package.
  • Switch to tinytest.
  • Fix buffer overflow in pthread_args_init() (needed to allocate strlen() + 1 characters instead of just strlen() to capture '\0').
  • Fix memory leak in pthread_start() (free args if not creating a thread).

First release

03 Oct 21:27
cd7647e
Compare
Choose a tag to compare
0.0.3

version