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

compilation times improvement #2455

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Commits on Aug 26, 2024

  1. [DONOTMERGE] add -ftime-trace

    ammen99 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e9236e1 View commit details
    Browse the repository at this point in the history
  2. shuffle around header files

    ammen99 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c5d9c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f7fc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb57e8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22ac0f1 View commit details
    Browse the repository at this point in the history
  6. seat.hpp: do not include wlroots-full.hpp

    There is no need for this header at all.
    ammen99 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2be92c8 View commit details
    Browse the repository at this point in the history
  7. add .cache to gitignore

    ammen99 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1683d3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d70f2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a91e136 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f92f972 View commit details
    Browse the repository at this point in the history
  2. vswitch: move most of the implementation to the cpp file

    We don't need most of vswitch in the places where it is included.
    ammen99 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3207fc9 View commit details
    Browse the repository at this point in the history
  3. ipc: migrate to jsoncpp

    nlohmann/json has very slow compilation times.
    ammen99 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4514234 View commit details
    Browse the repository at this point in the history