-
Notifications
You must be signed in to change notification settings - Fork 18
Stpcpy #15
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
Open
mwsis
wants to merge
11
commits into
synesissoftware:dev
Choose a base branch
from
mwsis:stpcpy
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Stpcpy #15
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Matt Wilson <[email protected]>
Co-authored-by: Matt Wilson <[email protected]>
* ~ renamed **test/component/test.component.glob/test.component.glob.cpp** => **test/component/test.component.glob/entry.cpp** * ~ renamed **test/unit/*/*.cpp** => **test/component/*/entry.cpp** * ~ renamed **test/component/test.component.dirent/entry.c** => **test/component/test.component.dirent/entry.cpp** * **test.component.dirent** : + added two active test-cases * **test.component.dirent** : + added more active test-cases * **test.component.glob** : + added active test-case * `glob()` : ~ trivial refactoring * **test.component.glob** : + added more active test-case(s) * **test.component.glob** : + added more active test-case(s) --------- Co-authored-by: Matt Wilson <[email protected]>
Squashed commit of the following: commit 9efcb7a Author: Matt Wilson <[email protected]> Date: Sun May 18 13:29:03 2025 +1000 version commit a0d4ff7 Author: Matt Wilson <[email protected]> Date: Sun May 18 13:23:27 2025 +1000 ~ formatting commit 5c036ec Author: Matt Wilson <[email protected]> Date: Sun May 18 13:12:59 2025 +1000 + added and applied `unixem_util_fs_directory_exists()` commit 2a025bb Author: Matt Wilson <[email protected]> Date: Sun May 18 12:56:13 2025 +1000 `glob()` : ~ refactored in terms of `unixem_util_fs_get_home_directory()` commit a41c456 Author: Matt Wilson <[email protected]> Date: Sun May 18 12:54:46 2025 +1000 ~ fix commit 3e69050 Author: Matt Wilson <[email protected]> Date: Sun May 18 12:11:53 2025 +1000 `glob()` : ~ preparatory refactoring commit e6ee442 Author: Matt Wilson <[email protected]> Date: Sun May 18 12:04:46 2025 +1000 + added `unixem_util_fs_get_home_directory()` commit bc57535 Author: Matt Wilson <[email protected]> Date: Sun May 18 12:01:37 2025 +1000 + added **UNIXem.Util.Str** API commit 25e1376 Author: Matt Wilson <[email protected]> Date: Sat May 17 16:16:52 2025 +1000 ~ preparatory refactoring commit 0a95c75 Author: Matt Wilson <[email protected]> Date: Tue May 13 17:10:07 2025 +1000 `glob()` : ~ simplifying refactoring commit cb3b896 Author: Matt Wilson <[email protected]> Date: Tue May 13 17:05:37 2025 +1000 `glob()` : ~ simplifying refactoring commit cefaacb Author: Matt Wilson <[email protected]> Date: Tue May 13 16:59:32 2025 +1000 + added **test.unit.util.fs** commit 1c10a4b Author: Matt Wilson <[email protected]> Date: Tue May 13 16:29:20 2025 +1000 **test.component.unistd.mkdtemp** / **test.component.unistd.mkdtemp** : ~ minor mods commit 6a56dab Author: Matt Wilson <[email protected]> Date: Mon May 12 08:39:09 2025 +1000 TODO.md : + more items commit 6d5edb7 Author: Matt Wilson <[email protected]> Date: Mon May 12 08:38:00 2025 +1000 ~ renamed TODO.txt => TODO.md commit 045cc32 Author: Matt Wilson <[email protected]> Date: Mon May 12 08:12:39 2025 +1000 **UNIXem.Util.FS** : + added `unixem_util_fs_char_is_path_sep()` commit 279349e Author: Matt Wilson <[email protected]> Date: Mon May 12 08:05:41 2025 +1000 + added **UNIXem.Util.FS** implementation file to src/CMakeLists.txt
Squashed commit of the following: commit 39c125f Author: synesissoftware <[email protected]> Date: Mon May 19 09:47:04 2025 +1000 0.12.8 (synesissoftware#14) * **prepare_cmake.sh** / **CMakeLists.txt** : + added '--no-shwild' / `CMAKE_NO_SHWILD` (synesissoftware#7) * TODO : + more items (synesissoftware#8) Co-authored-by: Matt Wilson <[email protected]> * + added skeleton for **UNIXem.Util** API (synesissoftware#9) Co-authored-by: Matt Wilson <[email protected]> * Unit tests (synesissoftware#10) * ~ renamed **test/component/test.component.glob/test.component.glob.cpp** => **test/component/test.component.glob/entry.cpp** * ~ renamed **test/unit/*/*.cpp** => **test/component/*/entry.cpp** * ~ renamed **test/component/test.component.dirent/entry.c** => **test/component/test.component.dirent/entry.cpp** * **test.component.dirent** : + added two active test-cases * **test.component.dirent** : + added more active test-cases * **test.component.glob** : + added active test-case * `glob()` : ~ trivial refactoring * **test.component.glob** : + added more active test-case(s) * **test.component.glob** : + added more active test-case(s) --------- Co-authored-by: Matt Wilson <[email protected]> * Significant multiple improvements (synesissoftware#11) * + added **UNIXem.Util.FS** implementation file to src/CMakeLists.txt * **UNIXem.Util.FS** : + added `unixem_util_fs_char_is_path_sep()` * ~ renamed TODO.txt => TODO.md * TODO.md : + more items * **test.component.unistd.mkdtemp** / **test.component.unistd.mkdtemp** : ~ minor mods * + added **test.unit.util.fs** * `glob()` : ~ simplifying refactoring * `glob()` : ~ simplifying refactoring * ~ preparatory refactoring * + added **UNIXem.Util.Str** API * + added `unixem_util_fs_get_home_directory()` * `glob()` : ~ preparatory refactoring * ~ fix * `glob()` : ~ refactored in terms of `unixem_util_fs_get_home_directory()` * + added and applied `unixem_util_fs_directory_exists()` * ~ formatting * version * ~ MinGW compatibility * ~ CMake dependencies fixes --------- Co-authored-by: Matt Wilson <[email protected]> * Glob random (synesissoftware#13) * + added **UNIXem.Util.FS** implementation file to src/CMakeLists.txt * **UNIXem.Util.FS** : + added `unixem_util_fs_char_is_path_sep()` * ~ renamed TODO.txt => TODO.md * TODO.md : + more items * **test.component.unistd.mkdtemp** / **test.component.unistd.mkdtemp** : ~ minor mods * + added **test.unit.util.fs** * `glob()` : ~ simplifying refactoring * `glob()` : ~ simplifying refactoring * ~ preparatory refactoring * + added **UNIXem.Util.Str** API * + added `unixem_util_fs_get_home_directory()` * `glob()` : ~ preparatory refactoring * ~ fix * `glob()` : ~ refactored in terms of `unixem_util_fs_get_home_directory()` * + added and applied `unixem_util_fs_directory_exists()` * ~ formatting * version * `glob()` : ~ now implements `GLOB_NOSORT` by synthesising a random order of obtained results * Merged 'dev' into 'glob-random' Squashed commit of the following: commit 6a89722 Author: Matt Wilson <[email protected]> Date: Mon May 19 07:49:41 2025 +1000 Significant multiple improvements (synesissoftware#11) * + added **UNIXem.Util.FS** implementation file to src/CMakeLists.txt * **UNIXem.Util.FS** : + added `unixem_util_fs_char_is_path_sep()` * ~ renamed TODO.txt => TODO.md * TODO.md : + more items * **test.component.unistd.mkdtemp** / **test.component.unistd.mkdtemp** : ~ minor mods * + added **test.unit.util.fs** * `glob()` : ~ simplifying refactoring * `glob()` : ~ simplifying refactoring * ~ preparatory refactoring * + added **UNIXem.Util.Str** API * + added `unixem_util_fs_get_home_directory()` * `glob()` : ~ preparatory refactoring * ~ fix * `glob()` : ~ refactored in terms of `unixem_util_fs_get_home_directory()` * + added and applied `unixem_util_fs_directory_exists()` * ~ formatting * version * ~ MinGW compatibility * ~ CMake dependencies fixes --------- Co-authored-by: Matt Wilson <[email protected]> --------- Co-authored-by: Matt Wilson <[email protected]> * release --------- Co-authored-by: Matt Wilson <[email protected]>
synesissoftware
approved these changes
Jun 29, 2025
Owner
synesissoftware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.