Skip to content
Snippets Groups Projects
  1. May 19, 2023
  2. May 02, 2023
  3. Apr 04, 2020
  4. Mar 28, 2020
  5. Mar 21, 2020
  6. Mar 18, 2020
  7. Mar 13, 2020
  8. Mar 12, 2020
  9. Mar 04, 2020
  10. Feb 21, 2020
  11. Feb 13, 2020
  12. Feb 11, 2020
  13. Feb 06, 2020
  14. Jan 12, 2020
  15. Oct 12, 2019
  16. Oct 05, 2019
  17. Oct 01, 2019
  18. Sep 29, 2019
    • Shoumik Palkar's avatar
      Generate core Weld API Python bindings with PyO3 (#479) · 83c0b7a7
      Shoumik Palkar authored
      Requires nightly rust to compile: see README.md instructions in the weld-python/ subdirectory.
      83c0b7a7
    • Filip Andres's avatar
      Use ::libc::c_char as the character type (#484) · 18978161
      Filip Andres authored
      On AArch64 the C char type is u8 not i8, resulting in compilation errors
      such as:
      
      error[E0308]: mismatched types
         --> weld/src/codegen/llvm2/mod.rs:89:9
          |
      89  |         concat!($s, "\0").as_ptr() as *const i8
          |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected u8, found
      i8
      ...
      930 |             c_str!(""),
          |             ---------- in this macro invocation
          |
          = note: expected type `*const u8`
                     found type `*const i8`
      18978161
  19. Sep 24, 2019
  20. Sep 23, 2019
  21. Sep 18, 2019
  22. Aug 24, 2019
  23. Aug 23, 2019
  24. Aug 20, 2019
  25. Jul 03, 2019
  26. Jul 02, 2019
  27. Jun 15, 2019
  28. Jun 10, 2019
  29. May 22, 2019
  30. May 18, 2019
  31. May 13, 2019
  32. May 12, 2019
  33. Apr 26, 2019
Loading