NEWS
autometric 0.1.2.9000
autometric 0.1.2
- Plot the last PID by default.
- Speed up
log_phase_set()
.
- Do not overwrite null character in
strncpy()
.
autometric 0.1.1 (2024-10-31)
- Do not overwrite null character in
strncpy()
.
autometric 0.1.0 (2024-10-30)
- 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()
.
autometric 0.0.5 (2024-10-10)
- 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:
- Move
NOTICE
to LICENSE.note
so comments on the license and copyright are included in the built package.
- Attribute the
ps
and psutil
copyright holders in the Authors@R
field of the DESCRIPTION
file.
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).
autometric 0.0.3