Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable UNITY_BUILD=ON on qgis_core (37% to 50% faster builds), qgis_gui (50% faster builds), qgis_analysis (3.7x faster) #59669

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    a16c9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db65e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820e75e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c953ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e72088e View commit details
    Browse the repository at this point in the history
  6. qgspointcloudrequest.cpp: add explicit cast for qHash() to avoid a qH…

    …ash(QgsFeature) to be a potential candidate
    rouault committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    37c43d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a51d03e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaeaae8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87b0b2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f786afd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab2767d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30d5f2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bb704f View commit details
    Browse the repository at this point in the history
  14. QgsMapLayerConfigWidget/QgsRendererRasterPropertiesWidget: suppress -…

    …Woverloaded-virtual warning related to syncToLayer() method
    rouault committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    6d20384 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d3a9b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6015f50 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    19509bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a43a076 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    878ac1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2469d0b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    057b51d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3ac1228 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5d8302b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cb3fec0 View commit details
    Browse the repository at this point in the history
  25. Update windows-qt6.yml

    m-kuhn authored and rouault committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    2ef66b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Due to the introduction of precompiled headers, ccache builds require…

    … setting 'ccache -set-config sloppiness=pch_defines,time_macros'
    rouault committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    075ea95 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    116f81b View commit details
    Browse the repository at this point in the history
  2. Do not enable pre-compiled headers when ccache is available and with …

    …MSVC, as ccache doesn't support that
    rouault committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    63c9f38 View commit details
    Browse the repository at this point in the history