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

of::filesystem::path with implicit narrow string conversion #8162

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

Commits on Oct 29, 2024

  1. ofFilesystemPath

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3904c2f View commit details
    Browse the repository at this point in the history
  2. auto for native()

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e667136 View commit details
    Browse the repository at this point in the history
  3. preferred_separator

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    689e1d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48370b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2205ad9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efc86df View commit details
    Browse the repository at this point in the history
  7. operator ==

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    75a6973 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    118df2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b35d095 View commit details
    Browse the repository at this point in the history
  10. tweaking #ifdefs

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1ca4b2f View commit details
    Browse the repository at this point in the history
  11. tweaking #ifdefs

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    99bf4d7 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'filesystempath' of https://github.com/artificiel/openFr…

    …ameworks into filesystempath
    
    # Conflicts:
    #	libs/openFrameworks/utils/ofFilesystemPath.h
    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    598227b View commit details
    Browse the repository at this point in the history
  13. rename

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    80c0e0d View commit details
    Browse the repository at this point in the history
  14. rename

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    987fb8f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21f5380 View commit details
    Browse the repository at this point in the history
  16. more auto (vs #ifdef)

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    12fbbb0 View commit details
    Browse the repository at this point in the history
  17. more operator ==

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e338c75 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    576fd5c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a8cf688 View commit details
    Browse the repository at this point in the history
  20. dir empty()

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    446fb58 View commit details
    Browse the repository at this point in the history
  21. direct paths

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    678e79e View commit details
    Browse the repository at this point in the history
  22. operator !=

    alexandreburton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1e4762c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    89ebeef View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f48532d View commit details
    Browse the repository at this point in the history
  2. passes trailing slash

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d3b6a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0391d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9212fc View commit details
    Browse the repository at this point in the history
  5. simpler is_absolute()

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3127445 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0596e81 View commit details
    Browse the repository at this point in the history
  7. wstring windows-only

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2769e26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6feadaa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    083b2fa View commit details
    Browse the repository at this point in the history
  10. non-const .h too

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bf09960 View commit details
    Browse the repository at this point in the history
  11. const other approach

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    69cab0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8c9ae1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc25be1 View commit details
    Browse the repository at this point in the history
  14. test tweak

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e42231e View commit details
    Browse the repository at this point in the history
  15. auto for generic()

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a1dfba1 View commit details
    Browse the repository at this point in the history
  16. less const

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d765bdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0cab869 View commit details
    Browse the repository at this point in the history
  18. u8string

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3014a1c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fea8aa0 View commit details
    Browse the repository at this point in the history
  20. more const stuff

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1e1b84f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5cadd16 View commit details
    Browse the repository at this point in the history
  22. missing ()

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5c43082 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b7bdc76 View commit details
    Browse the repository at this point in the history
  24. more missing ()

    alexandreburton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3b3d264 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    588fdee View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3ae0b18 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b669d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    0423bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7714570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd382fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    585b9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861bcd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15717c View commit details
    Browse the repository at this point in the history
  7. more forwarding

    alexandreburton committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b9d1db6 View commit details
    Browse the repository at this point in the history
  8. header guard

    alexandreburton committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    bef1d92 View commit details
    Browse the repository at this point in the history
  9. && for /=

    alexandreburton committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    25eacbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41d745b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cffcc1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92d7769 View commit details
    Browse the repository at this point in the history
  13. cleanup

    alexandreburton committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8b10afd View commit details
    Browse the repository at this point in the history
  14. MARK: and formatting

    alexandreburton committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    38d7c11 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. clear()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3399248 View commit details
    Browse the repository at this point in the history
  2. more generic()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ad3bedd View commit details
    Browse the repository at this point in the history
  3. compare()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    45f46b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8dd852 View commit details
    Browse the repository at this point in the history
  5. concat()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    64cf31b View commit details
    Browse the repository at this point in the history
  6. replace_filename()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    5048b87 View commit details
    Browse the repository at this point in the history
  7. assign()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    101f477 View commit details
    Browse the repository at this point in the history
  8. append()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7ade3b4 View commit details
    Browse the repository at this point in the history
  9. various has_*()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2623328 View commit details
    Browse the repository at this point in the history
  10. various misc()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    eaaebd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2eeb5d View commit details
    Browse the repository at this point in the history
  12. more auto returns

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6f3711d View commit details
    Browse the repository at this point in the history
  13. format

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    10dc150 View commit details
    Browse the repository at this point in the history
  14. noexcept

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6f53052 View commit details
    Browse the repository at this point in the history
  15. consistent naming

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e8145c6 View commit details
    Browse the repository at this point in the history
  16. swap()

    alexandreburton committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2c35f2f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    86335ad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    58845cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0e990ab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    20811e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b58632d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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