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

feat: precompiled all #762

Merged
merged 14 commits into from
Aug 23, 2022

Commits on Aug 9, 2022

  1. [precompiled] Initial proof-of-concept with App.cpp

    - Add C11_COMPILE cmake option that creates a static lib instead of header-only
    - Add C11_INLINE macro that depends on C11_COMPILE
    - Split App.hpp into App.hpp and impl/App_inl.hpp
    - Add App.cpp that compiles App_inl.hpp into an object file
    - CMake modifications to handle impl headers differently for sinlge-header, headers-only, and compiled versions
    dherrera-meta committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    716dcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd628bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37669a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    541fc2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5248573 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd62587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d163c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc32085 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    768097c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    143ea42 View commit details
    Browse the repository at this point in the history
  3. ci: drop failing style check

    henryiii committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    893a1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8b23f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b3d41b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d55aa View commit details
    Browse the repository at this point in the history