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

[buck-yeh-bux-mariadb-client] New port #21505

Merged
merged 58 commits into from
Nov 22, 2021
Merged

Commits on Aug 17, 2021

  1. [bux] Add new port

    buck-yeh committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8205d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b9264 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    b228bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03acbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf7202 View commit details
    Browse the repository at this point in the history
  4. SHA512

    buck-yeh committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f171d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    527944f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4b587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098b150 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    4c7c09f View commit details
    Browse the repository at this point in the history
  2. Update version database

    buck-yeh committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    6267df1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Update ports/bux/portfile.cmake

    Co-authored-by: JonLiu1993 <[email protected]>
    buck-yeh and JonLiu1993 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    09f1bbd View commit details
    Browse the repository at this point in the history
  2. Update ports/bux/portfile.cmake

    Co-authored-by: JonLiu1993 <[email protected]>
    buck-yeh and JonLiu1993 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    017d699 View commit details
    Browse the repository at this point in the history
  3. Update ports/bux/portfile.cmake

    Co-authored-by: JonLiu1993 <[email protected]>
    buck-yeh and JonLiu1993 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4eaae7b View commit details
    Browse the repository at this point in the history
  4. Update ports/bux/vcpkg.json

    Co-authored-by: JonLiu1993 <[email protected]>
    buck-yeh and JonLiu1993 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    58f1c0f View commit details
    Browse the repository at this point in the history
  5. Update bux.json

    buck-yeh committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d589cb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

    JonLiu1993 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    76f7701 View commit details
    Browse the repository at this point in the history
  3. Update scripts/ci.baseline.txt

    Co-authored-by: JonLiu1993 <[email protected]>
    buck-yeh and JonLiu1993 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d8affe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    645158d View commit details
    Browse the repository at this point in the history
  2. update bux support

    JonLiu1993 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4154f4a View commit details
    Browse the repository at this point in the history
  3. update version

    JonLiu1993 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8fd80f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b25ea9 View commit details
    Browse the repository at this point in the history
  5. update version

    JonLiu1993 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2f55e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

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

Commits on Sep 4, 2021

  1. Rename bux to buck-yeh-bux

    buck-yeh committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    76c8779 View commit details
    Browse the repository at this point in the history
  2. Update version database

    buck-yeh committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4c0fc58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

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

Commits on Oct 1, 2021

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

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    84deabd View commit details
    Browse the repository at this point in the history
  2. [buck-yeh-bux] upgrade to v1.5.0

    1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
    2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
    3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
    4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
    5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
    6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
    7. [Change] `CUR_FUNC_` for Windows (MSVC)
    8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
    9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.
    buck-yeh committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a1dbd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6947158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac626a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    331ecd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bd4fa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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

Commits on Oct 17, 2021

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

Commits on Oct 18, 2021

  1. buck-yeh-bux 1.6.0

    buck-yeh committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c875e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c617a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da5e02 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 21, 2021

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

Commits on Oct 22, 2021

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

Commits on Nov 14, 2021

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

Commits on Nov 15, 2021

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

Commits on Nov 17, 2021

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

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    61bce12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864a50c View commit details
    Browse the repository at this point in the history
  3. Add dependency to libmariadb

    buck-yeh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    05f3689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea7ec8b View commit details
    Browse the repository at this point in the history
  5. linux build is enabled

    buck-yeh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    5475fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Nov 21, 2021

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

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    3c5ce3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a664acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    032498b View commit details
    Browse the repository at this point in the history