Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AdaCore/gnatcoverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AdaCore/gnatcoverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19-sustained
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 8, 2018

  1. Update .gitreview on the 19.0 branch

    Part of RA05-019
    hainque committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    8849fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    2097d2d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. .gitreview/gerrit.defaultbranch: remove leading spaces

    It confuses git-review.
    
    TN: RA15-037
    brobecke committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5283287 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    8aaa5c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    6cd6e1c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. 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
    
    
    (cherry picked from commit 0513370)
    
    e99a873 Fix GNATCoverage build on Windows
    
    Co-authored-by: Liaiss Merzougue <merzougue@adacore.com>
    liaiss committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    2c99b22 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cherry-pick-0513370c' into '19-sustained'

    Fix GNATCoverage build on Windows
    
    See merge request eng/das/cov/gnatcoverage!882
    
    On 19-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
    
    
    (cherry picked from commit 0513370 -  eng/das/cov/gnatcoverage!878)
    liaiss committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    4a433af View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Fix Generator selector for Visual Studio 17

    The CMake Generator for Visual Studio 17 is 'Visual Studio 17 2022' as detected by this gaia
    event: https://gaia.adacore.com/#/e/94844414
    
    ```
    CMake Error: Could not create named generator Visual Studio 17 Win64
    
    Generators
    * Visual Studio 17 2022        = Generates Visual Studio 2022 project files.
                                     Use -A option to specify architecture.
      Visual Studio 16 2019        = Generates Visual Studio 2019 project files.
                                     Use -A option to specify architecture.
      Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
                                     Optional [arch] can be "Win64" or "ARM".
      Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
                                     Optional [arch] can be "Win64" or "ARM".
      Visual Studio 12 2013 [arch] = Deprecated.  Generates Visual Studio 2013
                                     project files.  Optional [arch] can be
                                     "Win64" or "ARM".
      Visual Studio 9 2008 [arch]  = Deprecated.  Generates Visual Studio 2008
                                     project files.  Optional [arch] can be
                                     "Win64" or "IA64".
    ```
    
    Ref: it/org/software-supply-chain/production-pipeline/issues#129
    liaiss committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    29c13a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mr/fix_gnatcoverage_64bit_builds' into '19-sustained'

    Fix Generator selector for Visual Studio 17
    
    See merge request eng/das/cov/gnatcoverage!884
    
    The CMake Generator for Visual Studio 17 is 'Visual Studio 17 2022' as detected by this gaia
    event: https://gaia.adacore.com/#/e/94844414
    
    ```
    CMake Error: Could not create named generator Visual Studio 17 Win64
    
    Generators
    * Visual Studio 17 2022        = Generates Visual Studio 2022 project files.
                                     Use -A option to specify architecture.
      Visual Studio 16 2019        = Generates Visual Studio 2019 project files.
                                     Use -A option to specify architecture.
      Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
                                     Optional [arch] can be "Win64" or "ARM".
      Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
                                     Optional [arch] can be "Win64" or "ARM".
      Visual Studio 12 2013 [arch] = Deprecated.  Generates Visual Studio 2013
                                     project files.  Optional [arch] can be
                                     "Win64" or "ARM".
      Visual Studio 9 2008 [arch]  = Deprecated.  Generates Visual Studio 2008
                                     project files.  Optional [arch] can be
                                     "Win64" or "IA64".
    ```
    
    Ref: it/org/software-supply-chain/production-pipeline/issues#129
    liaiss committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    33ef1de View commit details
    Browse the repository at this point in the history
Loading