1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 9 days ago. based on code collected 12 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Misc fixes occured w/ Direct-BT
Sven Gothel
as Sven Göthel
More... about 1 month ago
Misc fixes occured w/ Direct-BT
Sven Gothel
as Sven Göthel
More... about 1 month ago
clangd: Disable InlayHints .. rather annoying losing focus on data, hover-help helps if in doubt ;-)
Sven Gothel
as Sven Göthel
More... about 1 month ago
clangd: Disable InlayHints .. rather annoying losing focus on data, hover-help helps if in doubt ;-)
Sven Gothel
as Sven Göthel
More... about 1 month ago
Eclipse settings bump
Sven Gothel
as Sven Göthel
More... about 1 month ago
Eclipse settings bump
Sven Gothel
as Sven Göthel
More... about 1 month ago
IDE Eclipse CDT: Add CDT-LSP (clangd languages server [protocol]) setup (recommendation), update .clang* settings, recommend llvm-clang 16+
Sven Gothel
as Sven Göthel
More... about 1 month ago
IDE Eclipse CDT: Add CDT-LSP (clangd languages server [protocol]) setup (recommendation), update .clang* settings, recommend llvm-clang 16+
Sven Gothel
as Sven Göthel
More... about 1 month ago
Add NativeLinker (os) for RTLD support
Sven Gothel
as Sven Göthel
More... about 1 month ago
Add NativeLinker (os) for RTLD support
Sven Gothel
as Sven Göthel
More... about 1 month ago
helper_jni.cxx: get_new_arraylist: Add size argument to exception on failure
Sven Gothel
as Sven Göthel
More... about 1 month ago
helper_jni.cxx: get_new_arraylist: Add size argument to exception on failure
Sven Gothel
as Sven Göthel
More... about 1 month ago
string_util: to_string(vector<>): don't append space after delim as it should be contained if desired; Use default delim `, `
Sven Gothel
as Sven Göthel
More... about 1 month ago
string_util: to_string(vector<>): don't append space after delim as it should be contained if desired; Use default delim `, `
Sven Gothel
as Sven Göthel
More... about 1 month ago
scripts: Add -gcc for test-exec scripts; build-clang.sh re-enables clang-tidy
Sven Gothel
as Sven Göthel
More... about 1 month ago
scripts: Add -gcc for test-exec scripts; build-clang.sh re-enables clang-tidy
Sven Gothel
as Sven Göthel
More... about 1 month ago
debug.cpp: NOLINT(clang-analyzer-valist.Uninitialized): clang-tidy bug
Sven Gothel
as Sven Göthel
More... about 1 month ago
debug.cpp: NOLINT(clang-analyzer-valist.Uninitialized): clang-tidy bug
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: robustness: remove checks whether path exists upfront (catches empty path and avoids cwd removal); rename allows moving non-existing oldpath symbolic link
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: robustness: remove checks whether path exists upfront (catches empty path and avoids cwd removal); rename allows moving non-existing oldpath symbolic link
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: Add chdir(); Add API doc on absolute(), i.e. relpath must exist
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: Add chdir(); Add API doc on absolute(), i.e. relpath must exist
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: robustness: dir_item is empty w/ empty path; visit: Add depth argument to path_visitor and add 'dir_check_entry' traverse_{event, options} to allow visitor to skip a directory (incl. Java)
Sven Gothel
as Sven Göthel
More... about 1 month ago
file_util: robustness: dir_item is empty w/ empty path; visit: Add depth argument to path_visitor and add 'dir_check_entry' traverse_{event, options} to allow visitor to skip a directory (incl. Java)
Sven Gothel
as Sven Göthel
More... about 1 month ago
Add jau::os::UserInfo, extracted POSIX code from testsudo_fileutils02 (TODO: Windows)
Sven Gothel
as Sven Göthel
More... about 1 month ago
Add jau::os::UserInfo, extracted POSIX code from testsudo_fileutils02 (TODO: Windows)
Sven Gothel
as Sven Göthel
More... about 1 month ago
string_util to_hexstring(pointer): Use uintptr_t for 32bit platforms (not uint64_t)
Sven Gothel
as Sven Göthel
More... about 1 month ago
string_util to_hexstring(pointer): Use uintptr_t for 32bit platforms (not uint64_t)
Sven Gothel
as Sven Göthel
More... about 1 month ago
dyn_linker: Use (more natural) 'void*' for libhandle_t and symhandle_t as used by dlopen/dlsym ..
Sven Gothel
as Sven Göthel
More... about 1 month ago
dyn_linker: Use (more natural) 'void*' for libhandle_t and symhandle_t as used by dlopen/dlsym ..
Sven Gothel
as Sven Göthel
More... about 1 month ago