Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1381 from MartinNowak/changelog
Browse files Browse the repository at this point in the history
purge 2.068.1 changelog
  • Loading branch information
CyberShadow committed Sep 6, 2015
2 parents ba9ea9e + ea37a9e commit a0daf0f
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions changelog.dd
Expand Up @@ -4,36 +4,9 @@ $(COMMENT Pending changelog for 2.068.1.
)

$(BUGSTITLE Library Changes,

$(LI $(RELATIVE_LINK2 coverage-profile-config, Functions to configure coverage, profile, and profile=gc reports were added.))

)

$(BUGSTITLE Library Changes,

$(LI $(LNAME2 coverage-profile-config, Functions to configure coverage, profile, and profile=gc reports were added.)

$(P While they have been accessible through `extern(C)` linkage
for a while, the functions to configure coverage, profile, and
profile=gc reports where added to $(COREMODREF runtime,
core.runtime).
)

$(BOOKTABLE,
$(TR $(TH Functions) $(TH Decscription))
$(TR $(TD $(CXREF runtime, dmd_coverSourcePath)) $(TD Set the directory which contains the source files.))
$(TR $(TD $(CXREF runtime, dmd_coverDestPath)) $(TD Set the directory where to write the -cov reports.))
$(TR $(TD $(CXREF runtime, dmd_coverSetMerge)) $(TD Set whether or not to merge results with existing -cov reports.))
$(TR $(TD $(CXREF runtime, trace_setlogfilename)) $(TD Set the output file for the -profile report.))
$(TR $(TD $(CXREF runtime, trace_setdeffilename)) $(TD Set the output file for the optimized -profile linker script.))
$(TR $(TD $(CXREF runtime, profilegc_setlogfilename)) $(TD Set the output file for the -profile=gc report.))
)

$(P Note that these functions are specific to dmd, and might not
be available on other compilers.
)
)

)

Macros:
Expand Down

0 comments on commit a0daf0f

Please sign in to comment.