Skip to content
Snippets Groups Projects
  1. Sep 02, 2024
    • Loïc's avatar
      vlcrs: add meson infra for building and linking Rust modules · 19edba74
      Loïc authored and Steve Lhomme's avatar Steve Lhomme committed
      Despite meson officially "supporting" Rust it does support working with
      Cargo (Rust package manager and build system) so we need to have
      a bit of custom system for using it. `cargo-output.py` to build and copy
      the output files (static archive and depfile) to the expected location
      by meson. And `cargo-rustc-static-libs.py` to get the common linker args
      for a bar-bone std rust program (ie without dependencies).
      
      Those two scripts would potentially be removed if meson and/or cargo
      became more flexible and/or intelligent.
      19edba74
  2. Jun 22, 2024
  3. Jun 20, 2024
  4. Jun 01, 2024
  5. May 17, 2024
  6. May 10, 2024
  7. Apr 17, 2024
  8. Apr 03, 2024
    • Steve Lhomme's avatar
      configure: use the native qmake · af826f4a
      Steve Lhomme authored
      The target qmake uses the native qmake with this extra parameter.
      And add some extra logs.
      
      We don't want to rebuild the target qmake (and the whole Qt) just to get this
      script.
      af826f4a
  9. Oct 14, 2023
  10. Mar 03, 2023
  11. Jan 04, 2023
Loading