issues
search
likle
/
cwalk
Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.
https://likle.github.io/cwalk/
MIT License
253
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can pass path_style as parameter of the exported function as a alternative?
#54
lygstate
opened
1 week ago
1
Option to convert paths between styles
#53
akallabeth
opened
3 weeks ago
0
add CMake options for variables
#52
akallabeth
opened
3 weeks ago
0
fix invalid doxygen param
#51
akallabeth
closed
3 weeks ago
1
added cwk_path_get_basename_wout_extension()
#50
Trider12
opened
5 months ago
0
Add `cwk_path_is_resolved` and `cwk_path_get_resolved`
#49
RaphGL
opened
6 months ago
4
resolve environment variables and ~ on unix like systems
#48
RaphGL
closed
6 months ago
0
meson: fix symbol exporting on simultaneous static and shared building
#47
antoniovazquezblanco
opened
6 months ago
2
meson: Fix symbol exporting
#46
antoniovazquezblanco
closed
6 months ago
2
Documentation isn't clearly states that size excludes NUL terminator
#45
FoxieFlakey
closed
9 months ago
3
CMake and CI refinements
#44
scivision
opened
9 months ago
0
Fix "${includedir}" does not refer to any variable
#43
FoxieFlakey
closed
10 months ago
3
Consider producing a new release
#42
antoniovazquezblanco
closed
10 months ago
1
When using local copy of project (clib installed) compiler looks for system installed header
#41
phoenixpinpoint
closed
1 year ago
4
CMake: Rely on GNUInstallDirs for installation directories
#40
davidebeatrici
closed
1 year ago
2
CMake project should rely on GNUInstallDirs
#39
davidebeatrici
closed
1 year ago
0
Wide string support
#38
aomsin2526
opened
1 year ago
2
CMake: modernize, add GitHub Actions CI, update AppVeyor
#37
scivision
closed
10 months ago
1
integrates `cwalktest` with meson build system
#36
Jules-L
closed
1 year ago
1
fixes meson build warnings
#35
Jules-L
closed
1 year ago
2
fix reference in cwk_path_join doc
#34
freevryheid
closed
1 year ago
2
incorrect basename
#33
freevryheid
closed
1 year ago
2
make cwk_path_change_extension more like std::filesystem::path
#31
ilobilo
opened
2 years ago
0
Question
#30
ilobilo
closed
2 years ago
2
Windows path root separator is normalized
#29
ThakeeNathees
closed
2 years ago
3
chore(clib.json): make clib friendly
#28
jwerle
closed
2 years ago
2
Made length parameter optional for cwk_path_get_basename
#27
noodlecollie
closed
2 years ago
1
Suggestion: functions to determine buffer size
#26
ilobilo
closed
2 years ago
4
Generate pkgconfig files
#25
mawkish
closed
10 months ago
2
cwk_path_is_absolute returns an incorrect result
#24
kampeador
opened
3 years ago
5
Weird behavior in cwk_path_get_relative when child directory have same name as its parents
#23
aomsin2526
closed
3 years ago
4
added new build option, IGNORE_WARNINGS
#22
falsycat
closed
3 years ago
2
Add cwk_path_get_executable_path
#21
ddalcino
closed
3 years ago
2
Add function that returns program location
#20
ddalcino
closed
3 years ago
4
useless set of variable is_device_path
#19
AngeloFrangione
closed
3 years ago
2
Dangerous fault in the behaviour of cwk_path_join
#18
ghost
opened
4 years ago
9
cwk_path_get_relative segfaulted
#17
winterland1989
closed
4 years ago
7
consider provide two set of APIs?
#16
winterland1989
opened
4 years ago
1
Provide some handling examples / rethink interface
#15
bgrieco
closed
4 years ago
3
get_absolute creates only UNIX paths if base is not absolute
#14
bgrieco
closed
4 years ago
3
fix_typo in docs/reference/cwk_path_get_previous_segment.md
#13
Ilya33
closed
4 years ago
2
fixed getting first segment
#12
Ilya33
closed
4 years ago
2
[Bug] cwk_path_get_absolute can produce incorrect results when reusing base as buffer
#11
nitz
closed
4 years ago
3
File path seperator unified?
#10
wrenashe
closed
4 years ago
2
Possibility of sized variants of functions?
#9
Qix-
opened
4 years ago
1
Fix -Wsign-conversion warnings
#8
mupfdev
closed
4 years ago
3
Conan package
#7
mjako78
closed
4 years ago
5
C++ compatibility
#6
dkowl
closed
4 years ago
2
Add meson.build file
#5
AngeloFrangione
closed
4 years ago
2
void cwk_realpath_from_relative(const char *relativepath, char *realpath, size_t *length);
#4
wrenashe
closed
5 years ago
3
Next