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

[WIP] Added new toolchain-based Meson helper #7155

Closed
wants to merge 23 commits into from
Closed

[WIP] Added new toolchain-based Meson helper #7155

wants to merge 23 commits into from

Commits on Jun 5, 2020

  1. mesonx: initial commit

    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6da3703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f03983 View commit details
    Browse the repository at this point in the history
  3. todo

    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    31a9d97 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    - removed unneeded methods
    - cleaned up meson version checks
    - added warning when using ninja fallback
    - made MesonToolchain castable to tuple
    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3cd725f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16f0c3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8d0d58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb8d0de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f91a57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d780f26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d540dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58ded07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4376cc8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f30ae90 View commit details
    Browse the repository at this point in the history
  14. mesonx: code fixes

    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    606fc62 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9a6dff View commit details
    Browse the repository at this point in the history
  16. mesonx: code cleanup

    - Updated code to be more inline with current `CMakeToolchain`
    - Documented some methods a bit.
    - Added more TODOs and FIXMEs.
    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    89931cc View commit details
    Browse the repository at this point in the history
  17. mesonx: cache version

    TheQwertiest committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6bc0381 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cacb031 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b732b54 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    3a40be7 View commit details
    Browse the repository at this point in the history
  2. review fixes

    TheQwertiest committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3e50b12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917b48a View commit details
    Browse the repository at this point in the history