index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jau
/
basic_algos.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic_algo: Use InputArray::size_type not size_t; Add contains()
Sven Gothel
2022-11-13
1
-4
/
+24
*
jau::remove_if(): Use non-ambiguous jau::find_if() (clang 13 error)
Sven Gothel
2022-09-06
1
-1
/
+1
*
Variable integer base coding and fixed binary base 64 coding in C++ `jau::cod...
Sven Gothel
2022-09-06
1
-0
/
+24
*
Fix call_on_release: Skip calling `release_func` if resource has been marked ...
Sven Gothel
2022-05-13
1
-3
/
+14
*
Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...
v0.9.2
Sven Gothel
2022-05-01
1
-0
/
+7
*
basic_algos: Instantiate first iterator within for setup part
Sven Gothel
2021-01-18
1
-6
/
+3
*
basic_algos: Adjust to cow_iterator changes
Sven Gothel
2021-01-11
1
-13
/
+13
*
move cow algos cow_iterator -> basic_algos
Sven Gothel
2021-01-09
1
-31
/
+127
*
Adding jau::for_each_fidelity with documentation 'Usage of const_iterator to ...
Sven Gothel
2021-01-05
1
-0
/
+52
*
for_each_idx, for_each_idx_mtx: Use pre-increment for performance
Sven Gothel
2021-01-04
1
-2
/
+2
*
test_cow_darray_perf01: Using own jau::find(..) gives 3x performance boost of...
Sven Gothel
2021-01-04
1
-2
/
+122
*
Add float_math.hpp for epsilon comparison; Test cleanup
Sven Gothel
2020-12-23
1
-1
/
+0
*
cpp: Extract int_math.hpp from basic_algos.hpp
Sven Gothel
2020-12-11
1
-156
/
+0
*
basic_algos::digits10(): Use safe invert_sign(T), customize 'sign_is_digit' a...
Sven Gothel
2020-12-04
1
-7
/
+33
*
basic_algos: Resolve inverting sign for jau:abs<T>(T), treating special case ...
Sven Gothel
2020-12-04
1
-3
/
+36
*
basic_algos.hpp: Add constexpr noexcept template functions: sign(T), abs(T) a...
Sven Gothel
2020-12-02
1
-0
/
+97
*
basic_algos: Add template class call_on_release: allows the user to pass a fu...
Sven Gothel
2020-10-27
1
-0
/
+33
*
Move jaucpp files to root-folder
Sven Gothel
2020-10-16
1
-0
/
+78