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

Version 3.0.0 #42

Merged
merged 25 commits into from
Dec 16, 2023
Merged

Version 3.0.0 #42

merged 25 commits into from
Dec 16, 2023

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

  1. fix two little bugs

    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    182bead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589ce83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f9361 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/path_to_3_0_0_pre_release' into …

    …path_to_3_0_0_pre_release
    
    # Conflicts:
    #	src/SingleLinkedList.hpp
    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6c1de63 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/path_to_3_0_0_pre_release' into …

    …path_to_3_0_0_pre_release
    
    # Conflicts:
    #	src/SingleLinkedList.hpp
    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8f71e8c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/path_to_3_0_0_pre_release' into …

    …path_to_3_0_0_pre_release
    
    # Conflicts:
    #	src/SingleLinkedList.hpp
    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a267565 View commit details
    Browse the repository at this point in the history
  7. clang formatting

    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    82f6496 View commit details
    Browse the repository at this point in the history
  8. clang formatting

    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    31b2c39 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/path_to_3_0_0_pre_release' into …

    …path_to_3_0_0_pre_release
    
    # Conflicts:
    #	src/AbstractList.hpp
    #	src/SingleLinkedList.hpp
    nkaaf committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6d5049e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix doxygen problems

    nkaaf committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    62e77a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c6900 View commit details
    Browse the repository at this point in the history
  3. add tests, update version

    nkaaf committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b5c537c View commit details
    Browse the repository at this point in the history
  4. add development indicator file

    nkaaf committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    006c182 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    7b12216 View commit details
    Browse the repository at this point in the history
  2. code formats

    nkaaf committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7e6f728 View commit details
    Browse the repository at this point in the history
  3. quick fix for doxygen

    nkaaf committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f24e165 View commit details
    Browse the repository at this point in the history
  4. rename doxygen project number

    nkaaf committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    5e4efee View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix bug in addAtIndex of DoubleLinkedLists; add tests for SingleLinke…

    …dLists and DoubleLinkedLists.
    nkaaf committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5ce3c64 View commit details
    Browse the repository at this point in the history
  2. clangd

    nkaaf committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    070efa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix mutability

    nkaaf committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7847ae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. - Remove development-file

    - Format all files
    nkaaf committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0586314 View commit details
    Browse the repository at this point in the history
  2. remove clang format options which is not supported in current clang-f…

    …ormat (ubuntu-latest github runner)
    nkaaf committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    06ac1f9 View commit details
    Browse the repository at this point in the history
  3. add const keywords

    nkaaf committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c2f6dc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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