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

quickfast: migrate to Conan v2 #18674

Merged
merged 13 commits into from
Jun 28, 2024
Merged

Commits on May 26, 2024

  1. quickfast: migrate to Conan v2

    valgur committed May 26, 2024
    Configuration menu
    Copy the full SHA
    db33de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000fa8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d015bb3 View commit details
    Browse the repository at this point in the history
  4. quickfast: fix -fPIC option

    valgur committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2d30cdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dac5e8d View commit details
    Browse the repository at this point in the history
  6. quickfast: just overlink everything

    Would be nice to avoid overlinking, but explicitly listing Boost components results in these not being found:
    
    public: void * __cdecl boost::detail::win32::handle_manager::duplicate(void) const
    private: void __cdecl boost::thread::start_thread(void)
    public: __cdecl boost::thread::~thread(void)
     public: void __cdecl boost::thread::join(void)
    valgur committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d899ab6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. quickfast: bump deps

    valgur committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d9a51b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054c9ed View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Simplify test package

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    51066b1 View commit details
    Browse the repository at this point in the history
  2. Improve msvc export define

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f4c76b6 View commit details
    Browse the repository at this point in the history
  3. Fix build on Windows

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    72c6384 View commit details
    Browse the repository at this point in the history
  4. update patch file

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d7a3916 View commit details
    Browse the repository at this point in the history
  5. Patch version 1.5

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    61b3a37 View commit details
    Browse the repository at this point in the history