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: microsoft/pict
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.3
Choose a base ref
...
head repository: microsoft/pict
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.4
Choose a head ref
  • 7 commits
  • 24 files changed
  • 2 contributors

Commits on Feb 28, 2022

  1. Update README.md

    jaccz authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a094951 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Adding building using CMake (#81)

    This commit adds an option to build using CMake by adding
    CMakeLists.txt. CMake builds are consistent with the builds currently
    produced.
    
    For Linux build, CPack produces artifacts consistent with the current
    RPM specification.
    
    CMake is also added to the CI pipeline in main.yml.
    bhardwajs authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c837314 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Enable -pedantic on *nix (#82)

    Using `-pedantic` threw warnings on `g++`. This commit cleans up those
    warnings.
    bhardwajs authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5227291 View commit details
    Browse the repository at this point in the history
  2. Enable warnings as error and W4 on MSVC (#83)

    This commit increase warning level from `W3` to `W4` on MSVC and sets
    warnings as errors. Exclusion is made for a specific warning (C4189).
    bhardwajs authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    555d2d4 View commit details
    Browse the repository at this point in the history
  3. Enable warnings as error on Linux (#85)

    This commit increases warning level and enables warnings as error on
    Linux build. Doing this pointed out several cases of sign mismatches,
    variable defintion ordering issues, and unused variables.
    bhardwajs authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    977fa36 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Update version to 3.7.4 in CMakeLists.txt (#87)

    Updating version to 3.7.4 so we can cut a new release.
    
    Needed for #86
    bhardwajs authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    84a0196 View commit details
    Browse the repository at this point in the history
  2. Update ver.h

    jaccz authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d529bb1 View commit details
    Browse the repository at this point in the history
Loading