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

FileTree abstraction #11

Merged
merged 20 commits into from
Aug 23, 2023
Merged

FileTree abstraction #11

merged 20 commits into from
Aug 23, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    cf91bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7d462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d03d330 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ec12b5 View commit details
    Browse the repository at this point in the history
  5. Some comments cleanup

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f58055d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a64fe7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b81418e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46221f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d518e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82f365d View commit details
    Browse the repository at this point in the history
  11. Add AbsolutePath missing tests

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cf2d107 View commit details
    Browse the repository at this point in the history
  12. Add RelativePath missing tests

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b3a8b23 View commit details
    Browse the repository at this point in the history
  13. Remove TPath from IFileTree

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    afbff3f View commit details
    Browse the repository at this point in the history
  14. Add InFolder to IPath

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fbdcf8e View commit details
    Browse the repository at this point in the history
  15. Add FindNode() to FileTreeNode

    Al12rs committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e40e675 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    afc0de3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add StartsWith and EndsWith

    Al12rs committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    86e6c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca8c93 View commit details
    Browse the repository at this point in the history
  3. Fix a bunch of FileTree issues:

    - Value not being nullable in case of value types like interger
    - Use recursion in FindNode
    Al12rs committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6c7812b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51f7039 View commit details
    Browse the repository at this point in the history