1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Apr 14, 2024 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
scripts/rebuild-doc.sh: Make it work with new cmake build setup
Sven Gothel
as Sven Göthel
More... 5 days ago
scripts/rebuild-doc.sh: Make it work with new cmake build setup
Sven Gothel
as Sven Göthel
More... 5 days ago
Bump for v1.3.0
Sven Gothel
as Sven Göthel
More... 5 days ago
Bump for v1.3.0
Sven Gothel
as Sven Göthel
More... 5 days ago
cpuid: Add page_size for Windows, use zero for undefined (not 1)
Sven Gothel
as Sven Göthel
More... 5 days ago
cpuid: Add page_size for Windows, use zero for undefined (not 1)
Sven Gothel
as Sven Göthel
More... 5 days ago
${CMAKE_CURRENT_SOURCE_DIR}/.clangd: Set CompilationDatabase to ${CMAKE_CURRENT_BINARY_DIR}
Sven Gothel
as Sven Göthel
More... 5 days ago
${CMAKE_CURRENT_SOURCE_DIR}/.clangd: Set CompilationDatabase to ${CMAKE_CURRENT_BINARY_DIR}
Sven Gothel
as Sven Göthel
More... 5 days ago
Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not existing (deleted the git-repo version), allowing to set all absolute path properly
Sven Gothel
as Sven Göthel
More... 5 days ago
Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not existing (deleted the git-repo version), allowing to set all absolute path properly
Sven Gothel
as Sven Göthel
More... 5 days ago
cmake: Set JAU_CMAKE_HARD_PRESETS, marking we used hardcoded presets
Sven Gothel
as Sven Göthel
More... 5 days ago
cmake: Set JAU_CMAKE_HARD_PRESETS, marking we used hardcoded presets
Sven Gothel
as Sven Göthel
More... 5 days ago
Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_t, abi_type_t, cpu_family_t, ..); Use (new) singleton CpuInfo caching all jau::cpu information
Sven Gothel
as Sven Göthel
More... 5 days ago
Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_t, abi_type_t, cpu_family_t, ..); Use (new) singleton CpuInfo caching all jau::cpu information
Sven Gothel
as Sven Göthel
More... 5 days ago
float_math: Fix adeg_to_rad<T>() and rad_to_adeg<T>() .. template meta typo (used true SFINAE as return value, duh)
Sven Gothel
as Sven Göthel
More... 6 days ago
float_math: Fix adeg_to_rad<T>() and rad_to_adeg<T>() .. template meta typo (used true SFINAE as return value, duh)
Sven Gothel
as Sven Göthel
More... 6 days ago
debug: Fix fprintf_td(): Use stream arg for elapsed_md portion (not stderr); Add fprintf_td() variant with given elapsed_ms argument
Sven Gothel
as Sven Göthel
More... 6 days ago
debug: Fix fprintf_td(): Use stream arg for elapsed_md portion (not stderr); Add fprintf_td() variant with given elapsed_ms argument
Sven Gothel
as Sven Göthel
More... 6 days ago
Fix and enhance sleep*(): Move decl to basic_types.hpp; Add bool ignore_irq=true and return bool for sleep-completion; Use clock_nanosleep() return value not errno (bug); Add simple milli_sleep() and sleep()
Sven Gothel
as Sven Göthel
More... 6 days ago
Fix and enhance sleep*(): Move decl to basic_types.hpp; Add bool ignore_irq=true and return bool for sleep-completion; Use clock_nanosleep() return value not errno (bug); Add simple milli_sleep() and sleep()
Sven Gothel
as Sven Göthel
More... 6 days ago
WebAssembly (emscripten) Patches
Sven Gothel
as Sven Göthel
More... 6 days ago
WebAssembly (emscripten) Patches
Sven Gothel
as Sven Göthel
More... 6 days ago
math: test_math_mat4f_02_mul: Adopt to debug_enabled -> is_debug_enabled() change
Sven Gothel
as Sven Göthel
More... 7 days ago
math: test_math_mat4f_02_mul: Adopt to debug_enabled -> is_debug_enabled() change
Sven Gothel
as Sven Göthel
More... 7 days ago
math: Resolve clang-tidy warnings and add PMVMat4f const getter variants.
Sven Gothel
as Sven Göthel
More... 7 days ago
math: Resolve clang-tidy warnings and add PMVMat4f const getter variants.
Sven Gothel
as Sven Göthel
More... 7 days ago
math Matrix4f: Fix setToRotationAxis() 0.9f -> zero, typo
Sven Gothel
as Sven Göthel
More... 7 days ago
math Matrix4f: Fix setToRotationAxis() 0.9f -> zero, typo
Sven Gothel
as Sven Göthel
More... 7 days ago
math: vec[234][fi]: Add constexpt static const size_t components and byte_size info for convenience
Sven Gothel
as Sven Göthel
More... 7 days ago
math: vec[234][fi]: Add constexpt static const size_t components and byte_size info for convenience
Sven Gothel
as Sven Göthel
More... 7 days ago