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

Dmrpp new reorg #811

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

Dmrpp new reorg #811

wants to merge 22 commits into from

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    a89bf4e View commit details
    Browse the repository at this point in the history
  2. Revert "Removed generated file"

    This reverts commit a89bf4e.
    jgallagher59701 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    dc627fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2671a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    34e3266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af454b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 17, 2022

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

Commits on Dec 5, 2022

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

Commits on Dec 21, 2022

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

Commits on Feb 1, 2023

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

Commits on Apr 5, 2023

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

Commits on Aug 29, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0df0c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21403a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 21, 2023

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

Commits on Oct 23, 2023

  1. Fixed issues with the Makefile.am files and with CurlHandlePool

    For CurlHandlePool, using a unique_ptr seems to make the code touchy
    when it comes to allocating the parent/containing object using new
    and initializing the unique_ptr to nullptr. I replaced that initialization
    with ...=make_unique<CurlHandlePool> and the seg faults went away.
    jgallagher59701 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f914117 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Sonar issues

    jgallagher59701 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d69edf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e0973c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d91d03e View commit details
    Browse the repository at this point in the history
  4. More refactoring

    jgallagher59701 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1cf4502 View commit details
    Browse the repository at this point in the history