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

Meson build #22

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Meson build #22

wants to merge 25 commits into from

Commits on Nov 5, 2022

  1. WIP: Add meson build scripts

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9863b66 View commit details
    Browse the repository at this point in the history
  2. meson: Add linker info

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1fff582 View commit details
    Browse the repository at this point in the history
  3. meson: Test and docs

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c407212 View commit details
    Browse the repository at this point in the history
  4. Add objects files to ignore

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5fdd61b View commit details
    Browse the repository at this point in the history
  5. Add pkgconfig build

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3fe3efc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    debcd30 View commit details
    Browse the repository at this point in the history
  7. Add include_directory for tests

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    11d5a1d View commit details
    Browse the repository at this point in the history
  8. Space instead of tabs

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2b8e6c8 View commit details
    Browse the repository at this point in the history
  9. Test for no-undefined

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    745dfb2 View commit details
    Browse the repository at this point in the history
  10. Use libdatrie_dep to build test

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    00df122 View commit details
    Browse the repository at this point in the history
  11. Rename pkgconfig file

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    711089a View commit details
    Browse the repository at this point in the history
  12. Add support for Windows build

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b60d706 View commit details
    Browse the repository at this point in the history
  13. Version stamp for tarball

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    80fdeb7 View commit details
    Browse the repository at this point in the history
  14. Run autogen on dist

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7edf5c0 View commit details
    Browse the repository at this point in the history
  15. Add meson files to automake dist

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8279dec View commit details
    Browse the repository at this point in the history
  16. Docs meson building

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5d8a61a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    242cc75 View commit details
    Browse the repository at this point in the history
  18. Remove vs_module_defs

    whs committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    96b12ea View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix versioning and tarballing

    whs committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a3a5155 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix building on windows clang

    whs committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c0fe2a9 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Eli Schwartz <[email protected]>
    whs and eli-schwartz authored May 27, 2024
    Configuration menu
    Copy the full SHA
    481ed33 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix missing quote

    whs committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b0e671d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa9c6d View commit details
    Browse the repository at this point in the history
  3. Fix deprecated option

    whs committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    558d8ba View commit details
    Browse the repository at this point in the history
  4. Reformat with meson fmt

    whs committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3985d6f View commit details
    Browse the repository at this point in the history