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

introduce first iteration of the zig build #1543

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Jun 22, 2024

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

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    6616400 View commit details
    Browse the repository at this point in the history
  2. add: introduce zig build

    levydsa committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ac4193d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77169c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. build(libsql-sqlite3): first iteration of build.zig

    Now it can compile sqlite3 without any extensions and wasm support
    levydsa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0d3c464 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    118e6b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6385aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ecc9a View commit details
    Browse the repository at this point in the history
  4. flake: add icu and pkg-config

    levydsa committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4594f32 View commit details
    Browse the repository at this point in the history
  5. WIP

    levydsa committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    04e71ac View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 2, 2024

  1. fix(libsql-sqlite3): definition seems to not match

    this might be reverted later, needs further inspection
    levydsa committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ee33ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5573d70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e737d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50203bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffa65d3 View commit details
    Browse the repository at this point in the history
  6. fix(sqlite3): does not compile without this header

    Due to the sources being amalgamated, this goes unnoticed. There is no
    script to generate this file in the current source. Where is this from?
    levydsa committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a642418 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    1b947f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f35f5 View commit details
    Browse the repository at this point in the history
  3. update .gitignore

    levydsa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ceaa00e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63af3e1 View commit details
    Browse the repository at this point in the history
  5. minor zig build tweaks

    levydsa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f363f60 View commit details
    Browse the repository at this point in the history
  6. bump to latest rust stable

    levydsa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b4f6fe4 View commit details
    Browse the repository at this point in the history
  7. fix(libsql): make tests pass

    levydsa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c80a27f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5873b8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a456f78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77e6a56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04baef8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    534aed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Revert 1 commits

    77e6a56 'add libsql_vector tests to veryquick'
    levydsa committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    778e252 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    af4e81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4095ccc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    1cbbd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3870310 View commit details
    Browse the repository at this point in the history
  3. revert test8.c bug fix

    levydsa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2b3cc21 View commit details
    Browse the repository at this point in the history
  4. revert main.c changes

    levydsa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    db7847a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ede336e View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    levydsa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0d6c5a1 View commit details
    Browse the repository at this point in the history
  3. chore: update bundle

    levydsa committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3c88ee9 View commit details
    Browse the repository at this point in the history