-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: AdaCore/gnatcoverage
base: master
head repository: AdaCore/gnatcoverage
compare: 18-sustained
- 17 commits
- 21 files changed
- 5 contributors
Commits on Oct 6, 2017
-
Update .gitreview for the 18.0 branch
Part of QA03-039 Change-Id: Idbbbb1907653e82a623e1a929c1ffc1982d73174
Configuration menu - View commit details
-
Copy full SHA for 3aa6936 - Browse repository at this point
Copy the full SHA 3aa6936View commit details
Commits on Oct 21, 2017
-
update ref branch in .gitreviw for 18.1
Part of QA19-079 Change-Id: I71343ab333c18cbb1162a1f41c6846d8ddd846f3
Configuration menu - View commit details
-
Copy full SHA for 1a48234 - Browse repository at this point
Copy the full SHA 1a48234View commit details
Commits on Dec 12, 2017
-
Special processing for pragmas not generating code
Just not considering them as actual statements, as we were already doing for pragma Annotate. This prevents the production of meanlingless diagnostics such as "statement never executed" on e.g. pragma Pure, which helps readbility and reduces potential confusion. Part of QA23-039 Change-Id: I08de62ecbf3bef083eb5556b28c4575f4808900b (cherry picked from commit 6a07b72)
Configuration menu - View commit details
-
Copy full SHA for 6977b56 - Browse repository at this point
Copy the full SHA 6977b56View commit details -
Adjust stmt coverage test expectation on pragma No_Return
Now ignored for coverage reporting purposes, per QA23-039 Change-Id: I157021e030576d1e5ddf40a8323866496527fd8d (cherry picked from commit c14663b)
Configuration menu - View commit details
-
Copy full SHA for eb51b65 - Browse repository at this point
Copy the full SHA eb51b65View commit details -
Fix minor glitches in comments
Follow-up adjustments on change just introduced for QA23-039 Change-Id: I5d46be3c8449b0b0f9f6f75b38918e2445676de8 (cherry picked from commit 6952c0a)
Configuration menu - View commit details
-
Copy full SHA for 6908d61 - Browse repository at this point
Copy the full SHA 6908d61View commit details
Commits on Dec 14, 2017
-
gnatcov manual: adjust the GPS section to the new GPS menu layouts
The Tools main menu morphed into Analyze. Adjust text and redo screenshots. Rephrase the paragraph referring to possible warnings in GNATtest scenarii. For Q927-033 Change-Id: I198a96f35879d79d85a165ff6978383a4ea5d4db (cherry picked from commit e6aceba)
Configuration menu - View commit details
-
Copy full SHA for 1af1a9f - Browse repository at this point
Copy the full SHA 1af1a9fView commit details -
gnatcov: reinstate the "prepare" run target
gnatcov run --target=prepare was meant to let users prepare for an execution that will just append trace entries to a trace file, typically by running qemu separately. The preparation consists in creating the trace file and storing a trace header there. This was removed based on the belief that this facility wasn't used any more. It actually still is relied upon by a few scripts involved in runtime certification activities, some currently ongoing. In the course of QA16-036. Part of QA27-024 for 18. Change-Id: I719372cf9268d6964ff91d7e6a427acaeede1e09 (cherry picked from commit 00bdac3)
Configuration menu - View commit details
-
Copy full SHA for 0484cac - Browse repository at this point
Copy the full SHA 0484cacView commit details -
gnatcov testsuite: add SUITE/tracelib.py
extracted from tests/OA05-051-sharedobjs, so it can be reused by other tests. Part of work for adding a test for QA27-024 Change-Id: Ibbec782ca23b464a076c599fa4aabae9873b05f8 (cherry picked from commit 9b80d2c)
Configuration menu - View commit details
-
Copy full SHA for dadbc2c - Browse repository at this point
Copy the full SHA dadbc2cView commit details -
SUITE/tracelib.py: allow for a trace without the exec section
So we can inspect traces out of --target=prepare, part of test for QA27-024. Change-Id: Ib158c10970f0479cce58dc435b5525137be0efbd (cherry picked from commit 284e279)
Configuration menu - View commit details
-
Copy full SHA for ceaac63 - Browse repository at this point
Copy the full SHA ceaac63View commit details
Commits on Dec 18, 2017
-
Add docstrings to entities in SUITE.tracelib
Change-Id: Ia424345da9cdd729cfdc73529af52e85b609090e TN: QA27-024 (cherry picked from commit f616f5f)
Configuration menu - View commit details
-
Copy full SHA for fd9bb2b - Browse repository at this point
Copy the full SHA fd9bb2bView commit details -
SUITE.tracelib: fix a docstring typo
Change-Id: Ieb27d1e0a56633ca740b721d1fc0490e92df080b TN: QA27-024 (cherry picked from commit af5073f)
Configuration menu - View commit details
-
Copy full SHA for eaeb5b7 - Browse repository at this point
Copy the full SHA eaeb5b7View commit details
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 410c69c - Browse repository at this point
Copy the full SHA 410c69cView commit details
Commits on Apr 27, 2018
-
Add information on missing sources from SCOs for dhtml report
Change-Id: I324b9abf09acc9047de3f5e05ba7fe5280df92db TN: PC20-040 (cherry picked from commit c825ab1)
Configuration menu - View commit details
-
Copy full SHA for 1be09f0 - Browse repository at this point
Copy the full SHA 1be09f0View commit details
Commits on Apr 30, 2018
-
Files_Table.Expand_Line_Table: avoid big aggregate stack allocation
Change-Id: Id09c41ad21c093c26dbbc991e293aa14363baaff TN: QB14-023 (cherry picked from commit f2a1840)
Configuration menu - View commit details
-
Copy full SHA for f4ac440 - Browse repository at this point
Copy the full SHA f4ac440View commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f363726 - Browse repository at this point
Copy the full SHA f363726View commit details
Commits on Jul 3, 2025
-
Fix GNATCoverage build on Windows
On 18-sustained, GNATCoverage was previously built with Visual Studio 12. With the Secure control plane transition we have only Visual Studio 17, take the opportunity to use a newer version of Visual Studio Ref: it/org/software-supply-chain/production-pipeline/issues#129
Configuration menu - View commit details
-
Copy full SHA for e99a873 - Browse repository at this point
Copy the full SHA e99a873View commit details -
Merge branch 'mr/fix_gnatcoverage' into '18-sustained'
Fix GNATCoverage build on Windows See merge request eng/das/cov/gnatcoverage!878 On 18-sustained, GNATCoverage was previously built with Visual Studio 12. With the Secure control plane transition we have only Visual Studio 17, take the opportunity to use a newer version of Visual Studio Ref: it/org/software-supply-chain/production-pipeline/issues#129
Configuration menu - View commit details
-
Copy full SHA for 0513370 - Browse repository at this point
Copy the full SHA 0513370View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...18-sustained