Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.
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: Skycoder42/QtRestClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0-4
Choose a base ref
...
head repository: Skycoder42/QtRestClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 29, 2020

  1. remove unused files

    Skycoder42 committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    ac62aec View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

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

Commits on May 22, 2022

  1. Qt >= 5.15: Deprecated QNetworkRequest::HTTP2AllowedAttribute -> Http…

    …2AllowedAttribute
    
    Was probably deprecated earlier, but we just stop at last Qt LTS.
    lainwir3d committed May 22, 2022
    Configuration menu
    Copy the full SHA
    1f14acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199133f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32a39dc View commit details
    Browse the repository at this point in the history
  4. Do not shadow captured parameters in lambda arguments.

    For more strict compilers.
    lainwir3d committed May 22, 2022
    Configuration menu
    Copy the full SHA
    b8ad988 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Change qC{Debug,Warning} calls to those strictly valid before C++20

    This fixes builds on Fedora 36 / GCC 12 and probably other strict
    compilers.
    
    See https://bugreports.qt.io/browse/QTBUG-101635
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fc3a890 View commit details
    Browse the repository at this point in the history
  2. AwaitedException: mark as override "raise" and "clone" methods.

    Removes warnings and allow building on stricter compilers.
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a6152f4 View commit details
    Browse the repository at this point in the history
  3. Do not shadow parameters in templates arguments.

    For more strict compilers.
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e1884b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53a2fd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bef4a9 View commit details
    Browse the repository at this point in the history
  6. RestReplyPrivate: Move Q_DECLARE_PUBLIC(RestReply) in public section.

    This fixes build error on Qt6.
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    066ff04 View commit details
    Browse the repository at this point in the history
  7. QmlPaging::isValid(): explicit static_cast to bool instead of relying…

    … on implicit mecanism.
    
    This fixes build on Qt6.3 / GCC12
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    49cc877 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    211ad01 View commit details
    Browse the repository at this point in the history
  9. Change deprecated QMetaType::typeFlags to QMetaType().flags().

    This is valid for both Qt > 5.0 and Qt6
    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    35d6d94 View commit details
    Browse the repository at this point in the history
  10. Qt6: Fix tests builds

    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a03c5f7 View commit details
    Browse the repository at this point in the history
  11. C++20 build fix.

    lainwir3d committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c670d17 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #15 from lainwir3d/qt5.15-and-qt6-compatibility

    Qt5.15 and Qt6 compatibility
    Skycoder42 authored May 27, 2022
    Configuration menu
    Copy the full SHA
    62c3bce View commit details
    Browse the repository at this point in the history
Loading