Skip to content

Conversation

@mwsis
Copy link
Collaborator

@mwsis mwsis commented May 19, 2025

No description provided.

mwsis and others added 10 commits May 5, 2025 13:18
* ~ 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]>
Copy link
Owner

@synesissoftware synesissoftware left a 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants