Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/p5-Devel-NYTProf) Updated 6.12 to 6.14
Changes in Devel::NYTProf 6.14 - 18th Oct 2023 There should be no significant differences in the performance of Devel-NYTProf from that of the previous release. This release is primarily maintenance- focused. More build-time warnings using recent versions of C compilers have been eliminated, particularly with recent production releases of Perl. Thanks to Karl Williamson for guidance on updating ppport.h and using it to update NYTProf.xs. Changes in Devel::NYTProf 6.13 - 10th Oct 2023 There should be no significant differences in the performance of Devel-NYTProf from that of the previous release. This release is primarily maintenance- focused. The largest difference in the distribution is the removal of the nytprofpf program (GH 206 <timbunce/devel-nytprof#206>). This program was written for an open-source software competition which is no longer being held. Other changes include: Removal of remaining reference to Travis CI (GH 202 <timbunce/devel-nytprof#202>). Elimination of 'bad-function-cast' warnings during 'make' (GH 205 <timbunce/devel-nytprof#205>). Correction of typographic error in nytprofhtml thanks to Amory Meltzer (GH 210 <timbunce/devel-nytprof#210>). Depending on Per version, skip one test file that was exercising 'given' and 'when' keywords (now deprecated) (GH 211 <timbunce/devel-nytprof#211>). Elimination of the 'register' keyword from NYTProf.xs (partial resolution of GH 191 <timbunce/devel-nytprof#191>) which is forbidden as of ISO C++17.
- Loading branch information