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

Draft PR: Windows Support #1

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

Draft PR: Windows Support #1

wants to merge 17 commits into from

Commits on Jan 18, 2022

  1. Adding Win32 specific build steps on CMakeLists.txt

    Vivek authored and Vivek committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d22183b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Hacks done on result_iterator and addon/duckdb.cc to get a node modul…

    …e working
    Vivek authored and Vivek committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    686d328 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Parquet extension also loaded

    Vivek authored and Vivek committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    73e9bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Makes things common across Linux and Windows

    Ubuntu committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    b61f5c5 View commit details
    Browse the repository at this point in the history
  2. Updating the packages

    Ubuntu committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5050ded View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Part of windows tooling support - create a rm script

    Vivek authored and Vivek committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    918aaaa View commit details
    Browse the repository at this point in the history
  2. Further changes to CMakeLists.txt and package.json

    Vivek authored and Vivek committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8d343cc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Make sure the tests run on all platforms

    Vivek authored and Vivek committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    aa38f24 View commit details
    Browse the repository at this point in the history
  2. With latest duckdb, int64_t works without linker errors

    Vivek authored and Vivek committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    670f533 View commit details
    Browse the repository at this point in the history
  3. result_iterator.cc fixed!

    Vivek authored and Vivek committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0ddef46 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Documenting the change done till date for Windows

    Vivek authored and Vivek committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    c3e5911 View commit details
    Browse the repository at this point in the history
  2. This package was preventing a npm install -D, removed

    Vivek authored and Vivek committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    562365c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Just a npm install is all you need!

    Vivek authored and Vivek committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    3494675 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Use TSC instead of TTSC now

    Vivek committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    bfc4140 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Package.json updated to take rimraf, removing custom rm.bat for windows

    Vivek authored and Vivek committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    3cd683b View commit details
    Browse the repository at this point in the history
  2. Updated the document on building on Windows

    Vivek authored and Vivek committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    5be9273 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Command line script to automate the build

    Vivek authored and Vivek committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a34c064 View commit details
    Browse the repository at this point in the history